#menu ul {
	width: 220px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
	text-transform: uppercase;
}
#menu li a {
	width: 220px;
	height: 30px;
	margin: 0px;
	padding: 2px 0px 0px 0px;
}
#menu li a:link, #menu li a:visited {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(../images/me1.jpg) top center no-repeat;
}
#menu li a:hover {
	color: #C0C6CC;
	text-decoration: none;
	background: url(../images/me2.jpg) top center no-repeat;
}

.active   {
	text-decoration: none;
	color: #fff;
	display: block;
	background: url(../images/bl_active.gif) top center no-repeat;
}


