ul {
	text-transform: none;
	list-style: none;
	width: 200px;
	margin: 5px;
	padding: 0;
	font: 12px verdana, sans-serif;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	_width: 200px

}

ul li {
	display: inline;
}

ul li a {
   border: outset;
	background-color: #9999CC;
	display: block;
	margin: 2px 0;
	padding: 0 0 0 10px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;

	font-weight: bold;

	color: #343469;
	overflow: none;
}

ul li a:hover {
background-color: #6D6DB6;
color: #CCCCCC;
}


