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


#navigation{ 
    font-family: 'caslon_book_wfregular';
	font-size:22px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:26px;
}
#navigation li{ 
	float:left; 
	margin:0; 
	padding:0px;
	position: relative;
	background-image:none;
	z-index:400;
	
}
#navigation li a{ 
	display:block;
	float:left; 
	color:#064931;
}

#navigation li a.on { 
	text-decoration:none;
	color:#291407;
}

#navigation li a:hover{ 
	text-decoration:none;
	color:#291407;
}

#navigation a {
	text-decoration:none;
	color:#064931;
}
#navigation a:hover {
	text-decoration:none;
	color:#291407;
}

.NavImg {
	margin-left:18px;
	margin-right:18px;
	margin-top:5px;
}

/* main level link hover */
#navigation .current a, #navigation li:hover > a {
	text-decoration:none;
	
}

/* sub levels link hover */
#navigation ul li:hover a, #navigation li:hover li a {
	text-indent:0px; 
	background:none;
	background-color:#291407;
	color:#efd99f;
	display:block;
	float:none;
	margin:0px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:12px;
	line-height:normal;
	border-bottom:1px solid #1d0d03;
	height:auto;
	width:160px;
}
#navigation ul li:hover a:hover {
	width:160px;
}
#navigation ul a:hover {
	background-color:#efd99f !important;
	border:0px;
	border-bottom:1px solid #1d0d03;
	color:#291407 !important;
	text-decoration:none;
	line-height:35px;
	font-weight:normal;
	
}

#OurResult li a {
	width:145px !important;
}
#OurResult li:hover a:hover {
	width:145px !important;
}


/* dropdown */
#navigation li:hover > ul {
	display: block;
	border:1px solid #282828;
}

/* level 2 list */
#navigation ul {
	display: none;
	margin: 0;
	padding: 0;
	width: auto;
	position: absolute;
	top:26px;
	left: 0px;
	background-color:#074e90;
}
#navigation ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#navigation ul a {
	font-weight: normal;
}

/* level 3+ list */
#navigation ul ul {
	left:181px;
	top: -3px;
}

/* clearfix */
#navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#navigation {
	display: inline-block;
}
html[xmlns] #navigation {
	display: block;
}
 
* html #navigation {
	height: 1%;
}
