div.dhtmlMenuLG {
	white-space: nowrap;
	clear: both;
}

div.dhtmlMenuLG div.dhtmlMenuItem {
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
}

.dhtmlSubMenu {
	background-color: #efefef;
	font-size: 11px;
	width: auto;
	border: 2px solid #b7b7b7;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.dhtmlSep {
	color: #b7b7b7;
	background-color: #b7b7b7;
	border: none;
	height: 1px;
}

.dhtmlSubMenu .dhtmlSubMenuP {
	text-align: center;
	color: #808080;
	padding: 3px 8px;
	border-bottom: #CCCCCC 1px solid;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
	margin: 1px;
}

.dhtmlSubMenu a.dhtmlSubMenuN {
	border: 1px solid #efefef;
	color: #808080;
	display: block;
	font-weight: normal;
	padding: 3px 8px;
	text-decoration: none;
	white-space: nowrap;
	margin: 1px;
	overflow: hidden;
}

.dhtmlSubMenu a.dhtmlSubMenuN:hover {
	background-color: #FFC06F;
	border: 1px solid black;
	color: #000000;
}