
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-image:url(../images/buildout/main_nav_on.gif);
	background-repeat:repeat-x;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #c8c8c8;
border-bottom-width: 0;
/*font: normal 10px Verdana; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
width: 250px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}


.anylinkmenu ul li {
border-bottom: 1px solid #c8c8c8;
}


.anylinkmenu ul li a{
width: 250px;
display: block;
text-indent: 25px;
padding: 6px 0;
text-decoration: none;
font-weight: normal;
color:#180f5e;
}

.anylinkmenu  a:hover{ /*hover background color*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
background: #c3e1ab;
color:#180f5e;
}

.anylinkmenu a:link, a:visited, a.active {
text-decoration: none;
color:#180f5e;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 250px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #c8c8c8;
padding: 10px;
/*font: normal 10px Verdana; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;

}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
margin-left: -2px;
margin-top: -2px;
background: #343637;
visibility: hidden;
}




/* class for Treatment */


.anylinkmenuEmpty{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: none;
border-bottom-width: 0;
/*font: normal 10px Verdana; */
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12px;
line-height: 0px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: none;
width: 0px; /* default width for menu */
}

.anylinkmenuEmpty{

}


.anylinkmenuEmpty ul li {

}


.anylinkmenuEmpty{


}

.anylinkmenuEmpty  a:hover{ /*hover background color*/
	background:none;

}

.anylinkmenuEmpty a:link, a:visited, a.active {

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenuEmptycols{

}

.anylinkmenuEmpty li{

}

.anylinkmenuEmpty .column{


}

.anylinkmenuEmpty .column ul{


}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
margin-left: -2px;
margin-top: -2px;
background: #343637;
visibility: hidden;
}