ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 20px;
	padding-right: 15px;
	padding-top: 35px;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
}
li a {
	color: #e7e1d0;
	text-decoration: none;
	background-image: url(/images/bullet_16.png);
	background-repeat: no-repeat;
	padding-left: 15px;
	display: block;
	background-position: left center;
	font-variant: small-caps;
	
}
li a:hover {
	text-decoration: none;
	color: #4a201d;
	background-image: url(/images/bulletover_16.png);
	background-repeat: no-repeat;
} 
.clientlogin {
	padding-left: 26px;
	padding-top: 25px;
}
