ul.customMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 270px;
	background-color: #4fb1f4;
}
ul.customMenu li {
	border-bottom: 1px dashed #ffffff;
	background: transparent;
	height: 25px;
	padding: 0;
	margin: 0;
}
ul.customMenu li a {
	text-decoration: none;
	color: #ffffff;
	background: none;
	display: block;
	font-size: 13px;
	font-weight: normal;
	height: 25px;
	line-height: 25px;
	padding: 0 15px 0 45px;
}
ul.customMenu li.select a {
	color: #ffffff;
	font-weight: bold;
}
ul.customMenu li.first,
ul.customMenu li:first-child {
	height: 40px;
}
ul.customMenu li.first span,
ul.customMenu li:first-child span {
	text-decoration: none;
	color: #ffffff;
	background: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 5px;
}
ul.customMenu li.last,
ul.customMenu li:last-child {
	border-bottom: 0;
}