

#menu {
	list-style: none;
	/*background: #fff;*/
	padding: 0px;
	margin: 0px;
}

#menu li{
	margin-top: 10px;	
	/*height: 25;
	line-height: 25px;*/
}

 #menu li a {
	padding-left: 28px; /*font-size: 0.8em;*/
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	background: transparent url(images/bullet_inactive.jpg) center left no-repeat; 
	
	/*margin-top: 20px;
	height: 40px;*/
}

 #menu li a:hover {
	/*background-color: #d4f7d3;*/
	background-image: url(images/bullet_menu.jpg);
  }

#menu li#active a{
	/*background-color: #ff0000;*/
	background-image: url(images/bullet_menu.jpg);
  }              