#menu { 
margin-bottom : 5px; 
width : 16em; 
padding : 0; 
} 
#menu ul { 
list-style : none; 
border : 0; 
margin : 0; 
padding : 0; 
} 
#menu li { 
display : inline; 
} 
#menu ul.level-one a { 
display : block; 
border : 1px solid #dadada; 
width : 12em !important ; 
font-family : Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif; 
color : #4b5a6a; 
background-image : url(../images/nav-off-bg.png); 
background-position : right top; 
background-repeat : no-repeat; 
background-color : #f5f5f5; 
text-transform : uppercase; 
margin : 0 0 4px 1.4em; 
padding : 2px 2px 2px 4px; 
} 
#menu ul.level-one a:hover { 
color : #000; 
text-decoration : underline; 
} 
#menu ul.level-one a.selected { 
background-image : url(../images/nav-on-bg.png); 
background-color : #fff; 
color : #000; 
border-left : 3px solid #ffdb4c; 
} 
#menu ul.level-two li:first-child a { 
border-top : 0; 
} 
#menu ul.level-two a { 
background-image : none; 
background-color : transparent; 
display : block; 
border : 0; 
border-top : 1px solid #ddd; 
color : #3c4b7b; 
background : none; 
width : 11em !important ; 
font-family : Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif; 
text-transform : none; 
margin : 0 3em 0 1.5em; 
padding : 0.1em; 
} 
#menu ul.level-two a:visited { 
color : #4c3b5b; 
} 
#menu ul.level-one ul.level-two a.selected { 
background-image : url(../images/blank.gif); 
background-color : #fff; 
color : #000; 
border-left : 0; 
font-weight : 700; 
} 
#menu li ul { 
margin-bottom : 7px; 
} 
#menu a { 
text-decoration : none; 
} 
#menu ul.level-three a { 
display : block; 
border : 0; 
color : #5e72a5; 
width : 10em !important ; 
font-family : Arial, Verdana, Geneva, "Bitstream Vera Sans", Helvetica, sans-serif; 
font-size : 95%; 
background-image : url(../images/tabs/tab_usel2.gif); 
margin : 0 3em 0 1.8em; 
padding : 0.1em 0.1em 0.1em 1em; 
} 
#menu ul.level-three li.selected a.selected { 
background-image : url(../images/bullet.gif); 
background-repeat : no-repeat; 
background-position : left center; 
color : #000; 
font-weight : 400; 
} 
#menu ul.level-three { 
margin-top : 5px; 
} 
#menu ul.level-two a:hover, #menu ul.level-three a:hover { 
text-decoration : underline; 
color : #000; 
} 