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

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

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

/*.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:; 
width: 203px;
 border-bottom: 1px solid ;
}
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:25px;
border-bottom: 1px solid ;
background-color:;
color: ;
vertical-align: middle;
}

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;
color: ;
background-color:;
vertical-align: middle;
}

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