.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a{
color: #FFFFFF;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color:#174DB9;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: #FFFFFF;
color: black;
}


.navlist li {
width: 129px;
background-color: #14203f;
padding-bottom: 2px;
border:#FFFFFF 1px solid;
line-height:22px;
}

.navlist li:hover {
width: 129px;
background-color:#999999;
padding-bottom: 2px;
font-color:#14203f;
}

.navlist li a{
color:#FFFFFF;
font-weight: bold;
text-decoration:none;


}

.navlist li a:hover{ /*hover background color*/
color: #14203f;
font-weight: bold;
text-decoration:none;

}

.navHead {
font size:14px;
color:#993300;
background-color:#FFFFFF;
width:133px;
font-weight:bold;
float:left;
}