@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
#menu li a     {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	background-image: url(../images/images/btn.gif);
	background-repeat: no-repeat;
	display: block;
	height: 23px;
	width: 167px;
	color: #FFF;
	padding-left: 10px;
	line-height: 23px;
	font-size: 12px;
}
#menu     {
	list-style-type: none;
	width: 167px;
	margin-top: 7px;
}
#menu li     {
	height: 23px;
	width: 167px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu li a:hover {
	background-image: url(../images/images/btn.gif);
	background-position: 0px -23px;
}

