/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

ul#p7menubar {
	position:relative;
	top:29px;
	width:783px;
	height:35px;
	background:url(../fw/main-nav-bg.jpg) no-repeat top center;
	padding:0 0 0 2px;
}
ul#p7menubar li {
	float:left;
	background:url(../fw/main-nav-seperator.jpg) repeat-y top right;
	padding:0 2px 0 0;
}
ul#p7menubar li.Last {
	background:url(../fw/main-nav-blah.jpg) repeat-y top right;
	padding:0;
}
ul#p7menubar li a,
ul#p7menubar li a:visited {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 40px;
}
ul#p7menubar li.Last a,
ul#p7menubar li.Last a:visited {
	padding:10px 40px 10px 39px;
}
ul#p7menubar li a:hover,
ul#p7menubar li a.On,
ul#p7menubar li a.On:visited {
	background:url(../fw/main-nav-hover.jpg) repeat-x bottom center;
}
#p7menubar ul {
	background:#001212;
	width:168px;
	padding:1px 0 11px 0;
}
#p7menubar ul li {
	background:#003737 url(../fw/sub-nav-line.jpg) repeat-x bottom left;
	float:none;
	width:auto;
	height:auto;
	margin:0;
	padding:2px 2px 3px 2px;
}
#p7menubar ul li.Last {
	background:#001212;
	padding:0;
	height:11px;
}
#p7menubar ul li a,
#p7menubar ul li a:visited,
ul#p7menubar li.Last ul a,
ul#p7menubar li.Last ul a:visited {
	background:#003737;
	text-align:left;
	font-weight:normal;
	color:#fff;
	font-size:11px;
	display:block;
	padding:0 0 0 10px;
	width:auto;
	height:22px;
	line-height:22px;
}
#p7menubar ul.About {
	width:154px;
}
#p7menubar ul.Products {
	width:155px;
}
#p7menubar ul.Resources {
	width:165px;
}
#p7menubar ul.Contact {
	width:168px;
}
#p7menubar li {position: relative;}

/* hide from IE mac \*/
#p7menubar li {position: static; width: auto;}
/* end hiding from IE5 mac */

#p7menubar li ul {
	position: absolute;
	display:none;
}
#p7menubar li:hover a, #p7menubar a:focus,
#p7menubar a:active, #p7menubar li.p7hvr a {
	background:url(../fw/main-nav-hover.jpg) repeat-x bottom center;

}
#p7menubar li:hover ul, #p7menubar li.p7hvr ul {
	display: block;
}
#p7menubar li:hover ul a, #p7menubar li.p7hvr ul a {
	background:#003737;
}
#p7menubar ul a:hover {
	background-color:#014444;
	background-color:#014444!important;
}
