
#menuwrapper {
/*	border-top: 1px solid #000;       */
/*	border-bottom: 1px solid #333;    */
	background-color: #ECECEC;
	background-image: url(../images/navbg.gif);
	position: relative;
	top: 0;
	left: 0;
    font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 10px;
    font-weight: bold;
	background-repeat: repeat-x;
    width: 996px;
    float: left;
}


.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}


#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #19527F;
	font-family: Georgia,"Times New Roman",Times,serif;
}


#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
/*  border-right: 1px solid #333;  */
/*	font-size: .85em; */
    font-size: 12px;
	color: #19527F;
//	text-transform:uppercase;
    font-family: Georgia,"Times New Roman",Times,serif;
}


#p7menubar a.trigger {
	padding: 7px 16px 7px 10px;

}


#p7menubar li {
	float: left;
	width: 9em;
}


#p7menubar ul li a  {
	color: #565656;
	border-right: 0;
    font-weight: normal;
    font-size: 11px;
    text-transform: none;
	padding: 3px 12px 3px 16px;
}


#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #19527F;
	border-bottom: 1px solid #19527F;
	background-image: url(../images/mgrad.jpg);
	background-repeat: repeat-x;
}




#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #FFFFFF;
	background-color: #00295a;
}


#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}


#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #000000;
	background-color: transparent;
}


#p7menubar ul a:hover {
	background-color: #00295A!important;
	color: #FFFFFF!important;
}


#p7menubar li {width: auto;}
