


.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
/*
display:block;
width:118px;
height:33px;
*/
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 10px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.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 ######### */


.anylinkcsscols1{
position: absolute;
left: 1px;
top: 0;
width:129px;
height:auto;
visibility: hidden;
border: 1px solid #d9d9d9;
/*padding: 10px;*/
font: normal 12px "Trebuchet MS";
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #f9f9f9;
}

.anylinkcsscols1 .column{
width: 129px;
float: left;
}

.anylinkcsscols1 .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols1 .column a{
	text-decoration:none;
	color:#262626;
	line-height:16px;
	width:129px;
	padding: 0 5px;
	display:block;
	border-bottom: 0px solid #27b4cf
}

.anylinkcsscols1 .column a:hover {
	text-decoration:none;
	color:#185b68;
	/*background-color:#0da3bf;*/
}

.anylinkcsscols1 li{
padding-bottom: 4px;
padding-top:4px;

}

.anylinkcsscols1 li:hover{
padding-bottom: 4px;
padding-top:4px;
/*background-color:#0da3bf;*/
color:#FFFFFF;
}


















/*clasa asta trebuie neaparat sa existe pentru a evita aparitia spatiilor dupa footer*/
.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: #ffffff;
visibility: hidden;
}

.anylinkshadowx{ 
position: absolute;
left: 0;
top: 0;
z-index: 99; 
background: #ffffff;
visibility: hidden;
}
