.boxMenu {
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:76px;
	margin-bottom:30px;
}

.menuItem {
	width:100px;
	border: 4px solid #fff;
	border-left:0px;
	border-right:0px;
}

#submenuParent {
	position:absolute;
	left:0px;
	top:105px;
	height:1px;
	width:100%;
}

#submenu {
	position:relative;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	background-color:red;
}

.menubox {
	box-sizing:content-box;
	position:absolute;
	top:0px;
	left:0px;
	visibility:hidden;
	width:140px;
	border:2px solid #fff;
	text-align:left;
	}
	html>body .menubox {
		width:136px;
}

.submenulink {
	box-sizing:content-box;
	color:#fff;
	font-weight:normal;
	display:block;
	height:12px;
	padding:1px 0px 1px 0px;
	}
	html>body .submenulink {
		padding:1px 0px 2px 0px;
		height:13;
		
}

.submenulink:hover {
	text-decoration:none;
	color:#000;
	background: #CCC;
}