@charset "UTF-8";
/* CSS Document */

/*_____Navbar___________*/

#menuwrapper {
	border: 0;
	height: 20px;
	width: 920px;
	z-index: 95;
	clear: both;
	margin-left: 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#button_left {
	background-image:url(../images/button_left.png);
	width: 8px;
	height:20px;
	float:left;
}
#button_right {
	background-image:url(../images/button_right.png);
	width: 9px;
	height:20px;
	float:left;
}
#button_middle {
	height: 16px;
	background-color: #c21130;
	width:auto;
	float:left;
	padding: 2px 5px;
	margin-right: 5px;
}
#menuwrapper #button_middle a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}
#menuwrapper #button_middle a:hover {
	color: #fefc7d;
}
