/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 01: Teal
  Horizontal
  -----------------------------------
*/
.p7MBM01h {
	font-family: Verdana;
	font-size: inherit;
	background-image: url(img/menuBG.png);
	clear: left;
	margin: 0;
	padding: 0;
	height: 55px;
	text-align: left;
	widows:980px;
	z-index: 20;
	background-repeat: repeat-x;
	background-position: 0px 0px;
	zoom: 1;
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #86A603;
	border-bottom-color: #86A603;
	border-left-color: #D2E005;
}
.p7MBM01h ul {
	margin: 22px;
	padding: 0px;
}
.p7MBM01h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px;
	background-color: #5F9BA6;
	border-right: 1px solid #FFFFFF;
}
.p7MBM01h li.p7MBfirst {
	border-left: 0;
}
.p7MBM01h li.p7MBlast {}

.p7MBM01h a {
	background-image: url(img/p7mbm_teal_hz.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px 0px;
	padding: 10px 12px 10px 14px;
	color: #FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
}
.p7MBM01h a.p7MBfirst {}
.p7MBM01h a.p7MBlast {}

.p7MBM01h a:hover {
	color: #000000;
}
.p7MBM01h .p7MBmark {
	color: #FFFFFF;
	cursor: default;
}
.p7MBM01h .p7MBmark:hover {
	color: #D0E2E6;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
