.navBar {
	/* DEFINED IN MAIN CSS */
}

#nav {
	width: 919px;
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0; 
	z-index: 999;
	position: absolute;
	top: 0;
	left: 21px;
}
#nav ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav ul ul {
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 16px 13px 15px 12px;
	font-weight: bold;
	text-align: center;
	background: url(../images/template/nav_bar_tile.gif) no-repeat left center;
}
#nav .first a {
	display: block;
	color: #ffffff;
	text-decoration: none;
	padding: 16px 12px 15px 12px;
	font-weight: bold;
	text-align: center;
	background: url(../images/template/nav_bar_tile.gif) no-repeat right center;
}
#nav a:hover {
	color: #ffdea3;
	/*background: url(../images/template/nav_bar_tile.gif) no-repeat left center;*/
}
#nav li {
	float: left;
	padding: 0;
	border-top: 0px solid #009D34;
	border-bottom: 0px solid #009D34;
	border-left: 0px solid #1AA749;
	/*background: url(../images/template/nav_bar_tile.gif) no-repeat left center;*/
	display: inline;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-top: 1px solid #1d5f95;
	border-right: 1px solid #1d5f95;
	border-left: 1px solid #1d5f95;
	margin: 0;
	z-index: 99999;
}

/***************************************************************/

#nav li ul {
	width: 165px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 163px;
}
#nav li ul a {
	width: 165px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 143px;
}
#nav li ul li {
	clear: both;
}
#nav li li {
	background-color: #fff;
	background-image: none;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1d5f95;
	border-left: none;
	padding: 0;
}
#nav li ul a, #nav .first ul a {
	color: #1d5f95;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding: 5px 10px 6px 10px;
	background: none;
}
#nav li ul a:hover {
	color: #1064aa;
	background: none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	margin-top: -1px;
	margin-left: 0;
}
#nav li:hover, #nav li.sfhover,
#nav li:hover, 
#nav li:focus, 
#nav li:active
 {
	border-top: 0px solid #1D7D3E;
	border-bottom: 0px solid #cccccc;
	background: url(../images/template/nav_hover.gif) no-repeat right top;
}
#nav li li:hover, #nav li li.sfhover {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #1d5f95;
	border-left: none;
	background: #e5f1f9 url(../images/general/transparent.gif);
}
