#navmenu {
	width: 100%; 
	height: 220px;
	position: absolute;
	top: 260px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	min-width: 1050px;
	max-width: 1600px;
	z-index: 11;
}
#menustrip {
	margin: 0 auto;
	width: 90%; 
	height: 150px;
	min-width: 860px;
}
#submenubox {
	position: absolute;
	top: 130px;
	left: 0px;
	width: 100%;
 z-index: 999;
}
#submenustrip {
	position: relative;
	margin: 0 auto;
	width: 90%; 
	height: 60px;
	min-width: 860px;
}
.menuitem {
	float: left;
	width: 14%;
	min-width: 120px;
	height: 150px;
	text-align: center;
}
.submenuitem {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 51px;
	width: auto;
	display:none;
 z-index: 999;
}
.submenu_left{
	float:left;
	width: 49px;
	background: Url(/images/submenu_bg_left.png) no-repeat 0px 0px;
	height: 51px;
}
.submenu_mid{
	position: relative;
	float:left;
	background: Url(/images/submenu_bg_mid.png) repeat-x;
	height: 51px;
	text-align: center;
	
}
.submenu_right {
	float:left;
	width: 15px;
	background: Url(/images/submenu_bg_right.png) no-repeat 0px 0px;
	height: 51px;
}
.submenu_itembox {
	float: left;
	height: 51px;
	overflow-y: hidden;
	line-height: 61px;
	padding: 0px 8px 0px 18px;
	background: url(/images/arrow.gif) no-repeat 0px 24px;
}
.submenu_itembox a {
	font-family:Verdana; 
	font-weight: bold;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}
.submenu_itembox a:hover {
	color: #222;
	text-decoration: none;
}
