ul.menu li {
	list-style-type: none;
	
}

ul.menu li a {
	border: 1px solid rgb(200,200,200);
	background-color: #DCDCDC;
	text-color:#333333;
	text-decoration: none;
	font-size:10px;
	display: block;
	width: 150px;
	height: 20px;
	
}

ul.menu li a:hover {
	border: 1px solid rgb(200,200,250);
	background-color:#E3E9F1;
	text-decoration: none;
	display: block;
	width: 150px;
	height: 20px;
	
}


