@charset "utf-8";
/* CSS Document */


.navigation {
	clear: both;
	display: block;
	float: left;
	margin: 14px 0 -1px 0;
}

.navigation ul {
	font-size: 11px;
	list-style: none;
	margin: 0 0 0 -0.8125em;
}
.navigation li {
	float: left;
	position: relative;
	list-style: none !important;
}
.navigation a {
	background: url("images/separator.jpg") no-repeat scroll right center transparent;
	color: #FFFFFF;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	line-height: 2em;
	padding: 2px 13px 4px;
	text-decoration: none;
}
user agent stylesheeta:-webkit-any-link {
color: -webkit-link;
text-decoration: underline;
cursor: auto;
}
.navigation ul ul {
  display: none;
    float: left;
    left: 0;
    margin: 0;
    position: absolute;
    top: 2.4em;
    width: 136px;
    z-index: 99999;
	}
li.last-menu-item a {
	background: none !important;
}
.navigation ul ul ul {
	left: 100%;
	top: 0;
}
.navigation ul ul a {
	background: none repeat scroll 0 0 #D3D3D3;
	border-bottom: 1px solid #B8FF7A;
	color: #444444;
	font-size: 11px;
	font-weight: normal;
	height: 0.25em;
	line-height: 0.6em;
	padding: 10px;
	width: 118px;
	font-family: Tahoma, Geneva, sans-serif;
}
.navigation li:hover > a, .navigation ul ul :hover > a, .navigation a:focus {
/*background: #efefef;*/
	
}
.navigation ul ul :hover > a {
	background: #8B8B8B;
	color: #D3D3D3;
}
.navigation li:hover > a, .navigation a:focus {
	/*  Show a solid color for older browsers 
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5));  Older webkit syntax 
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);*/
	color: #B8FF7A;
}
.navigation ul li:hover > ul {
	display: block;
	background: #8b8b8b;
	color: #D3D3D3;
}
.navigation ul ul a ul {
	margin-top: -8px !important;
}
.navigation .current-menu-item > a, .navigation .current-menu-ancestor > a, .navigation .current_page_item > a, .navigation .current_page_ancestor > a {
	font-weight: bold;
}