/* start main menu system */
/*
#layoutMenu
{
	background: #0065A5 url('/images/layoutmenu.jpg') no-repeat top center;
	width: 100%;
	text-align: center;
}
*/
#layoutMenu
{
	background: #0065A3;
	width: 100%;
	text-align: center;
}
#mainNav
{
	/* width: 1024px; */
	width: 650px;
	text-align: left;
	font-size: 12px;
	font-family: Verdana;
	text-decoration: none;
	margin: 0px auto 0px auto;
	z-index: 999;
	top: 0;
	height: 29px;
}


/* All Nav Components */
#mainNav UL
{
	margin: 0;
	padding: 0;
	list-style: none;
	/*height: 29px;*/
	
}

#mainNav A
{
	display: block;
	text-decoration: none;
	white-space: nowrap;
	padding: 0;
}

/* 
IE - START 
	Ensure that the entire DIV is selectable and not just the A itself 
*/
#mainNav A
{
	width: .1em;
}

/* Reverse the IE hack on other browsers */
#mainNav > UL A 
{
	width: auto;
}
/* IE - END */

/* Horizontal Navigation */
#mainNav LI
{
	float: left;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	height: 29px;
}

/* Horizontal Navigation */
#mainNav LI A
{
	display: block;
	padding: 10px 10px 6px 10px;
	margin: 0;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

#mainNav LI:hover, #mainNav UL LI.over
{
	color: #E97C1F;
	background: url('/images/mainnav_right.gif') no-repeat right top;
}

#mainNav LI:hover A, #mainNav UL LI.over A
{
	color: #E97C1F;
	text-decoration: underline;
	background: url('/images/mainnav_left.gif') no-repeat left top;
	
}

#mainNav LI.current 
{
	background-color: #fff;
	background: url('/images/mainnav_right.gif') no-repeat right top;	
}

#mainNav LI.current A 
{
	color: #E97C1F;
	font-weight: bold;
	background: url('/images/mainnav_left.gif') no-repeat left top;
}

/* 
IE5-Mac 
	Hide the follow styles from IE5 on the Mac
\*/
#mainNav A 
{
	float: none;
}
/* END IE5-Mac */

/* SUB NAV */

#mainNav UL LI UL
{
	display: none;
	position: absolute;
	padding: 0;
	background-color: #fff;
	width: 190px;
	z-index: 999;
}

#mainNav LI:hover UL, #mainNav LI.over UL
{
	display: block;
	zfilter: Alpha(Opacity=80);
}

/* Standard Sub Menu Item */
#mainNav LI:hover UL LI, #mainNav LI.over UL LI
{
	float: none;
	padding: 0 2px;
	background-color: #1E4F82;
	background-image: none;
	border: none;
	height: 24px;
	width: 100%;
}

#mainNav LI:hover UL LI A, #mainNav LI.over UL LI A
{
	padding: 5px;
	color: #fff;
	background-image: none;	
	text-decoration: none;	
}

/* Selected (Hover) Sub Menu Item */
#mainNav LI:hover UL LI:hover, #mainNav LI.over UL LI.over
{
	background: none no-repeat top left;
	background-color: #fff;
}

#mainNav LI:hover UL LI:hover A, #mainNav LI.over UL LI.over A
{
	background: none no-repeat top left;	
	color: #0165A1;
}
/* end main menu system */
