.simplemenu {
	font-family: Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 13px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.simplemenu li {
	float: left;
	margin: 0;				
}
.simplemenu li a {
	text-decoration: none;
	display: block;
	padding: 0 20px;
	line-height: 40px;
	color: white;
}
.simplemenu li a:hover, .simplemenu li.active a {
	/*border-bottom: 2px solid #DDD;*/
	color: #999;
}
#menu_wrapper ul {}
#menu_wrapper {
	padding: 0 0 0 0;
	
}
#menu_wrapper div {
	float: left;
	height: 44px;
}

/* Black Menu */
#menu_wrapper.purple ul {
	/*border-top: 2px solid #333;*/
	/*border-bottom: 2px solid #000;*/
}
#menu_wrapper.purple a {
	color: white;
}
#menu_wrapper.purple li a:hover, #menu_wrapper.purple li.active a {
	color: #999;
	/*border-bottom: 2px solid #444;*/
}



