
div.vertnav {
    background-color: ;
	text-align: left;
}

div.vertnav a {
    text-decoration:none; 
    text-indent: 4px;
    
       text-align: center;/*    text-align: center; */
    display:block;
    padding: 4px 2px 2px 2px;
    width:174px; /*helps IE with hover */
    height:25px;
        background-color: #899E39;
        color: #333333;
        
        
        font-weight: bold;
        font-family: Arial,Verdana;
    font-size: 11px;
    border-bottom: 1px solid ;
}

div.vertnav>a {
    height:19px;
    width:170px;
}

/*.vertnav a:hover{ 
background-color: white;
color: black;
text-decoration: none;
} */

.anylinkcss{
position:absolute;
visibility: hidden;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color:; 
 border-bottom: 1px solid ;
width: 174px;
}

div.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
padding: 3px 0px 3px 0px;
text-decoration: none;
font-weight: bold;
font-family: Arial, Verdana;
font-size: 11px;
line-height: 12px;
height:25px;
background-color:; 
color: ;
border-bottom: 1px solid ;
vertical-align: middle;
}
div.anylinkcss {
    background-color: ;
}

div.anylinkcss>a{
width: 100%;
display: block;
text-indent: 3px;
padding: 3px 0px 3px 0px;
text-decoration: none;
font-weight: bold;
font-family: Arial, Verdana;
font-size: 11px;
line-height: 12px;
height:19px;
background-color:; 
color: ;
vertical-align: middle;
}

/* .anylinkcss a:hover{ /*hover background color*/
background-color: white;
color: black;
text-decoration: none;
} */