#nav {
width : 980px; 
height : 20px; 
margin : 0; 
padding : 0; 
} 
#nav * {
color : #fff; 
} 
#nav ul, #nav ul li {
margin : 0; 
padding : 0; 
} 
#nav ul li {
display : inline;
} 
ul#tabBar {
padding-top: 20;
width : 980px; 
background : #00579a; 
} 
ul#tabBar li a {
display : block; 
padding-left: 20px;
padding-right: 20px;
float : right; 
height : 20px; 
background-color : #00579a;  
} 
ul#tabBar li a:hover {
background-color : #00579a; 
text-decoration : underline; 
} 
#subNav ul {
display : none; 
} 
#subNav { 
height : 20px; 
background-color : #00579a; 
} 
#subNav ul {
float : center;  
} 
#subNav ul li a {
display : block; 
float : right; 
width : 200px;  
} 
#subNav li a:hover {
color : #cde7ff; 
}  

A.textomenu {
clear: both;
font-size: 1.0em;
font-weight:bold;
width:200px;
background-color : #00579a; 
color : #ffffff; 
} 
A.textomenu:link {
font-family:tahoma;
clear: both;
font-size: 1.0em;
font-weight:bold;
background-color : #00579a; 
color : #ffffff; 
text-decoration : none; 
} 
A.textomenu:visited {
background-color : #00579a; 
color : #f5f5f5;  
text-decoration : none; 
} 
A.textomenu:hover {
background-color : #00579a; 
color : #cde7ff; 
text-decoration : underline; 
} 
A.textomenu:active {
background-color : #00579a; 
color : #ffffff;  
text-decoration : none; 
} 