.darkmenu {
	width:75%;
	height:42px;
	background: transparent;
	background-image:url(images/dark.png);
	background-repeat: repeat;
	background-position: bottom;
	xmargin:0 auto;
	clear:both;
	xmargin-bottom:60px;
	border-radius:8px;
}
.darkBlue, .darkGreen, .darkPink, .darkRed {
	position: relative;
	height: 42px;
	xwidth: 700px;
	overflow: hidden;
	xfloat:left;
}
.darkBlue li, .darkGreen li, .darkPink li, .darkRed li {
	float: left;
	list-style: none;
	xwidth: 110px;
	height:32px;
	background-image:url(images/darksep.png);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
	top:5px;
	margin-left:2%;
}
.darkBlue li.back {
	background-image:url(images/darkblue.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkGreen li.back {
	background-image:url(images/darkgreen.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkPink li.back {
	background-image:url(images/darkpink.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkRed li.back {
	background-image:url(images/darkred.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 45px;
	margin-left:-3px;
	height: 20px;
	z-index: 8;
	top:6px;
	position: absolute;
}

.darkBlue li a, .darkGreen li a, .darkPink li a, .darkRed li a {
	font-size: 16px ;
	font-family:"Myriad Pro", sans-serif;
	font-weight: normal;
	text-decoration: none;
	width:100%;
	color: #d8d8d8;
	outline: none;
	text-align: center;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	top:4px;
	height: 30px;
	position: relative;
	overflow: hidden;
}

.darkBlue li a:hover, .darkGreen li a:hover, .darkPink li a:hover, .darkRed li a:hover {
	color:#fff;
}

.searchbox {
	width:197px;
	float:right;
	margin-right:20px;
}

.searchbox input.darksearch {
	background: url(images/darksearch.png) no-repeat;
	border: 0;
	width: 170px; /* width of text-display area */
	padding:2px 5px 2px 24px;
	font-size: 11px;
	color: #d8d8d8;
	margin-top:23px;
	height: 19px; /* height of text-display area */
}