.mainmenu {
	width: 150px;
	border: 1px solid black;
	font-size: 0.75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	display: block;
	text-align: left;
}

.cmenublock, .cmenublockselected {
	margin-right: 3px;
	margin-bottom: 1px;
}

.cmenublockselected {
	border-left: 1px solid #ff0000;
	border-right: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;
/*	margin-bottom: 5px; */
	padding-bottom: 5px;
}

.cmenuheader, .cmenuheaderselected, .csubmenuheader, .csubmenuheaderselected {
	cursor: pointer;
/*	border: 1px outset; */
	width: 100%;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	text-decoration: none;
	text-indent: 6px;
}

.cmenuheader {
/*	background-color: #9933cc;*/
	background-image: url(../images/menu-back.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.cmenuheaderselected {
/*	background-color: #9900ff; */
	background-image: url(../images/menu-backselected.gif);
	background-repeat: repeat-x;
	background-position: center;
}

.csubmenuheader, .csubmenuheaderselected {
	background-color: #ff0000;
	font-size: 0.9em;
}

.csubmenuheaderselected {
	font-weight: bold;
}

.cmenuheaderselected, .csubmenuheader, .csubmenuheaderselected {
	margin-bottom: 3px;
}

.cmenuheader:hover, .cmenuheaderselected:hover {
	font-weight: bold;
	background-image: url(menu-backselected.gif);
	background-repeat: repeat-x;
	background-position: center;

/*	background-color: #9900ff; */
}

.csubmenuheader:hover, .csubmenuheaderselected:hover {
	font-weight: bold;
}

.cmenuheader {
}

.cmenuheaderselected {
/* 	background-color: #bf40ff; */
	font-weight: bold;
}

.cmenuitem, .cmenuitemselected {
	padding-top: 2px;
	padding-bottom: 3px;
/*	margin-top: 2px;
	margin-bottom: 2px; */
	margin-left: 9px;
	text-indent: -9px;
	background-color: black;
	display: block;
	color: white;
	text-decoration: none;
	font-size: 0.9em;
}

.cmenuitem:hover, .cmenuitemselected:hover {
	text-decoration: none;
	background-color: #333333;
}

.cmenuitem {
}

.cmenuitemselected {
  font-weight: bold;
  background-color: #333333;
}
