/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 01: Teal
  Vertical
  -----------------------------------
*/
.p7MBM01v {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	
}
.p7MBM01v ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM01v li {
	list-style-type: none;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.p7MBM01v li.p7MBfirst {}
.p7MBM01v li.p7MBlast {}
.p7MBM01v a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	background-image: url(img/p7mbm_teal_v.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: -300px 0px;
	color: #D75414;
	text-decoration: none;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	font-weight: bold;
	word-spacing: normal;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #BED6DC;
	border-right-color: #497983;
	border-bottom-color: #497983;
	border-left-color: #BED6DC;
	height: 16px;
}
.p7MBM01v a.p7MBfirst {}
.p7MBM01v a.p7MBlast {}

.p7MBM01v a:hover {
	color: #000;
	font-weight: bold;
}
.p7MBM01v .p7MBmark {
	font-weight: bold;
	color: #333;
	cursor: default;
}
.p7MBM01v .p7MBmark:hover {
	font-weight: bold;
	color: #333;
}
