/* Start of CMSMS style sheet 'ATTRACTIVE2_cssmenu' */
#menuwrapper {
	height: 29px;
	width: 613px;
	padding-left: 50px;
	background: url(images/menu.gif) repeat-x;
	margin: 0 auto;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	margin-right: 35px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #3B3B3B;
	padding-top: 5px;
}
#menu li a.menuactive {
text-decoration: underline;
}

#menu a:hover {
	color: #ec008d;
text-decoration: underline;
/*	background: url(images/menu_r.gif) repeat-x;*/
}

.clearb { clear: both; }
/* End of 'ATTRACTIVE2_cssmenu' */

