/* vertical menu bar */
ul.mbv {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 9em;
}
ul.mbv li {
	padding: 0;
	margin: 2;
	border-bottom: 1px solid #FFF; /* fixes gap problem in IE */    
	position: relative;
	z-index: 1;
}
ul.mbv ul {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0; /* if using borders, -1 to align top borders */
	left: 16em;
	width: 14em;
	background: #FFF;
	z-index: 2;
}
/* separator to mark end of menu group */
ul.mbv li.end {
	border-bottom: 1px solid #399;
}

ul.mbv li a:link,
ul.mbv li a:visited,
ul.mbv li a:hover,
ul.mbv li a:active {
	display: block;
	padding: .2em .5em;
	width: 14em;

	text-decoration: none;
	background: #FFF;
	color: #A70054;
	font-weight: bold;
	text-align:left;
	font-style:italic;
font-size:10pt;
}
ul.mbv li a:hover,
ul.mbv li a:active {
	background: #679BFF;
	color: #FFF;
}

ul.mbv li a.hidden:link,
ul.mbv li a.hidden:visited {
	background: #FFF url(mb2.gif) 100% -10px no-repeat;
}
ul.mbv li a.visible:link,
ul.mbv li a.visible:visited,
ul.mbv li a.visible:hover,
ul.mbv li a.visible:active {
	background: #679BFF url(mb2.gif) 100% -66px no-repeat;
	color: #FFF;
}

.lora {text-decoration:none;color:black}
.lor a:hover {text-decoration:underline;}

ul.smlinks a:link {color:#A20151}