
.cmmenu{
	width: 100%;
	height: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background: #6BB6B6 url(images/cmmenu.jpg);
}

.cmmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #6BB6B6;
	border-top-width: 5px;
	border-right-width: 0;
	border-bottom-width: 5px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #6BB6B6;
	border-right-color: #6BB6B6;
	border-bottom-color: #6BB6B6;
	border-left-color: #6BB6B6;
}

.cmmenu ul li{
display: inline;
}

.cmmenu ul li a{
	float: left;
	color: #FFFFFF;
	padding: 5px 11px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6BB6B6;
	background: #6BB6B6;
}

.cmmenu ul li a:visited{
color: #FFFFFF;
}

.cmmenu ul li a:hover, .cmmenu ul li .selected{
	color: #CEE6E6;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #6BB6B6;
}

