#nav * {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#nav{
	margin: 43px 0 0 0;
	padding: 0px 0 0 0;
	float: right;
	width: 650px;
	height: 25px;
	color: #746e40;
	font-weight: bold;
	background-color: #EFC91D;
	
}

#nav ul#topNav{
	float: right;
}


#nav, #nav ul {
	list-style: none;
}

#topNav a {
	display: block;
	padding-left: 10px;
	padding-right: 35px;
	padding-bottom: 10px;
	background-color: #EFC91D;
	text-decoration: none;
	color: #746e40;
	font-weight: 600;

}
#nav a:hover {
color: #227d67;
}

#nav li {
	float: left;
	margin: 0;
	
}

#nav li:hover, #menu li.hover {  
/*FIX FOR IE7 POPUP STICK ISSUE */
    position: static;  
}  


#nav li ul {
	position: absolute;
	left: -999em;
	z-index: 5;
}

#nav li ul li{
	clear: both;
}

#nav li ul li a{
	display: block;
	width: 135px;
	padding: 5px 2px 5px 8px;
	text-align: left;
	background-color: #746E40;
	color: #a69572;
	border: 0;
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;*/
}
#nav li ul li a:hover{
	background-color: #a69572;
	color: #382804;
	/*filter:alpha(opacity=95);
	-moz-opacity:0.95;
	opacity: 0.95;*/
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav .rightBorder {
	background-image: url(/images/onepixwhit.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li ul li ul li a {
	/* third-and-above-level lists */
	color: #000;
}



#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	/* lists nested under hovered list items */
	left: auto;
}

#nav .arrow {
	background-image: url(/images/arrow_right_grey.gif);
	background-position: 100% 6px;
	background-repeat: no-repeat;
}

	#nav .rightBorder {
	background-image: url(/images/onepixwhite.gif);
	background-repeat: no-repeat;
	background-position: 100% 2px;
}
#nav .redborder{
	border-top: 2px solid #227d67;
}
	
	
	/* Sub Menu Section*/
	
	
	
#subNav * {
	padding: 0;
	margin: 0;
}

#subNav{
	float: left;
	margin-top: 12px;

}
#subNav ul {
	list-style: none;
}
#subNav li {
	float: left;
	margin: 0;
}


#subNav a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
	color: #382804;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
#subNav a:hover {
	color: #382804;
}


#subNav .rightBorder {
	background-image: url(/images/onepixblack.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;

}

 

	
#subNavVentures * {
	padding: 0;
	margin: 0;
}

#subNavVentures{
	float: left;
	margin-top: 8px;

}
#subNavVentures ul {
	list-style: none;
}
#subNavVentures li {
	float: left;
	margin: 0;
}


#subNavVentures a {
	display: block;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	color: #525252;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#subNavVentures a:hover {
	color: #000;
}


#subNavVentures .rightBorder {
	background-image: url(/images/onepixblack.gif);
	background-repeat: no-repeat;
	background-position: 100% 3px;

}
