* {
	padding		: 0px ;
	margin		: 0px ;
}
#wrapper {
	width: 735px;
	text-align: left;
	margin: auto;
}
body {
	text-align: center;
	font-size: 80%;
	color: #333333;
}

#menu li {
	float: left;
	margin: 0px;
}

#menu a {
	float: left;
	width: 102px;
	background-color: #FFCC33;
	text-align: center;
	padding-top: 5px;
	height: 20px;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
	border-bottom-width: 1px;
	font-size: 100%;
	color: #333333;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF9900;
}
#menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu a:hover {
	background-color: #FFCC66;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF9900;
	border-bottom-color: #FF9900;
}
