/*.selectedanchor{ CSS class that gets added to the currently selected anchor link (assuming it's a text link)
background: yellow;
}*/

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 15px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFF;
width: 100px; /* default width for menu */
}
.anylinkmenu a{color:#fff !important;}

/*-------------------------------------------------
css for main menu*/
.anylinkmenucols .column{
float: left;
color:#b95180;
}

.anylinkmenucols .column a{
color:#b95180;
text-decoration: underline;
}
.anylinkmenucols .column a:hover{
color:#6e6e6e;
text-decoration: underline;
}


.anylinkmenucols .column ul{
margin: 8px 0 0 0;
padding: 0;
list-style-type: none;
}
.anylinkmenucols .column ul li{
	float:left;
	width:110px;
	text-align:center;
	color:#b95180;
	margin-right:15px;
	padding: 6px 0;
	text-decoration: underline;}
	

.anylinkmenucols .column ul li:hover{
	float:left;
	color:#6e6e6e;
	background: url({{MEDIA_URL}}/img/site/bg_mainmenu.png) no-repeat top left;
	margin-right:15px;
	padding: 6px 0;
	text-decoration: underline;}
	

/*-------------------------------------------------
css for my account dropdown menu*/
.anylinkmenu ul{
margin: 0;
padding: 5px 0 0 0;
list-style-type: none;
background: #4278a8;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
padding: 2px 0;
/*color:#4278a8 !important;*/
color:#fff !important;
font-size:12px;
text-decoration: none;
text-indent: 3px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #9c4b70;
color: white !important;
}

.itempray select.selectstatus {
    background:url({{MEDIA_URL}}/img/site/selectbg.png);
    width:83px;
    background:#c5acb8;
    color: #fff;
    border: 1px solid #c5acb8;
    height: 20px;
}
.itempray select option {
    background:url({{MEDIA_URL}}/img/site/selectbg.png);
    background:#c5acb8;
    border: 1px solid #c5acb8;
}

.anylinkmenu.stat ul{
	width:83px; 
	background:#c5acb8; 
	margin-left:-16px;}
	
.anylinkmenu.stat ul li a{
color:#fff !important;
}

.anylinkmenu.stat a:hover{ /*hover background color*/
color: white !important;
}
/* ######### Alternate multi-column class for drop down menus ######### */

.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

