#header .menu {
	clear:both;
	font-family: Verdana, Sans-Serif;
	background: transparent;
	height: 37px;
	overflow: hidden;
	margin-top:10px;
	color:white;
	width:830px;
	float:left;
	letter-spacing: -1px;
}

#header #mc_menu_1 {
	border-bottom:1px solid #91cd49;
	height:24px;
}

#header #mc_menu_1 .current_page_item {
	background-color:#91cd49;
}
#header #mc_menu_1 .current_page_item a{
	color:white;
}

#header .menu ul,
#header .menu ul * {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header .menu ul li span {
	display: none;
}

#header .menu ul li {
	float: left;
	margin-top: 2px;
	padding: 0 15px;
}

#header .menu ul li:hover {
	background-color:#91cd49;
}

#header .menu ul li a {
	text-decoration: none;
	font-size: 16px;
	color: #5d5d5d;
}

#header .menu ul li a:hover {
	text-decoration: none;
	color:white;
}

#header .menu ul li ul {
	display:none;
	background-color:#91cd49;
	border:1px solid #C0C0C0;
	border-top:0px;
}
#header .menu ul li.visible ul {
	display:block;
	position: absolute;
	z-index: 9999;
	width:200px;
	
	padding: 0;
}
#header .menu ul li.visible ul li {
	display:block;
	float: none;
}

#header .menu ul li.visible ul li:hover {
	background-color:transparent;
}	

#header .menu ul li.visible ul li a {
	font-size:14px;
	color:white;
}

#header .menu ul li.visible ul li a:hover {
	text-decoration:underline;
	color:white;
}	

#header #menu_item_15 ul li a {
	color:#3f3126;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0px;
}

#header #menu_item_15 ul li a:hover {
	color:#92725b;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	letter-spacing: 0px;
}

#rss {
	float:right;
	height:33px;
	width:110px;
}