#nav { 
list-style: none; 
padding: 0px; 
margin: 0px; 
background-image: url(../img/site/menu_background.gif); 
background-position: left; 
background-repeat: repeat-y; 
} 
#nav ul { 
padding:0px; 
margin:0px; 
list-style: none; 
width:172px; 
z-index:99; 
overflow:visible; 
position:absolute; 
top: -1px; 
left: 179px; 
border-top:1px solid #000000; 
border-bottom:1px solid #000000; 
} 
#nav li{ 
position: relative; 
width: 179px; 
border-bottom:none; 
display:block; 
height:auto; /*auto */ 
margin:0px; 
font-size:0px; 
line-height:0px; 
} 
#nav a { 
text-decoration:none; 
display:block; 
padding: 4px 10px 4px 20px; 
margin:0px; /*helps Opera with hover */ 
width:149px; /*helps IE with hover */ 
>width:179px; /*helps IE with hover */ 
font-size:12px; 
font-weight: bold; 
line-height:15px; 
color: #ffffff; 
background-color: #666666; 
border-top:1px solid #ffffff; 
border-bottom:1px solid #000000; 
background-image: url(../img/site/nav_bullet.gif); 
background-position: 5px 8px; 
background-repeat: no-repeat; 
} 
#nav a:hover { 
text-decoration:none; 
display:block; 
margin:0px; 
background-color: #4e4e4e; 
} 
#nav ul, #nav ul ul, #nav ul ul ul { 
display:none; 
} 
#nav li:hover ul ul, #nav li:hover ul ul ul { 
display:none; 
} 
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul { 
display:block; 
} 
li>ul { 
top: auto; 
left: auto; 
}#topnav{ 
position:absolute; 
margin: 68px 0px 0px 315px; 
} 
#topnav a{ 
color:#ffffff; 
text-decoration: none; 
display: block; 
float: left; 
line-height: 29px; 
height: 29px; 
padding: 0px 10px 0px 10px; 
font-weight:bold; 
font-size: 12px; 
border-right: 1px dashed #ffffff; 
} 
