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

* {
	padding: 0px;
}
#mainmenu li a {
	font-family: "Trebuchet MS, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background: url(quotes/penelope_jenson_test.jpg) no-repeat;
	display: block;
	height: 32px;
	width: 190px;
	color: #FFF;
	padding-left: 31px;
	line-height: 32px;
	letter-spacing: .03em;
	font-size: 15px;
}
ul#mainmenu {
	width: 190px;
	list-style: none;
}
#mainmenu li {
	height: 32px;
	width: 190px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
#mainmenu li a:hover {
	background: url(quotes/penelope_jenson_test.jpg) no-repeat 0px -32px;
}
