#mainmenu {
	margin: 145px 0 0 25px;
	padding: 0;
}

#mainmenu li {
	list-style: none;
	background: transparent url('images/menu-item.jpg') no-repeat 0 0;
	width: 190px;
	height: 30px;
	margin: 0 0 5px;
	padding: 0;
}

#mainmenu li a {
	background: transparent url('images/closebox.png') no-repeat 153px 1px;
	width: 180px;
	height: 22px;
	padding: 8px 0 0 10px;
	display: block;	
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#mainmenu li a:hover {
	background: transparent url('images/openbox.png') no-repeat 153px 1px;
	text-decoration: underline;
	color: #933 !important;
}