/* header - Start */
#header
{
	width: 568px;
	float: right;
	position: relative;
}
.main_menu
{
	font-family: tahoma, arial, verdana;
	font-size: 8pt;
	color: #4E4D4D;
	font-weight: normal;
	text-align: center;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	float: left;
}
.main_menu:hover
{
	color: #006A35;
}
.link_spacer
{
	background-image: url(/images/link_spacer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 5px;	
}
/* header - End */

