.button {width: 200px; 
	padding: 2px 0px 0px 0px; 
	background-color: #fff;}
.button ul {list-style: none; 
	margin: 0; 
	padding: 0; 
	border: none;}
.button li {
	border-bottom: 1px solid White;
	margin: 0;
	list-style: none;
	list-style-image: none;
}
.button li a {
	display: block;
	width: 192px; 
	font: bold 13px Arial, Helvetica, sans-serif;
	padding: 1px 0 1px 0.5em;
	border-left: 1px solid #2B0E72;
	border-bottom: 1px solid #8090B8;
	border-right: 1px solid #8090B8;
	border-top: 1px solid #8090B8;
	background-color: #fff;
	text-decoration: none;
	color: #2B0E72;
}
* html .button li a {width: auto;}
.button li a:hover {background-color: #660000;color: #fff;}

.indent-li {
   padding-left: 25px;	
}
.indent-li a {
	font-size: 11px;
	color: #2B0E72 !important;
}
.indent-li a:hover {
	font-size: 11px;
	color: #FFFFFF !important;
}
.no-link{
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #660000;
}
