#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
float : left;
width : 185px;
}
#nav li {
position : relative;
float : left;
line-height : 20px;
margin-bottom : -1px;
width: 185px;
background-color : #EFEFEF;
text-indent: 8px;
}
#nav li ul {
position : absolute;
left: -999em;
margin-left : 185px;
margin-top : -22px;
}
#nav li ul ul {
left: -999em;
margin-bottom: -1px;
}
#nav li a {
display : block;
font-family: Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
color: #ffc6ff;
text-decoration : none;
border : 1px solid #5B5B5B;
padding : 0;
}
#nav li a:hover {
color : #ffffff;
background-color : #000000;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
}
#nav li a.daddy {
background: url(images/infobox/cat_arrow.png) center right no-repeat;
}
#nav li a.daddy:hover {
background: url(images/infobox/cat_arrow.png) center right no-repeat;
background-color : #000000;
}
#nav li.selected {
background-color: #99A3FF;
}