.ces-menucontainerstyle {
	width: 100%;
	border: 0px solid #D2DBE0;
	background: none;
}
.ces-menustyle {
	text-align: center;
	font: bold 12px Arial;
}
.ces-menustyle .ces-menuitem {
	cursor: pointer;
	color: #FFFFFF;
	height: 18px;
	padding-left: 40px;
	padding-right: 40px;
	background: none;
}
.ces-menustyle .ces-menuitem-right {
	width: 0;
}
.ces-menustyle .ces-menuitem-left {
	width: 0px;
}
.ces-menustyle .ces-menumouseover-left, .ces-menustyle .ces-menumouseup-left, .ces-menustyle .ces-menumousedown-left {
	width: 0px;
	background: none;
}
.ces-menustyle .ces-menumouseover-right, ces-menustyle .ces-menumouseup-right, ces-menustyle .ces-menumousedown-right {
	width: 0px;
	background: none;
}
.ces-menustyle .ces-menumouseover, .ces-menustyle .ces-menumouseup, .ces-menustyle .ces-menumousedown {
	cursor: pointer;
	color: #FEFEFE;
	height: 18px;
	padding-left: 40px;
	padding-right: 40px;
	background: none;
}
.ces-menustyle .ces-menuspacer {
	margin: 0;
	border-right: 0px solid #C5C5C5;
	height: 0px;
}
.ces-submenustyle {
	margin-left: 0;
	border: 0px solid silver;
	background: #fafafa;
}
.ces-submenustyle .header {
	color: #339;
	text-align: center;
	font: 14px arial;
}
/* used for vertical menu */
.ces-submenustyle .ces-menuitem {
	color: #339;
	border: solid 1px #fafafa;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: #fafafa;
	font: 14px arial;
}
.ces-submenustyle .ces-menuspacer {
	color: #339;
	border-top: 1px solid buttonshadow;
	border-left: 1px solid buttonshadow;
	border-bottom: 1px solid buttonhighlight;
	border-right: 1px solid buttonhighlight;
	width: 2px;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: middle;
	background: #fafafa;
}
.ces-submenustyle .ces-activemenuitem {
	color: #339;
	border: solid 1px darkgray;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: silver;
	font: 12px verdana;
}
.ces-submenustyle .ces-menumouseover {
	color: #339;
	border: solid 1px darkgray;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: #9cc;
	font: 12px verdana;
}
.ces-submenustyle .ces-menumousedown {
	color: #339;
	border: 1px;
	border-style: solid;
	border-color: darkgray;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: silver;
	font: 12px verdana;
}
.ces-submenustyle .ces-menumouseup {
	color: #339;
	border: 1px;
	border-style: solid;
	border-color: darkgray;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	cursor: pointer;
	background: silver;
	font: 12px verdana;
}
