
#menu_top {

		/* custom */
		font-size: 1em;
		font-weight: bold;
		height:34px;
		margin: 0;
		padding: 0;
}

#menu_top ul {
		list-style: none;
		float: left;
		margin: 0;
		padding: 0;
		font-weight: bold;
}

#menu_top ul li {
	float:left;
	margin: 0;
}

#menu_top a {
	display:block;
	text-decoration: none;

		/* custom */
		font-weight:bold;
		padding: 10px 15px 10px 15px;
		color:#513f7b;
		border-right:2px solid #513f7b
}

#menu_top a:hover, #menu_top a.on {

		/* custom */
		color:#513f7b;
		background:white;
		text-decoration: none;
}



#menu_side {
		width:177px;
		float:left;
}

#menu_side a {
		display:block;
		color:#4c4c4c;
		padding:8px 0 8px 16px;
		background: url(/images/chevron.gif) right center no-repeat;
}

#menu_side a:hover, #menu_side a.on {
		background:white url(/images/search.gif) right center no-repeat;
		-webkit-border-top-right-radius: 6px;
		-webkit-border-bottom-right-radius: 6px;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		border-top-right-radius: 6px;
		border-bottom-right-radius: 6px;
}


.join_button {
	text-align:center;
	color:white !important;
	font-weight:bold;
	padding:5px !important;
	margin:15px 10px;
	background:#513f7b !important;
	background-image:none !important;
}

.join_button:hover {
	background:#67509B !important;
	text-decoration:none;
}
