@charset "utf-8";
#MMenu 
{
	height:39px;
	background:#FFF url(img/menu_bg.gif);
	border:0;
	margin:0;
	width: 930px;
	float: left;
}

.MenuLeft {
	background-image: url(img/menu_left.gif);
	float: left;
	height: 39px;
	width: 10px;
}
.MenuRight {
	background-image: url(img/menu_right.gif);
	float: right;
	height: 39px;
	width: 10px;
}
.MenuBg {
	background-image: url(img/menu_bg.gif);
	float: left;
	height: 39px;
	width: 0px;
	background-repeat: repeat-x;
}
#mtab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#mtab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#mtab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#mtab a 
{
	background:#000 url(img/menu_tab_a.gif) no-repeat;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#mtab a span 
{
	display:block;
	background:url(img/menu_tab_a.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	font-weight:700;
	line-height:39px;
	padding:0 15px;
}
#mtab a:hover,#mtab li.item_active a 
{
	background-position:right bottom;
	border-color:#FF9300;
}
#mtab a:hover span,#mtab li.item_active a span 
{
	background-position:left bottom;
	color:#FF6600;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	z-index:100;
	width:280px;
	text-decoration:none;
	background-image: url(img/menu_sub_bg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 4px solid #e1e1e1;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:280px;
	float:left;
	display:block;
	color:#666666;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
}
.MenuSubHeader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
}
.dropmenudiv a span 
{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:none;
	line-height: 25px;
}
.dropmenudiv a:hover 
{
	border:0;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	color:#ff6600;

}
.dropmenudiv a:hover span 
{
	background-color:none;
	background-image:none;
}
.MenuSubItem {
	padding-left: 10px;
}