/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 01: Teal
  Horizontal
  -----------------------------------
*/
.p7MBM01h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	background: none;
	zoom: 1;

}
.p7MBM01h ul {
	margin: 0 0 0 10px;
	padding: 0px;
}
.p7MBM01h li {
	float: left;
	margin: 3px 2px 0px 1px;
	list-style-type: none;
	padding: 0px;
	background: none;
	text-align:center;
	line-height: 25%;

}
.p7MBM01h li.p7MBfirst {
	border-left: 0;
}
.p7MBM01h li.p7MBlast {}

.p7MBM01h a {
	background: url(../images/bg_tab_off.png) center bottom no-repeat;
	display: block;
	padding-bottom:16px;
	padding-top:16px;
	width: 89px;
	color: #FFF;
	text-decoration: none;
}
.p7MBM01h a.p7MBfirst {}
.p7MBM01h a.p7MBlast {}

.p7MBM01h a:hover {
	background: url(../images/bg_tab_on.png) center bottom no-repeat;
	display: block;
	
	width: 89px;
	color: #FFF;
	text-decoration: none;
	
}
.p7MBM01h .p7MBmark {
	font-weight: bold;
	font-size:14px;
	color: #FFFFFF;
	cursor: default;

}
.p7MBM01h .p7MBmark:hover {
	color: #FFF;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
