#menuwrapper {
	border-top:0px solid #Fce488;
	border-bottom: 0px solid #Fce488;
	background-color: #8E8E88;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0px 0px 0px;
	list-style: none;
	font-family: verdana,Arial, Helvetica, sans-serif;
	
}
#p7menubar a {
	display: block;
	margin:10px 5px 10px 0px;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border: 4px outset white;          /* This is button border colour */
	
background-color: #8E8E88;                    /* This is back ground of menu buttons */
	font-size: .85em;
	color:white;                 /* This is the colour ofthe button text */

}
#p7menubar a.trigger {
	padding: 5px 16px 5px 10px;
	
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float:left;
	width: 190em;
}
#p7menubar li ul, #p7menubar ul li  {
	width: 12em;
}
#p7menubar ul li a  {
	color:blue;                   /* This is the colour ofthe  text on drop down when java not in use*/
	border-right: 0;
	padding: 3px 12px 3px 16px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color:#Fce488 ;
	border-right: 1px solid #Fce488;
	border-bottom: 1px solid #Fce488;
 
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color:#8E8E88;                               /* This is the colour ofthe  text colour on hover*/

	background-color:white ;                    /* This is the colour ofthe  background colour on hover*/

	
}
#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;
}
#p7menubar ul a:hover {
	background-color:#336600!important;
	color:#Fce488  !important;
background-image:url(graphics/bg.jpg)!important;
}
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;}