.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

	background-image: url(../userfiles/images/menu_bg.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px white solid;
	font: normal 11px Arial;
	color: #cc9966;	
	
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #E4E4E4;
border-bottom-width: 0;
font: normal 11px Arial;
color: #666666;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
background: lightyellow;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus - box ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #E4E4E4;
border-top: none;
padding: 10px;
padding-bottom: 0px; /* close the space in the bottom - between the tex the the border of the box  */
font: normal 14px Arial;
color: #b1b1c5;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: white;
margin-top: 1px;  /* Roi - Set the gap between the box and its menu */
}

.anylinkcsscols .column{
width: 130px;
float: left;
text-align: left;
margin-left: 20px;
margin-top: 10px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 10px;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 5px;
text-align: left;

}

/* ######### class for shadow DIV ######### */


.anylinkshadow2 { /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
margin-top: -5px; 
margin-left: -80px;  /* Roi - canceled and located in the main code */

}
