@charset "utf-8";
/* CSS Document */



#menu {
	width: 750px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #CAE9FE;
	background-color: #EFF8FF;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	text-decoration: none;
	background-color: #CAE9FE;
}


#menu ul{
list-style-type: none;
width: 100%;
margin: 0px;
padding: 0px;
}

#menu li {
	float: left;

}

#menu a {
	width: 93px;
	color: #000;
	text-decoration: none;
	display: block;
	text-align: center;
}

