@charset "UTF-8";/* CSS Document */.listmenu{	width: 240px;}.listmenu ul{	list-style-type: none;}.listmenu ul li{	padding-bottom: 10px; /*bottom spacing between menu items*/}.listmenu ul li a{	color: #333;	background: url(../images/menu_bullet.gif) no-repeat left center; /*custom bullet list image*/	display: block;	padding: 2px 0 2px 15px;	font-size: 16px;	margin-left: 40px;	font-weight: normal;}.listmenu ul li a:hover{ /*hover state CSS*/	color: #09F;	background: url(../images/menu_bullet_over.gif) no-repeat left center; /*custom bullet list image*/	text-decoration: none;	font-weight: normal;}.listmenu ul li a.active{ /*active state CSS*/	color: #039;	background: url(../images/menu_bullet_active.gif) no-repeat left center; /*custom bullet list image*/	font-weight: normal;}