/* 
  ------------------------------------
  PVII Menu CSS Express Drop-Down Menu
  by Project Seven Development
  www.projectseven.com
  ------------------------------------
*/

#menuwrapper {

}

/*
root UL applies to all the sub-menu ULs.
*/
#p7menubar {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
/*
Root-Level Links. 
*/
#p7menubar a {
	display: block;
	text-decoration: none;
	padding: 9px 12px 9px 11px;
	border-right: 2px solid #fff;
	font-size: 13px;
	color: #555;
	background: #e9e9e9;
	
}

/*
The Root-Level list items. Width is for IE5 Mac. 
*/
#p7menubar li {
	float: left;
	width: 8em;
}


/*
Root-Level menu items
*/

#p7menubar li:hover a, #p7menubar,
#p7menubar li.p7hvr a {
	color: #fff;
	background-color: #666;
}

/* single backslash \ character IE5 Mac hack, allows other
browsers to render top-level menu items to their natural width.
*/
#p7menubar li {width: auto;}
