#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
	background-repeat: repeat-x;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 0;
	color: #CCCCCC;
}
#p7menubar a.trigger {
	padding: 0;
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 9em;
	list-style: none;
}
#p7menubar ul li  {
	width: 10em;
	max-width: 10em;
}
#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
	padding: 7px 3px 7px 8px;
}
#p7menubar li ul {
	width: 100%;
	max-width: 10em;
	position: absolute;
	display: none;
	background-color: #4b7f94;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
	background-color: #4b7f94;
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ffffff;
	font-weight: normal;
	background-color: transparent;
	border-bottom: 1px solid #a5bfc9;
}
#p7menubar ul a:hover {
	background-color: #a5bfc9!important;
	color: #000000!important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#p7menubar li {width: auto;}