/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 02: SilverBlue
  Horizontal
  -----------------------------------
*/
.p7MBM02h {
	background-position: left bottom;
    zoom: 1;
    border-left: 1px solid #333;
}
.p7MBM02h ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM02h li {
	float: left;
	margin-right: 0px;
	list-style-type: none;
	padding: 0px;
	background-color: #293D7C;
	border-right: 1px solid #ccc;
	font-size:15px;
	font-weight:bold;
}
.p7MBM02h li.p7MBfirst {
	border-left: 0;
}
.p7MBM02h a {
	background-image: url(img/p7mbm_silverblue_hz.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: 0px -164px;
	padding: 11px 14px 11px 13px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}
.p7MBM02h a:hover {
	color: #FFFFFF;
}
.p7MBM02h .p7MBmark {
	font-weight: bold;
	color: #fff;
	cursor: default;
}
.p7MBM02h .p7MBmark:hover {
	color: #FFFFFF;
}
.p7mb_clearfloat {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
