.navs {
	margin:0px;
	padding:0px;
}	

.innernavs {
	margin:0px;
	padding:0px;
	border-bottom: 1px solid #000066;
}	

.innermenu {
	margin:0px;
	padding:0px;
}	

#menuwrapper {
	margin:0px;
	padding:0px;
	border-top: 1px solid #000066;
	border-bottom: 1px solid #000066;
	background-image:url("https://www.limef.com/images/newBkgtest.jpg");
	background-repeat:repeat-x;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#p7menubar, #p7menubar ul {
	padding: 0px;
	margin: 0px;
	list-style: none;}

#p7menubar a {
	display: block;
	text-decoration: none;
	font-size:13px;
	padding: 0px;
	color: #CCCCCC;
	border-right:1px solid #000066;
}

#p7menubar a.trigger {
	padding: 0px;
	background-position: right center;
	margin:0px;
}

#p7menubar li {
	float: left;
	width: 160px;
}

#p7menubar li ul, #p7menubar ul li  {
	width: 160px;
	background-color:#3399cc;
}

#p7menubar ul li a  {
	color: #000066;
	border-right: 0;
	padding: 3px 5px 3px 5px;
}

#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-top: 1px solid #000066;
	border-left: 1px solid #000066;
	border-right: 1px solid #000066;
	margin-left: -1px;
}

#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #ffffff;
	background-color: #003366;
}

#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}

#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #ffffff;
	background-color: transparent;
}

#p7menubar ul a:hover {
	background-color: #006699!important;
	color: #FFFFFF!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;}
