#menu {
	background: #333;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14em;
}
#menu li {
	font: 97.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #999 left center no-repeat;
	color:#000000;
	padding-bottom: 5px;
}

.CMSButton {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-weight:500;
	margin: 0;
	padding: 0;
	background-image:url(../images/stripe.gif); 
	color:#000000; 
	padding:2px; 
	background-color:#FF9900; 
	border-width:medium;
}

#menuH {
	background: #333 url("../images/bg-bubplastic.gif") bottom right;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width:100%;
	font-weight:500;
}
#menuH li {
	float: left;
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuH a {
	background: #333 url("../images/bg-bubplastic.gif") bottom right;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 5px 8px;
	text-decoration: none;
}
#menuH a:hover {
	background: #999 url("../images/bg-bubplastic-h-gray.gif") bottom center no-repeat;
	color: #000000;
	padding-bottom: 5px;