/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 09: Follow Me
  Vertical
  -----------------------------------
*/
.p7MBM09v { color: white; font-family: Arial, Helvetica, sans-serif; font-size: inherit; margin: 0; padding: 0; }
.p7MBM09v ul {
	margin: 0px;
	padding: 0px;
}
.p7MBM09v li {
	list-style-type: none;
	margin: 4px 0;
}
.p7MBM09v li.p7MBfirst {}
.p7MBM09v li.p7MBlast {}


.p7MBM09v a { display: block; color: white; text-decoration: none; background-image: url(img/p7mbm_basic.gif); background-repeat: no-repeat; background-position: -10px 0; font-weight: normal; background-color: #007cab; padding: 8px 14px; border-right: 1px solid #000; border-bottom: 1px solid #000; border-left: 1px solid #000000; }
.p7MBM09v a.p7MBfirst { color: white; }
.p7MBM09v a.p7MBlast { color: white; }


.p7MBM09v a:hover {
	color: white;
	background-color: #90c6d8;
}
.p7MBM09v .p7MBmark {
	font-weight: bold;
	color: #fff;
	cursor: default;
	background-position: 14px 0 !important;
	background-color: #007cab;
}
.p7MBM09v .p7MBmark:hover { color: #ffffff; background-color: #007cab; }

