/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 02: SilverBlue
  Horizontal
  -----------------------------------
*/
.p7MBM02h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	background-image: url(img/p7mbm_silverblue_hz.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right: 1px solid #9B9B9B;
	zoom: 1;
	border-bottom: 1px solid #9B9B9B;
	border-left: 1px solid #E5E5E5;
}
.p7MBM02h ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM02h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px;
	background-color: #B2B2B2;
	border-right: 1px solid #333333;
	width: 154px;
}
.p7MBM02h li.p7MBfirst {
	border-left: 0;
}
.p7MBM02h li.p7MBlast {}

.p7MBM02h a {
	background-image: url(img/p7mbm_silverblue_hz.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -164px;
	color: #000000;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 14px;
}
.p7MBM02h a.p7MBfirst {}
.p7MBM02h a.p7MBlast {}

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