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: #BF3727;
	color: #E78E85;
	border-bottom: 1px solid;
	font: bold 11px Arial, Verdana;
	text-transform: uppercase;
}

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:#BF3727; 
 border-bottom: 1px solid #E78E85;
width: 165px;
}

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:#BF3727; 
color: ;
border-bottom: 1px solid #E78E85;
vertical-align: middle;
}
div.anylinkcss {
    background-color: #E78E85;
}

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

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