#menu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 263px;
	background-color: #99CCFF;

}
#menu li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width:263px;
	height:26px;
}
#menu a {
	background: #99FFFF;
	border-bottom: 0px solid #99FFFF;
	color: #333333;
	display: block;
	text-decoration: none;
	width:230px;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 12px;
}
#menu a:hover {
	color: #fff;
	padding-bottom: 7px;
	width:210px;
	background-color: #99CCFF;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
