#tabNav, #tabNav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #999;
	background-color: transparent;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* The top main navigation links */
#tabNav a {
	display: block;
	padding:0px;
	color: #242424;	
	background-color:#ccc;
	text-decoration: none;
}
/* I'm targeting the last main navigation link */
#tabNav a.last {
	background-image: none;
}

#tabNav a.one, #tabNav a.two, #tabNav a.three {
	text-align: left;
	font-size: 1em;
}

#tabNav li 
{
	/*border:1px solid;
	width:9em;*/
	float: left;
	padding: 0;
	margin:0;
	/*border:1px solid;*/
}

#tabNav li.contLevel
{
	border-bottom:1px solid #fff;
}

#tabNav li.lastLevel
{
	/*background-image: url(/images/drop_enhancement.gif) bottom right no-repeat;*/
}

/* The dropdown links lists */
#tabNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 140px;
	/*width:1em; */
	font-weight: normal;
	border: 1px solid #999;
	background-color: #ccc;
	margin: 0;
}
#tabNav li li {
	padding: 0;
	width: 140px;
}
#tabNav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#tabNav li ul ul {
	margin: -2em 0 0 140px;
}
#tabNav li:hover ul ul, #tabNav li:hover ul ul ul, #tabNav li.sfhover ul ul, #tabNav li.sfhover ul ul ul {
	left: -999em;
}
#tabNav li:hover ul, #tabNav li li:hover ul, #tabNav li li li:hover ul, #tabNav li.sfhover ul, #tabNav li li.sfhover ul, #tabNav li li li.sfhover ul {
	left: auto;
}

/* The dropdown links list colors */
#tabNav li ul.activeNav a {
	color: #000;
}

#tabNav li ul.activeNav a:hover {
	background-color: #ec681d;
	color: #fff;
	/*font-weight:bold;*/
}

/* The background of the second level links while looking at the dropdown under it... */
#tabNav li ul.activeNav li:hover a.sub, #tabNav li ul.activeNav li.sfhover a.sub {
	color: #fff;
}
#tabNav li ul.activeNav li:hover, #tabNav li ul.activeNav li.sfhover {
	color: #fff;
	background-color: #ec681d;
}

/* deactive state */
#tabNav li ul.deactiveNav a {
	color: #000;
}
#tabNav li ul.deactiveNav a:hover {
	background-color: #005595;
	color: #fff;
}

#tabNav li ul.deactiveNav li:hover, #tabNav li ul.deactiveNav li.sfhover {
	color: #fff;
	background-color: #005595;
}


