/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
visibility: hidden;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #881300;
width: 168px; /* default width for menu */
color: #FFFFFF;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #898989;
}

.anylinkmenu a:link{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenu a:active{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenu a:visited{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenu a:hover{ /*hover background color*/
color: #F39F1F;
}

/* ######### Alternate multi-column class for drop down menus ######### */



.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


.anylinkmenuHor{
position: absolute;
margin-top:-40px;
margin-left:1px;
left: 0;
visibility: hidden;
border-top: 1px solid #FFFFFF;
border-left: 1px solid #FFFFFF;
border-right: 1px solid #FFFFFF;
border-bottom-width: 0;
font: normal 11px Verdana;
line-height: 18px;
padding: 0px 0px 0px 2px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #A71800;
width: 178px; /* default width for menu */
color: #FFFFFF;
}

.anylinkmenuHor ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenuHor ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFFFF;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color: #898989;
}

.anylinkmenuHor a:link{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenuHor a:active{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenuHor a:visited{ /*hover background color*/
color: #FFFFFF;
}
.anylinkmenuHor a:hover{ /*hover background color*/
color: #F39F1F;
}

.anylinkshadowHor{ /*CSS for shadow. Keep this as is */
position: absolute;
margin-top:-40px;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* ######### Alternate multi-column class for drop down menus ######### */



