/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 08: Vanilla
  Vertical
  -----------------------------------
*/
.p7MBM08v {
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
}
.p7MBM08v ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM08v li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #93C830;
}
.p7MBM08v li.p7MBfirst {

}
.p7MBM08v li.p7MBlast {
}

.p7MBM08v a {
	display: block;
	color: #333333;
	text-decoration: none;
	background-image: url(img/p7mbm_vanilla.jpg);
	background-repeat: repeat-x;
	background-position: 0px -100px;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 104px;
}	
.p7MBM08v a.p7MBfirst {
}
.p7MBM08v a.p7MBlast {
}
.p7MBM08v a:hover {
	color: #333333;
	border-color: #8D7B65;
}
.p7MBM08v .p7MBmark {
	font-weight: bold;
	color: #000000;
	cursor: default;
}
.p7MBM08v .p7MBmark:hover {
	color: #333333;
}
.p7MBM08v .active {
	font-weight: bold;
	background-image: url(img/p7mbm_vanilla.jpg);
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #317915;
	font-size: 1.1em;
	padding-right: 0px;
}

