#menu {
	background: #000000;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 0;
	border-bottom: 1px solid #393939;
	
}
#menu a {
	background: #1d1d1d;
	
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background: #39b1ee url("http://www.starscell.com/index.php/../themes/site_themes/default/menu/images/hover.gif") left center no-repeat;
	color: #fff;
	
}