@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#MainMenu li {
	height: 32px;
	width: 200px;
}
#MainMenu li a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: url(../_images/menu14-1.gif);
	background-repeat: no-repeat;
	display: block;
	height: 32px;
	width: 180px;
	color: #FFF;
	padding-left: 20px;
	line-height: 32px;
}
ul#MainMenu {
	list-style-type: none;
	width: 200px;
}
#MainMenu li a:hover {
	background-image: url(../_images/menu14-1.gif);
	background-position: 0px -32px;
}
