/* CSS Document */

#menu {
	float: center;
	background: none;
	position: absolute;
	left: 3px;
	top: 10px;
}
#menu ul {
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-align: center;
	
}
#menu li {
	margin: 0;
	list-style-type: none;
	display: inline;
	font: 75%/1.5 verdana, arial, sans-serif;

}
#menu a {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 2px 0 2px 4px;
	display: block;
	width: 115px;
	border: 2px solid;
	border-bottom-color: #9D9DA1;
	border-right-color: #9D9DA1;
	border-left-color: white;
	border-top-color: white;
	background: #0A5FB4;
	color: #C0E2FE;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	background-color: #C0E2FE;
	color: #0A5FB4;
	border: 2px solid;
	border-bottom-color: white;
	border-right-color: white;
	border-left-color: #9D9DA1;
	border-top-color: #9D9DA1;
}

