
/* Header */

#header {
	width: 920px;
	height: 47px;
	margin: 0 auto;
}

/* Menu */

#menu {
	float: left;
	height: 47px;
	width: 920px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 44px;
	padding: 14px 24px 0px 24px;
	text-align: center;
	text-decoration: none;
	font-size:	11px;
	font-weight:bolder;
	color:	#fff;
}

#menu a:hover {
	height: 47px;
	color:	#FFFFCC;
	background-color:#5e2959;
	border-top-style:solid;
	border-top-width: 6px;	
}

#menu .current_page_item a {
	color:#6666CC;
}

