#menuWrapper {
	width: 946px;
	border-bottom: 2px solid #b2b2b2;
	background-color: #6187ad;
}

.clearIt {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#menuBar, #menuBar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Helvetica, Arial, Sans-serif;
}

#menuBar a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 2px solid #b2b2b2;
	font-size: 12px;
	color: #ffffff;
}

#menuBar a.trigger {
	padding: 5px 16px 5px 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#menuBar li {
	float: left;
	width: 9em;
}

#menuBar li ul, #menuBar ul li  {
	width: 16em;
}

#menuBar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
}

#menuBar li ul {
	position: absolute;
	display: none;
	background-color: #6187ad;
	border-right:  2px solid #b2b2b2;
	border-left: 2px solid #b2b2b2;
	border-bottom:  2px solid #b2b2b2;
}

#menuBar li:hover a, #menuBar a:focus,
#menuBar a:active, #menuBar li.hover a {
	color: #ffffff;
	background-color: #6187ad;
}

#menuBar li:hover ul, #menuBar li.hover ul {
	display: block;
}

#menuBar li:hover ul a, #menuBar li.hover ul a {
	color: #ffffff;
	background-color: transparent;
}

#menuBar ul a:hover {
	background-color: #b2b2b2!important;
	color: #000000!important;
}

#menuBar li {width: auto;}
