/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 03: Glow
  Horizontal
  -----------------------------------
*/
.p7MBM03h {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
border: 0;
background-color: #000;
zoom: 1;
font-weight: normal;
width: 1010px;
padding-left: 40px;
}
.p7MBM03h ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM03h li {
float: left;
margin-right: 0px;
list-style-type: none;
padding: 0px;
background-color: #000;
	border-right: 1px solid #454545;
}
.p7MBM03h li.p7MBfirst {
	border-left: 0;
}
.p7MBM03h li.p7MBlast {}

.p7MBM03h a {
 background-image: url(img/p7mbm_glow_hz.jpg);
 background-repeat: no-repeat;
 display: block;
 background-position: 0px -236px;
 padding: 12px 8px 14px;
 color: #CCCCCC;
 text-decoration: none;
 letter-spacing: 0.1em;
}
.p7MBM03h a.p7MBfirst {}
.p7MBM03h a.p7MBlast {}

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