/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
#navi{  
	margin: 0; 
	padding: 0;
	padding-top: 53px;
	}




/* =Menu
-------------------------------------------------------------- */


#access ul {
	font-size: 13px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	border: none;
	float: right;
}
#access li {
	float: left;
	position: relative;
	border: none;
}
#access a {
	color: #eee;
	display: block;
	padding: 8px 10px;
	text-decoration: none;
	font-style: normal;
	border: none;
	margin-right: 8px;
}
#access ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #f9f9f9;
	border-top: 1px dotted #ddd;
	color: #444;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	height: auto;
	line-height: 1.3em;
	padding: 8px 10px 8px 10px;
	width: 130px;
}
#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	background: #efefef;
}
#access li:hover > a,
#access a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #373737;
}
#access ul ul li:hover > a, #access ul ul a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	color: #b2252b;
}
#access ul li:hover > ul {
	display: block;
}
#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	font-weight: bold;
}
#access ul.sub-menu li, #access ul.sub-menu{
	margin-left: 0px !important;
}
#menu-primary, .menu, .menu-item, .menu-primary-container, .menu li{ border: none;}

/* donate button
----------------------------------------------- */
#menu-item-22 a{
	color: #b2252b;
}
#menu-item-22 a:hover{
	background-color: #b2252b!important;
	color: #fff!important;
}

/*#menu-item-142 a, #menu-item-338 a{
	cursor: default!important;
}
#access ul.sub-menu li a{
	cursor: pointer!important;
}*/

