/* Custom Menu CSS */

/* ========================== */
/* Container */

#navigationBar
{
	position: relative;
}

#customNavigation
{
	/*Navigation container and background block. This holds all the nav titles and drop lists.*/ 
	/*position of the whole nav block*/
	position: absolute;
	left: 275px;
	top: 126px;
	z-index: 99;
	width: 760px;
	x-height: 34px;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans serif;
	padding-top: 15px;
	list-style-type: none !important;
}

/* ========================== */
/* Titles */

#customNavigation h2, #customNavigation hr
{
	/*Navigation area displayed graphically. This H2 and HR only for CSS free page.*/
	display: none;
}

#customNavMain
{
	margin: 0;
	padding: 0;
}

.customNavTitle
{
	/*Each H3 is contains an image, so reset to a plain block. Each 	/'left' or 'top' property set individually (depends if vertical 	/or horizontal format)*/ /*Fixed*/
	display: inline;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	border-right: 1px solid #728a47;
}

.customNavTitle img
{
	border: none;
}

/* New custom styles */
.customNavTitle
{
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 11px;
	width: auto;
	height: 26px;
	text-align: center;
	cursor: pointer;
	display: block;
	float: left;
}

.customNavTitle a
{
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 6px 14px 6px 14px;
	color: #fff;
	background-color: #476908;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.customNavTitle ul li a
{
	background-color: #75a712;
}

.customNavTitle a span
{
	color: #FFFFFF;
}

customNavMenuL2 .customNavTitle a:hover
{
	background-color: #75a712;
}

customNavMenuL2 .customNavTitle a:hover span
{
	color: #ffffff;
}

/* New custom styles */
.customNavTitleLast
{
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 11px;
	width: auto;
	height: 26px;
	text-align: center;
	cursor: pointer;
	display: block;
	float: left;
}

.customNavTitleLast a
{
	display: block;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 6px 14px 6px 14px;
	color: #fff;
	background-color: #476908;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.customNavTitleLast ul li a
{
	font-color: #ffffff !important;
}

.customNavTitleLast a span
{
	font-color: #ffffff !important;
}

customNavMenuL2 .customNavTitleLast a:hover span
{
	color: #ffffff;
}

.customNavTitleLast a:hover
{
	text-decoration: none;
}

.customNavTitleLast a:hover
{
	text-decoration: none;
}

/* ========================== */
/* Drop Down Lists */

/*Render UL LI as DIVs*/
ul.customNavList
{
	/*Fixed*/
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important; /*Variable*/
	border-bottom: 0 !important;
}

ul.customNavList li
{
	/*Fixed*/
	margin: 0 !important;
	padding: 0 !important; /*Variable*/
	font-weight: normal !important;
	font-family: sans-serif !important;
	font-style: normal !important;
	background-color: #75a712;
	font-color: #ffffff !important;
	font-size: 11px !important;
	line-height: 16px !important;
}

ul.customNavList span
{
	/*Fixed*/
	line-height: inherit !important;
	color: inherit !important; /*Variable*/ 
	/* border-left:1px solid #ffffff !important; border-right:1px solid #ffffff !important; border-bottom:1px solid #ffffff !important; */
	background-color: #75a712;
}

/*Style A as block, set CSS rollover*/
.customNavList a
{
	/*Fixed*/
	display: block !important;
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	text-decoration: none !important; /*Variable*/
	background-color: #75a712;
	text-align: left !important;
	font-weight: normal !important;
	text-transform: none;
}

.customNavMenuL2 a
{
	background-color: #ffffff;
}

.customNavList a
{
}

.customNavList a:hover
{
	/*Fixed*/ /*Variable*/
}


ul.customNavList a:hover span
{
	color: #ffffff !important;
	background-color: #486a08;
}

ul.customNavList a:selected
{
	color: #ffffff !important;
}

/*Padding via SPAN (WinIE5 bug work around, otherwise would be part of A)*/
ul.customNavList span
{
	/*Fixed*/
	display: block !important;
	padding-left: 3px !important;
	padding-right: 9px !important;
	padding-top: 3px !important;
	padding-bottom: 2px !important;
}

/*Each nav menu block as absolute pos*/
.customNavMenuL2
{
	/*Fixed*/
	position: absolute;
	width: 140px;
	z-index: 99 !important;
	visibility: hidden;
	top: 26px;
	left: 0;
}

.customNavMenuL3
{
	/*customNavMenuL3 hidden until rollover of parent, top set dynamically via menu script.*/ 
	/*Fixed*/
	position: absolute;
	width: 140px;
	left: 139px; /*-1 for border*/
	visibility: hidden;
	z-index: 99;
}

.customNavList
{
	z-index: 98 !important;
}

.customNavList ul
{
	list-style-type: none !important;
}

.customNavList ul li
{
	list-style-type: none !important;
	border-bottom: 1px solid #eaedf6;
	border-left: 1px solid #eaedf6;
}

ul.customNavList li
{
	list-style-type: none !important;
}

ul.customNavList li span
{
	list-style-type: none !important;
	border-bottom: 1px solid #eaedf5;
}

.customNavListLast
{
	z-index: 98 !important;
}

.customNavListLast ul
{
	list-style-type: none !important;
}

.customNavListLast ul li
{
	list-style-type: none !important;
	border-bottom: 1px solid #eaedf6;
	border-left: 1px solid #eaedf6;
}

ul.customNavListLast li
{
	list-style-type: none !important;
}

ul.customNavListLast li span
{
	list-style-type: none !important;
	border-bottom: 1px solid #eaedf5;
}

.customNavTitleLast a:hover
{
	color: #ffffff !important;
	text-decoration: none !important;
	background-color: #75a712;
}

.customNavTitleLast .customNavList ul a:hover span
{
}

.customNavTitle a:hover
{
	text-decoration: none !important;
	color: #3399cc !important;
}

.customNavTitle a:hover
{
	background-color: #75a712;
}

.customNavTitle a:hover span
{
	color: #ffffff !important;
}

#customNavMain ul li a:hover
{
	text-decoration: none !important;
}

.customNavTitle ul li a
{
	background-color: #75a712 !important;
}

.customNavTitle ul li a:hover
{
	background-color: #486a08 !important;
}

ul.customNavList li span:hover
{
	background-color: #486a08 !important;
}

.selected a{
	background-color: #75A712 !important;
	padding-bottom:6px;
	padding-top:8px;
	position:relative;;
	top:-2px;
}