/*-------------------- nav---------------------*/
#nav
{
	background-color: #000000;
	bottom: 0;
	font-size: 12px;
	margin: 0px;
	min-height: 20px;
	padding: 0;
	width: 800px;
	position: relative;
	z-index: 300;
}
#nav LI
{
	background-image: url(../imgs/bg_tabseparator.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	text-align: center;
	width: 114px;
}
* HTML #nav LI.last
{
	background-image: none;
	width: 116px;
/*width: 14.45%;*/
}
#nav LI.last A
{
	border-right: none !important;
}
#nav LI.last
{
	background-image: none;
	width: 116px;
}
/*only IE mac will see this*/
* HTML>BODY #nav LI
{
	text-align: center;
	width: 114px;
	background-color: #000000;
	position: relative;
}
#nav A
{
	color: #FFFFFF;
/*border-right: 1px solid white;*/
	display: block;
	margin: 0;
	padding: 16px 4px;
	text-decoration: none;
}
* HTML #nav A, * HTML #nav A:hover
{
	height: 1em;
}
#nav A:hover, #nav A:visited:hover
{
	background-color: #666666;
	color: #FFFFFF;
	display: block;
	width: auto;
}
#nav LI UL
{
	background-color: #ED6E00;
	float: left;
	font-weight: normal;
	height: auto;
	left: -999em;
	line-height: 1;
	margin: 0 0 0 -1px;
	min-width: 90px;
	padding: 14px;
	position: absolute;
	z-index: 6000;
	text-align: left !important;
	width: 300px;
}
/** html #nav li ul {    margin: 0 0 0 -58px !important;    text-align: left !important;    z-index: 6000;}
only IE mac will see this*/
* HTML>BODY #nav LI UL
{
	margin-left: 25px;
	width: 124px;
}
#nav LI LI
{
	background-image: none;
	display: block;
/*width: 124px;*/
	float: none;
	margin: 0;
	padding: 0;
	text-align: left !important;
	position: relative;
}
#nav LI UL A
{
	display: block;
	float: none;
	font-weight: normal;
	padding: 2px 4px;
	text-align: left !important;
	width: 100%;
}
#nav LI:hover UL UL, #nav LI:hover UL UL UL, #nav LI.sfhover UL UL, #nav LI.sfhover UL UL UL
{
	left: -999em;
}
#nav LI:hover UL, #nav LI.sfhover UL
{
	left: auto;
	-margin-left: -55px;
}
#nav LI:hover, #nav LI.sfhover, #nav LI#active
{
	border-left: 1px solid #666666;
	color: #FFFFFF;
	margin: 0;
	margin-left: -1px;
	padding: 0;
}
#nav LI:hover A, #nav LI.sfhover A, #nav LI#active A
{
	background-color: #666666;
	border: none;
	color: #FFFFFF;
	display: block;
	margin-left: -1px;
/*position:relative;*/
	padding-left: 5px !important;
}
#nav LI:hover LI, #nav LI.sfhover LI
{
	background-color: transparent !important;
	border: none;
	margin: 0;
	padding: 0;
	text-align: left !important;
	width: 100%;
}
#nav LI:hover LI A, #nav LI.sfhover LI A
{
	background-color: transparent !important;
	color: #FFFFFF;
	text-align: left;
/*width: 124px;*/
	white-space: nowrap;
	width: 100%;
}
#nav LI:hover LI A:hover, #nav LI.sfhover LI A:hover
{
	background-color: transparent;
	color: #000000 !important;
/*width: 124px;*/
}
#nav UL LI.divider
{
	border-bottom: 1px solid #FF8F33;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

