#menu {
    font-family: Tahoma, Verdana, Arial CE, Arial;
  	font-size: 13px;
    width: 239px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    border: solid 0px black;
    background-color: #ffffff;
	vertical-align: top;
}

#menu a:link, #menu a:active, #menu a:visited {
    display: block;
    width: 214px !important;
    width: 229px;
    width/**/:/**/239px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-bottom: solid 2px white;
    padding: 3px 15px 3px 10px;
	  text-align: left;
	  background-color: #000000;
    background-image: url(obrazy/puce_off.gif);
    background-repeat: no-repeat;
    background-position: 225px 8px;
}

#menu a.selected:link, #menu a.selected:active, #menu a.selected:visited, #menu a:hover {
    background-image: url(obrazy/puce_off.gif);
    background-color: #ff0000;
    color: #ffffff;
}

