.anylinkmenuwrapper {
	background: #CFCFF6;
	width: 100%;
	border-collapse: collapse;
	
	text-align: left;
}
/*<img src='$mosConfig_live_site/images/drop2.png' class='anylinkmenuimage'>*/
.anylinkmenuimage {
	margin: 0 0 0 0;
	border: none;
	float: right;
	width: 15px;
	background-image: url("../../../images/drop2.png");
	background-repeat: no-repeat;	

}
.anylinkmenuimage:hover {
	background-image: url("../../../images/drop2_over.png");
}

div.column{
}

a.menuanchorclass{
background: #CFCFF6;
/* font: normal 14px Verdana; */
font-weight: bold;
line-height: 16px;
padding: 1px  0px 5px 0px;
margin: 0px  0px 0px 0px; 
width: 100%;
text-decoration: none;
float: left;
background-image: url("../../../images/drop2.png");
background-repeat: no-repeat;
background-position: top right;
}

a.menuanchorclass_single{
background: #CFCFF6;
/* font: normal 14px Verdana; */
font-weight: bold;
line-height: 16px;
padding: 1px  0px 5px 0px;
margin: 0px  0px 0px 0px; 
width: 100%;
text-decoration: none;
float: left;
vertical-align: top;
}

a.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/* color: #CFCFF6; */
background-color: #9999bb;
text-decoration: none;
background-image: url("../../../images/drop2_over.png");
}


/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
/* font: normal 12px Verdana; */
/* line-height: 12px; */ 
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #CFCFF6;

/*width: 400px; /* default width for menu */
white-space: nowrap ;
margin: 3px 0px 0px 3px;
}

.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 black;
padding: 2px 0;
text-decoration: none;
/* font-weight: bold; */
text-indent: 5px;
 
}

.anylinkmenu a:hover{ /*hover background color*/
background: #9999bb;
color: black;
}


/* ######### class for drop down menus with sub menus ######### */

.anylinkmenu_sub{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
/* font: normal 12px Verdana; */
/* line-height: 12px; */ 
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #CFCFF6; 

/*width: 400px; /* default width for menu */
white-space: nowrap ;
margin: 3px 0px 0px 3px;
padding: 0px;

}

.anylinkmenu_sub ul{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
list-style-type: none;
/* background: yellow; */
}

.anylinkmenu_sub ul li {
/* background: green; */
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
text-decoration: none;
/* font-weight: bold; */
text-indent: 5px;
height: 16px;
 
}

.anylinkmenu_sub a a:hover{ /*hover background color*/
background: #CFCFF6;
color: black;
height: 0;
margin: 0px;
padding: 0px;
display: none;
}

a.menuanchorclass_sub{
/* font: normal 14px Verdana; */
font-weight: bold;
line-height: 14px;
padding: 0px;
margin: 0px ; /* 0px 10px 0px; */
width: 100%;
text-decoration: none;
float: left;
background-image: none;
background-repeat: no-repeat;
background-position: top right;

}


/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
/* width: 350px; */
left: 0;
top: 0;
visibility: hidden;
border: 1px none grey;
padding: 2px;
/* font: normal 12px Verdana; */
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: transparent;
}

.anylinkmenucols li{
padding-bottom: 1px;
border: 1px none lightgrey;
text-decoration: none;
font-weight: normal; 
}
.anylinkmenucols li:hover{
padding-bottom: 1px;
border: 1px none lightgrey;
background: #9999bb;
font-weight: normal; 
}
.anylinkmenucols li a:hover {
text-decoration: none;
}
.anylinkmenucols .column{
float: left;
padding: 0px; /* 3px 8px; */
margin-right: 0px;
background: #bbbbdd; /*#E0E0E0;*/
/* width: 150px; */

}

.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*/
background: black;
visibility: hidden;
}