/* Vertical Service Menu */
.vmenu{
	list-style-type: none;
	padding: 0;
	width: 176px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	float: left;
	position: relative;
	height: auto;
}

.vmenu li a{
	color: #FFFFFF;
	display: block;
	width: auto;
	padding-left: 20px;
	text-decoration: none;
	background-color: #039;
	background-image: url(../images/bullets/star_Maroon.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: none;
}


* html .vmenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 145px;
}

.vmenu li a:visited, .vmenu li a:active{
color: white;
}

.vmenu li a:hover{
color: yellow;
background-color: #0172BC;
background-image:url(../images/bgs/star_hover.png); /*onMouseover image change. Remove if none*/
}
.vmenu #current a {
	color: #FF0;
	text-decoration: underline;
	background-image:url(../images/bgs/star_hover.png); /*onMouseover image change. Remove if none*/
}

