/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/
#menuwrapper {
	border-top: 0px solid #000;
	border-bottom: 0px solid #333;
	background-color: #9C0058; /* MENU BACKGROUND COLOUR */
	background-repeat: repeat-x;
	WIDTH:100%;font-size : 11px;}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#p7menubar {
	WIDTH:100%;
}
#p7menubar, #p7menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#p7menubar a { /* TOP MENU */
	display: block;
	text-decoration: none;
	padding: 12px 30px 10px 20px;   /* TOP MENU PADDING BETWEEN MENU BUTTONS */
	border-right: 0px solid #333;
	color: #fff;
}
#p7menubar a.trigger { /* TOP MENU WITH ROLLOUTS*/
	padding: 7px 40px 7px 20px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: right center;
}
#p7menubar li {
	float: left;
	width: 230px;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul, #p7menubar ul li  {
	width: 230px;
}
#p7menubar ul li a  {
	color: #009900; /* ??? */
	border-right: 0;
	padding: 7px 5px 3px 10px;
}
#p7menubar li ul {
	position: absolute;
	display: none;
	background-color: #3300FF; /* ??? */
	border-right: 0px solid #333333;
	border-bottom: 1px solid #A3A3A3;
	background-repeat: repeat-x;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	color: #fff;
	background-color: #C76EA0; /* TOP MENU ROLLOVER */
}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	color: #666;
	font-size:8pt;           /* THIS IS SIZE OF THE FONT OF THE SUB MENU  */
	background-color: #DDDDDD; /* SUB MENU  */
}
#p7menubar ul a:hover {
	background-color:#EFEFEF !important; /* SUB MENU ROLLOVER */
	color: #666 !important;
	font-size:8pt;
}



