/* ######### Default class for drop down menus ######### */

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	line-height:28px;
	border-bottom:1px solid #b2c7d9;
	border-left:1px solid #b2c7d9;
	border-right:1px solid #b2c7d9;
	border-left:1px solid #b2c7d9;
	border-top-width:0px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	background-color:#3c79ad;
	width: 189px; /* default width for menu */
	font-family: Arial;
	font-size: 11px;
	text-align:center;
	vertical-align:middle;
	margin-top:0px;
	margin-left:0px;
	padding-left:0px;
	
	
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #EBEDF5;
}

.anylinkmenu ul li a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #EBEDF5;
}
.anylinkmenu ul li a:hover{
width: 100%;
display: block;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
text-indent: 3px;
text-decoration:underline;
background-image:url(../images/top_menu_hover.jpg);
padding: 2px 0;
font-weight: bold;
text-indent: 5px;
background-color:#004e98;

}
.anylinkmenu a:hover{ /*hover background color*/

text-decoration:underline;
}

/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
position: absolute;
width: 500px;
left: 0;
top: 0;
color:White;
visibility:hidden;
line-height:28px;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #3c79ad;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
line-height:28px;
background: #3c79ad;

}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.anylinkmenucols ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #EBEDF5;
}

.anylinkmenucols ul li a:visited{
width: 100%;
display: block;
text-indent: 3px;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color: #EBEDF5;
}
.anylinkmenucols ul li a:hover{
width: 100%;
display: block;
border-bottom:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-right:1px solid #b2c7d9;
border-left:1px solid #b2c7d9;
border-top-width:0px;
text-indent: 3px;
text-decoration:underline;
background-image:url(../images/top_menu_hover.jpg);
padding: 2px 0;
font-weight: bold;
text-indent: 5px;
background-color:#3c79ad;

}
/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is*/
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background:#FFF;
visibility: hidden;
margin-top:8px;
display:none;

}