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


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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #b40e0e;
border-bottom-width: 0;
font: normal 12px;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background-color: #333333;
width: auto; /* default width for menu */
}

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

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

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

.anylinkcss img{
border: none;
padding-bottom: 5px;
}

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


.anylinkcsscols{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid #b40e0e;
	padding-top: 15px;
	padding-right: 16px;
	padding-left: 0px;
	padding-bottom: 20px;				
	font: normal 12px;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background-color: #FFFFFF;
	background-image: url(../img/menuauta/bg-menuauta-stin-logo.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
}

.anylinkcsscols .column{
width: 180px;
float: left;
margin-right: 0px;
}

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

.anylinkcsscols li{
padding-bottom: 10px;
list-style-type: none;
}

.anylinkcsscols li a{
	padding-bottom: 5px;
	list-style-type: none;
	color: #999999;
	font-weight: bold;
}
.anylinkcsscols li :hover{
	color: #b40e0e;
	font-weight: bold;
}

/* ######### 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-color: none;
visibility: hidden;
}
