/* ######### Drop Down ULs CSS ######### */


.AspNet-Menu ul{ 
	font: normal 10px Verdana;
	margin: 0;
	padding: 0;
	left: 0;
	top: 29px;
	list-style-type: none;
	background: white;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	background-color:#414141 !Important;
	width: 250px !important;
	float:left;
	font-weight:lighter !important;
}


.AspNet-Menu ul li a{
	display: block;
	width: 250px; 
	color: black;	
	text-decoration: none !Important;
	padding: 4px 5px;
	border-bottom: 1px solid #929292;
	color:#bfbfbf;
	font-weight:lighter !important;
		
	
}

* html .AspNet-Menu ul li{ 
display: inline-block;
width: auto !important;  
}

.AspNet-Menu ul li a:hover{
	background-color: #646464;
	color: white;
 background-image:url(../../images/seprator.gif);
	 background-repeat:no-repeat;
	 background-position:right;
	 font-weight:lighter !important;
}



/* ######### Neutral CSS  ######### */

/*
.downarrowpointer{ 
padding-left: 4px;
border: 0;
}

.rightarrowpointer{
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
*/
