#selectedPlanet{
	background:url('select.gif') 0 0;
	height:21px;
	width:160px;
}
#selectedPlanet:hover{
	background:url('select.gif') 0 100%;
}
#selectedPlanet p{
	margin-left:25px;
	padding-top:3px;
}
ul#planetList{
	list-style-type:none;
	display:none;
}
ul#planetList li.planet{
	width:160px;
	height:30px;
	_background:black;
	_border-left:2px solid black;
	margin-top:10px;
}
ul#planetList li.planet:hover{
	background:#383838;
	_border-left:2px solid #383838;
}
ul#planetList li.planet img{ float:left; width:30px;}
ul#planetList li.planet div{float:left;margin-left:5px;}