.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 20px;
top: 0;
visibility: hidden;
margin-top:-15px;
padding:9px 0 0 18px;
font: normal 12px Helvetica, Arial, sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:transparent url(../img_novo/bg_submenu_hover2.png) no-repeat scroll top left;
width: 200px; /* default width for menu */
height:200px;
}

.anylinkmenu ul, .anylinkmenu2 ul , .anylinkmenu3 ul, .anylinkmenu4 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anylinkmenu ul li a, .anylinkmenu2 ul li a, .anylinkmenu3 ul li a, .anylinkmenu4 ul li a{
	width: 100%;
	display: block;
	padding:9px 0 0 0;
	text-decoration: none;	
	color:#444444
}

.anylinkmenu2{
position: absolute;
left: 20px;
top: 0;
visibility: hidden;
margin-top:-15px;
padding:9px 0 0 18px;
font: normal 12px Helvetica, Arial, sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:transparent url(../img_novo/bg_submenu_hover3.png) no-repeat scroll top left;
width: 200px; /* default width for menu */
height:200px;
}

.anylinkmenu3, .anylinkmenu4{
position: absolute;
left: 20px;
top: 0;
visibility: hidden;
margin-top:-9px;
padding:2px 0 0 18px;
font: normal 12px Helvetica, Arial, sans-serif;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:transparent url(../img_novo/bg_submenu_hover4.png) no-repeat scroll top left;
width: 200px; /* default width for menu */
height:200px;
}
