a:focus, a:hover { 
 color : #7dbc00; 
} 

a { 
color : #fff; 
 text-decoration : none; 
} 

#navigation { 
margin-bottom : 5px; 
} 

.subnav { 
color : #d1d1d1;
text-align:center;
} 

.navhead, .navhead_blank { 
width:100%;
text-align:center;
height:21px;
padding-top:3px;
background:url('../img/greenrep.png') 0 0 repeat-x;
border:1px solid #7dbc00;
-moz-border-radius:5px;
-webkit-border-radius:5px;
margin-bottom:5px;
} 

.selected {
 background:url('../img/whiterep.png') 0 0 repeat-x;
 border:1px solid #e8e8e8;

 font-weight:bold;
}

.selected span {
 color:#000!important;
}

.navhead { 
cursor : pointer; 
}

.submenu { 

width:100%;
margin : 0; 
padding : 0; 
list-style : none; 
margin-bottom:20px;
} 

.submenu li { 
margin:0 auto; 
width : 95%; 

} 

.submenu li a {
width:100%; 
display : block; 
color : #ccc; 
padding-top : 3px; 
height : 20px; 
-moz-border-radius:5px;
-webkit-border-radius:5px;
background:#111;
 margin-bottom:3px;
 border:1px solid #222;
} 

.submenu li a:hover { 
color : #fff; 
background:#222;
border:1px solid #333;
} 
