#top_nav { 
position: absolute; 
top: 130px; 
right: 20px; 
color: #FFCC00; 
font-weight: bold; 
} 

#top_nav a { 
color: #FFCC00; 
text-decoration: none; 
padding: 0px 2px 0px 2px; 
font-size: 11px; 
} 

#top_nav a:hover { 
color: #ffffff; 
} 

#left_nav { 
list-style: none; 
padding:0; 
margin:0; 
width:186px; 
background-color:#F2F0E6; 
font-size: 12px; 
margin-left: 2px; 
} 

#left_nav li { 
position: relative; 
width:186px; 
display:block; 
margin:0; 
} 

#left_nav a { 
text-decoration:none; 
display:block; 
padding:2px 0 2px 25px; 
margin:0; /*helps Opera with hover */ 
width:161px; /*helps IE with hover */ 
>width:186px; 
border-bottom: 1px #000000 solid; 
color: #000000; 
background-image: url(../images/nav_icon.jpg); 
background-repeat: no-repeat; 
} 

#left_nav a:hover { 
color: #660033; 
} 
