/* ------------------ VERTICAL MENU STYLE with background image ------------------------- */
/* You can call this in a single <div> - no <br> tags are needed. If you want to have a 
different background/style when you are actually ON the page then you need to make your
menu an editable region and use <div class="vertOFF">menu item with no link</div>         */
.vertmenu a{
	text-decoration:none;
	text-align:left;
	color:#000000;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: bold;
	display:block;
	width:138px;
	height:18px;
	line-height: 18px;
	padding-left: 10px;
	font-style: normal;
}
.vertmenu a:hover { background-color:#f4eee7; color:#e10000;
}
