
#nav, #nav ul { /* all lists */
padding: 0;
margin: 0;
list-style: none;
line-height: 1;
}
#nav a {
display: block;
width: 128px;
text-decoration: none;
}

#nav ul li {
text-align: left;
font-size: 0.9em;
}

#nav ul li ul li a {
display: block;
width: 128px;
text-decoration: none;
color: #000;
}
.odkaz {
font-size: 0.85em;
color: black;
font-weight: bold;
font-family: verdena,helvetica, sans-serif;
}
.odkaz:hover {
color: #d90000;#a00;
text-decoration: underline;
}


#nav li { /* all list items */
float: left;
width: 128px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
position: absolute;
background: white;
width: 128px;
left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}

.odkazmenu {
color: white;
font-size: 1.7em;
font-weight: bold;
text-decoration: none;
text-align: center;
}
.odkazmenu:hover {color: #003664; text-decoration: underline;}

.second {
color: white;
text-decoration: none;
font-size: 0.8em;
text-align: center;
}