#top_nav { 
position: absolute; 
top: 4px; 
left: 700px; 
color: #ffffff; 
} 

#top_nav a { 
color: #ffffff; 
text-decoration: none; 
font-weight: bold; 
} 

#left_nav { 
padding: 0; 
margin: 0; 
list-style-type: none; 
list-style-position:outside; 
background-image: url(../images/menu_bg.jpg); 
} 

#left_nav li a { 
display:block; 
background-image: url(../images/menu_arrow.gif); 
background-repeat: no-repeat; 
text-decoration:none; 
width: 125px; 
>width: 180px; 
border-bottom: 1px #ffffff solid; 
padding: 3px 30px 3px 25px; 
color: #ffffff; 
font-weight:bold; 
} 

#left_nav li a:hover { 
color: #B8B8B8; 
} 

#left_nav li.heading a {  
display:block;
background-image: url(../images/nav_heading_bg.jpg);
border-bottom: none; 
padding: 0 30px 0 12px; 
font-size: 12px; 
width: 138px; 
>width: 180px; 
height: 25px; 
line-height: 25px; 

} 

#left_nav li.request a { 
display:block; 
width: 138px; 
>width: 180px; 
background-image: url(../images/nav_request_bg.jpg); 
height: 25px; 
line-height: 25px; 
border-bottom: none; 
padding: 0 30px 0 12px; 
font-size: 12px; 
font-weight: bold; 
color: #ffffff; 
} 

#left_nav li.request a:hover { 
color: #ffffff; 
} 
