.cMenu {
	font-family: verdana, sans-serif;
	font-size: 10px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #676767;
	border-bottom: 1px solid #676767;
	width: 170px;
	background-color: #f3f3f3;
	cursor: default;
	padding: 2px;
	z-index: 100;
}
.cMenu .submenu {
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 10px;
	z-index: 101;
}

.cMenu a, .cMenu .CMLabel {
	display: block;
	margin:0;
	padding: 5px 3px 5px 26px;
	font-size: 12px;
	line-height: 12px;
	cursor: default;
}
.cMenu .CMLabel {
	font-weight: bold;
	padding-left: 20px;
}
.cMenu a:hover, .cMenu a:visited, .cMenu a:active, .cMenu a:link {
	text-decoration: none;
	color: #000;
}
.cMenu a:hover, .cMenu a:visited:hover {
	background-color: #d9e7f0;
	color: #009;
}
.cMenu hr {
	width: 95%;
}
.cMenu a img {
	border: none;
	margin-left: -22px;
	margin-right: 6px;
	vertical-align: middle;
	padding: 0;
	margin-top: -2px;
	margin-bottom: -2px;
}

.cMenu .disabled, .cMenu a.disabled, .cMenu a.disabled:hover, .cMenu a.disabled:active, .cMenu a.disabled:visited:hover {
	color: #aaa;
	cursor: n-resize;
}
.cMenu a.pressed:hover, .cMenu a.pressed:visited:hover {
	background-color: #F8F8FF;
}
.cMenu a.pressed {
	background-color: #fcfcfc;
	padding: 6px 2px 2px 25px; /* less for the borders */
	border-top: 1px solid #676767;
	border-left: 1px solid #676767;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}