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

/* ---------- parent level ----------------------- */
#topnavholder {
	width: auto;
	font-size: 18px;
	color: #FFFFFF;
	height: auto;
	clear: both;
	float: left;
}
#topnav  {
	height: auto;
	width: 973px;
	margin: 0px;
	color: #FFFFFF;
	background-image: url(../images/nav/top_nav_bg.png);
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
	}
#topnav li {
	height: 42px;
	text-align: center;
	list-style-type: none; /* required for IE6 */
	font-size: 16px;
	background-image: url(../images/nav/top_nav_divider.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-weight: lighter;
	float: left;
	line-height: 35px;
	position: relative;
}
#topnav li a {
	list-style-type: none; /* required for IE6 */
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	padding-right: 22px;
	padding-left: 20px;
	display: block;
	height: 35px;
	width: auto;
	float: left; /* very important for IE6 */
	cursor: pointer; 
	cursor: hand;
}
#topnav li a:link {
	color: #FFFFFF;
	display: inline-block;
	float: left;
	position: relative;
}
#topnav li a:visited {
/* left blank for Safari fix */	
}
#topnav li a:hover {
	color: #D6D700;
}
#topnav li a:active {
	color: #9FA787;
	background-repeat: no-repeat;
	background-image: url(../images/nav_but_f3.png);
}
#topnav li a span {
	display: block;
	height: auto;
	width: auto;
	float: left;
	position: relative;
}
#topnav li a .arrow {
	background-image: url(../images/nav/arrow_down.png);
	height: 35px;
	width: 12px; /* the width of the image */
	overflow: visible;
	position: relative;
	background-repeat: no-repeat;
	display: inline-block;
	background-position: 6px 12px; /* the sum of the width of the image */
	vertical-align: text-top;
	float: left;
	padding-left: 6px;
}
#topnav li a:hover .arrow{
	background-image: url(../images/nav/arrow_down_f2.png);
}
/* ---------- child level ----------------------- */
/* define the nav default class */

.navdrop {
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	position: absolute;/*	background-position: -10px 0px;
	background-image: url(../images/nav/nav_left_bg.gif); 
	removed for IE6*/
	display: block;
	padding-top: 10px;
}
.navdrop .center-content {
	border-radius: 5px; /* corner for IE */
	-moz-border-radius: 5px; /* corner for firefox */
	-moz-box-shadow: 2px 2px 7px #717E6D; /* shadow for firefox */
	-webkit-border-radius: 5px; /* corner for safari */
	-webkit-box-shadow: 2px 2px 7px rgba(113,126,109,0.8); /* shadow for safari */
	box-shadow: rgba(113,126,109,0.8) 2px 2px 0 7px; /* upcoming convention? */
	background-color:rgba(239,239,153,0.8); /* bg col + alpha for safari and firefox */
	_background:#EFEF99; /* IE 6 and below */
	*background:#EFEF99; /* IE 8 and below */
	background-color: #EFEF99; /* all browsers */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=8)  shadow for IE */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99EFEF99, endColorstr=#99EFEF99);  /*bg for IE declare alpha by adding 1-99 in front so #90EFEF99 doesnt work in ie6  */
	display: block;
	height: auto;
	width: 100%;
	position: relative;
	margin: 0px;
	clear: both;
	border: 1px outset #EFEF99;
	float: left;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 14px;
	padding-left: 12px;
}
/* the menu dropdown items */
#nav-col  {
	height: 100%;
	width: 100%;
	margin: 0px;
	color: #FFFFFF;
	background-image: none;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
#nav-col li {
	height: 18px;
	width: auto;
	text-align: left;
	list-style-type: none; /* required for IE6 */
	font-size: 12px;
	background-image: none;
	font-weight: lighter;
	float: none;
	line-height: 18px;
	list-style-type: none;
	padding-top: 4px;
	display: block;
	vertical-align: middle;
	position: static;
}
#nav-col li a {
	list-style-type: none; /* required for IE6 */
	height: 100%;
	text-decoration: none;
	color: #009602;
	font-size: 14px;
	padding-right: 2px;
	padding-left: 2px;
	width: 100%;
}
#nav-col li a:link {
	color: #009602;
}
#nav-col li a:visited {
/* left blank for Safari fix */	
}
#nav-col li a:hover {
	/* 	background-image: url(../images/nav/nav_bg_hover.png); removed for IE6 */
	color: #009602;
	background-color: #CBDABD;
}
#nav-col li a:active {
	color: #009602;
	background-image: none;
}
#nav-col li a span {
	height: auto;
	width: auto;
	padding-left: 0px;
	font-size: 0px;
	position: relative;
}
#nav-col .img {
	height: 40px;
	width: 40px;
	border: 1px solid #89AE81;
	margin-right: 5px;
	float: left;
	display: block;
}
.nav-lcol {
	float: left;
	height: auto;
	width: 200px;
}
.nav-rcol {
	float: right;
	height: auto;
	width: auto;
	padding-bottom: 5px;
}
.nav-mcol {
	height: 18px; 
	width: auto;
	padding-top: 4px;
	display: block;
	vertical-align: middle;
}
.divider {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #89AE81;
	line-height: 0px;
	width: auto;
	font-size: 0px;
	height: auto;
	clear: left;
	margin-top: 3px;
	position: relative;
}
/* the menu dropdowns */
#navdrop1 {
	left: 0px;
	top: 29px;
	width: auto; /* can be set to desired width if required */
	height: auto;
	position: absolute;
	visibility: hidden;
}
#navdrop2 {
	left: 0px;
	top: 29px;
	width: 172px; /* can't be auto while we still have IE6! */
	height: auto;
	position: absolute;
	visibility: hidden;
	display: block;
}
#navdrop3 {
	left: 0px;
	top: 29px;
	width: 183px; /* can't be auto while we still have IE6! */
	height: auto;
	position: absolute;
	visibility: hidden;
}
#navdrop4 {
	left: 0px;
	top: 29px;
	width: auto; /* can't be auto while we still have IE6! */
	height: auto;
	position: absolute;
	visibility: hidden;
}

