
/*------------------------menu-------------------------*/
.menu-m{
	width:990px;
	float:left;
	padding:1px 0 0 0;
	background-color:#FFF;
	
}
.menu{
	width:990px;
	background:url(images/menu-bg_03.png) repeat-x left top;
	height:33px;
	float:left;
	font-size:11px;
	padding:0;
	margin:0;
}
.menu-sub{
	width:850px;
	float:left;
	padding:0 0 0 20px;
	background:url(images/icon2_03.png) no-repeat left center;
	margin: 0 0 0 20px;
	display: inline;
}

/*------------------------menu-top-cap1------------------------*/

#mtop .AspNet-Menu{
	width:850px;
	/*_width:860px;*/
	float:left;
}
#mtop .AspNet-Menu li{
	
	width:auto !important;
	background:url(images/nav-menu-top_03.png) no-repeat left center !important;
	padding:0 0 0 2px !important;
	height:33px !important;
	/*display:inline !important;*/
	float:left !important;
}
#mtop .AspNet-Menu a{
	float:none !important;
    display:block !important;
	padding:9px 17px 0!important;

	height:24px !important;
	font-weight:bold !important;
	text-transform:uppercase !important;
	width:auto !important;
	color:#FFF !important;
	
	_float:left !important;

}
#mtop .AspNet-Menu a:hover{
	text-decoration:none;
	color:#852622 !important;
	background:url(images/menu-top-active_03.png) repeat-x left top !important;
}
.se7en #mtop .AspNet-Menu li{
	background:url(images/se7en/nav-menu_03.png) no-repeat left center !important;
}
/*------------------------menu-top-cap2------------------------*/
#mtop .AspNet-Menu li ul{
	clear:both !important;
	width:auto !important;
    background-color:#eff4f9;
	padding:0!important;
	width:176px !important;
	margin:0;
	z-index:1000 !important;
}
.se7en #mtop .AspNet-Menu li ul
{
    background-color:#eff4f9;
}
.se7en  #mtop .AspNet-Menu li ul li{
	background:none !important;
	z-index:1000 !important;
}
#mtop .AspNet-Menu li ul li{
	float:left;
	background:none !important;
	z-index:1000 !important;
}
#mtop .AspNet-Menu li ul li a{
	float:none !important;
	background:none !important;
	color:#852622 !important;
	text-transform:none !important;
	width:140px !important;
	border-bottom:1px dotted #CCC;
	_text-align:left;
	_padding:9px 17px 0 17px !important;
	z-index:1000 !important;
}



#mtop .AspNet-Menu li ul li a:hover{
	text-decoration:none;
	text-decoration:underline;
	background:none !important;
	float:none !important;
}

