/* ######### Default class for drop down menus ######### */

.anylinkcss{
position:absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #dcdbdb;
border-bottom-width: 0;
width:200px;
margin:10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
color:#888888;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dcdbdb;
text-decoration: none;
text-indent:5px;
height:22px;
padding: 5px 0 0 0px;
vertical-align:middle;
}

.anylinkcss a:hover{ /*hover background color*/
background: #888888;
color: #ffffff;
}


/* ######### class for shadow DIV ######### */
.anylinkshadow{ /*CSS for shadow. Keep this as is */
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	visibility: hidden;
}

.abc1{
	position:absolute;
	visibility: hidden;
	border:1px solid #ffffff;
	border-bottom-width: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 22px;
	color: white;
	z-index: 120;
	background-color: #ee4049;
	width: 210px;
}

.abc1 a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid  #ffffff;
	padding: 1px 0;
	text-decoration: none;
	color: #fff ;
	font-size:12px;
	font-weight:bold;
	text-indent: 5px; 
	background:url(images/button_1_arrow.gif) no-repeat 95% 50%;
	background:url(images/submenu_bg.gif) repeat-x 95% 50%;
	line-height:22px;
}

.abc1 a:hover{ /*hover background color*/
	background:url(images/button_1_arrow_h.gif) no-repeat 95% 50%;
	color:  #fff;
	font-weight:bold;
	font-size:12px;
	background:url(images/submenu_bg_2.gif) repeat-x 95% 50%
}


