/* container div for entire nav */
#menuwrapper {
	width:700px;
	margin:0px 0px 0px 0px;
	position:absolute;
	z-index: 10;
}
/* float clear */
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#utilityNav {
	height:30px;
	float:right;
	padding:10px 0;
}
#utilityNav a {
	color:#fff;
	font-size:.8em;
}
#utilityNav a .btn{
	float:right;
	padding:0 10px;
}
/* main ul of nav */
#menubar, #menubar ul {
	clear:both;
	list-style: none;
	font-weight:bold;
	font: 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:right;
}
/* root level LIs */
#menubar li {
	float: left;
	padding:0 16px;
}
/* root level links */
#menubar a {
	display: block;
	text-decoration: none;
	text-align: center;
	height: 21px;
	padding-top: 4px;
	font-size:90%;
	color: #c0d2de;
	font-weight:bold;
}
/* hover state of root links */
#menubar li a:hover {
	text-decoration: none;
	color: #ffffff;
}
/* active state of root links */
#menubar li a.on {
	text-decoration: none;
	color: #ffffff;
}

