.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 ######### */

.anylinkcss{ position: absolute;
left: 10px;
top: 5px;
visibility: hidden;
padding: 10px ;
opacity: 0.8;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff; /* #e3eef9 */
width: 132px; /* default width for menu */ /* 134 */
border: 1px solid #bbc5de; /* border: 1px solid #bbc5de; */
font: normal 12px Tahoma, 'Lucida Grande', 'Trebuchet MS', Helvetica, sans-serif;
}


.anylinkcss a:hover{ /*hover background color*/
	text-decoration: none;
	color: #ff0000;
}

.anylinkcss1{
position: absolute;
left: 0;
top: 0px;
z-index: 99; /* zIndex should be greater than that of shadow's below */
background: #0164a4;
height: 5px;
width: 160px;
}
.anylinkcss2{
position: absolute;
left: 0;
z-index: 99; /* zIndex should be greater than that of shadow's below */
background:  url(/imagess/ugolki.gif) bottom;
height: 10px;
width: 164px;
}

.anylinkcss ul{

margin: 0;
padding: 0px 2px ;
list-style-type: none;
}

.anylinkcss ul li a{
width: 160px;
display: block;
text-indent: 3px;
border-bottom: 1px solid #012749;
color: white;
padding: 1px 0;
text-decoration: none;

text-indent: 5px;
}



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


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #b8cfe5;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

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


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
margin: 10px 0px 0px 0px;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

.topMenu {
	float: left;
	width: 154px; height: 106px;
	background: url(../images/maket/topMenuBg.jpg) no-repeat;
	margin: 0 6px;
}
