#menuwrapper {
margin-left:0px;
padding: 0px 0px 0px 0px;
float:right;
	border-top:0px solid #Fce488;
	border-bottom: 0px solid #Fce488;
	width: 690px; height: 37px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0px 0px 0px 0px;
	margin: auto;
	list-style: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
}
#p7menubar a {
margin:5px;
	display: block;
	text-decoration: none;
	padding:5px 3px 5px 3px ;
	border: 4px outset #Fce488;
	

	font-size: .85em;
	color:#336600;
}
/*This is the menu text color and back ground*/



#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
border: 4px outset #Fce488;

	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	
	
}
#p7menubar li ul, #p7menubar ul li  {
	width: 10em;
}
#p7menubar ul li a  {
	color:yellow;
	border-right: 1px;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	border: 4px outset #Fce488;
background-color: #336600;
	background-image:url(graphics/bg1.jpg);
 	background-repeat: repeat-x;
}
/*This is the drop down block color */


#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color:  #Fce488;
	background-color:#336600;
	background-image:url(graphics/bg1.jpg);
border: 4px outset #Fce488;	
}
/*This is the hover text color and background color*/



#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #336600;
	background-color: #Fce488;
	background-image:url(graphics/bg.jpg);
}
/*This is the drop down text color and background color*/

#p7menubar ul a:hover {
border: 4px outset #Fce488;
	background-color:#336600!important;
	color:#Fce488 !important;
background-image:url(graphics/bg1.jpg)!important;
}

/*This is the drop down hover text color*/

span.current
{
text-decoration: underline;
}

/* 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;}