/* 
  -----------------------------------
  Menubar Magic
  by Project Seven Development
  www.projectseven.com
  Theme 02: SilverBlue
  Vertical
  -----------------------------------
*/
.p7MBM02v {
	font-family: "Times New Roman", Times, serif;
	font-size: inherit;
	margin: 0px;
	padding: 0px;
	color: #024998;
	list-style-position: inside;
	list-style-type: circle;
	left: 10px;
}
.p7MBM02v ul {
	color: #024998;
	list-style-position: inside;
	list-style-type: circle;
}
.p7MBM02v  li {
	color: #024998;
	list-style-position: inside;
	list-style-type: circle;
}

.p7MBM02v li.p7MBfirst {}

.p7MBM02v li.p7MBlast {}

.p7MBM02v a {
	background-image: url(img/p7mbm_silverblue_v.png);
	background-repeat: no-repeat;
	display: block;
	background-position: -300px 0px;
	padding: 6px 12px;
	color: #000000;
	text-decoration: none;
	border-top-color: none;
	background-color: none;
	border-bottom-color: #999;
	border-bottom-style: dashed;
	border-bottom-width: thin;
}
.p7MBM02v a.p7MBfirst {}
.p7MBM02v a.p7MBlast {}

.p7MBM02v a:hover {
	color: #024998;
}


.p7MBM02v .p7MBmark {
	font-weight: bold;
	color: #024998;
	cursor: default;
	text-transform: uppercase;
}
.p7MBM02v .p7MBmark:hover {
	color: #024998;
}
