.main_nav ul {
	list-style-type:none;
	margin: 0px;
	padding:0px;
	background-color: transparent;
	background-image:url(../images/menu_bgr.jpg);
	background-position:top;
	background-repeat: no-repeat;
	width: 227px;
	float: left;
}
.main_nav ul li{
	position: relative;
	border-bottom: 1px solid #999999;
	font-size: 0.75em;
	font-weight: bold;
}
	
/*Sub level menu items */
.main_nav ul li ul{
position: absolute;
width: 227px; /*sub menu width*/
top: 0px;
visibility: hidden;
}

/* Sub level menu links style */
.main_nav ul li a {
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	color: #fff;
	background-color: #000;
	text-decoration: none;
	width: 217px !important; width /**/: 227px;
	height: auto;
	padding: 0.4em 5px;
	font-size: 12px;
}
.main_nav ul li a:hover {
	background-color: #FE78D1;
	width: 217px !important;
	width /**/: 227px;
	color: #fff;
	height: auto;
}



	
/* Holly Hack for IE \*/
* html .main_nav ul li { float: left; height: 1%; }
* html .main_nav ul li a { height: 1%; }
/* End */

