
#submenu {
	width: 100%;
	height: 30px;	
	margin: 15px 0 0 0;		
    margin-left: auto;
    margin-right: auto;	
	padding: 0;		
	/* background-color: red; */
}

.submenu-item {
	width: 100px;
    height: 12px;
	background-color: #DFD5D5;
	font-size: 11px;
	font-weight: bold;
	text-align: center;	
	float: left;
	margin: 0 0 0 15px;
    padding: 5px;	
	border: #333333 solid 1px;
}

.submenu-item a {
    height: 12px;
	text-decoration: none;
	color: #222222;
	display:block;	
}

.submenu-item a:hover {
    height: 12px;
	color: #000000;
	background-color: #EBE7E7;		
}