<!--





/*
//////////////////////////////////////////////
///
///  TOP >>NAV BLOCK ELEMENTS
///
*/

		
#top #nav
{
	display: block;
	clear: left;
	margin: 0;
	padding: 0;
	width: 985px;
	text-align: left;
}

	
/*----------------------------------------*/	





/*
//////////////////////////////////////////////
///
///
///  NAV TEXT ELEMENTS
///
///
//////////////////////////////////////////////
*/


#nav ul
{
	display: block;
	margin: 0;
	padding: 0;
}





#nav .tabs li
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style-type: none;
}

#nav .tabs li a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;	
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #2d2b2b;
}

#nav .tabs li a:visited { color: #2d2b2b; }

#nav .tabs li a:hover
{
	color: #2d2b2b;
	background: #eee;
}

#nav .tabs li.selected 
{ 
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style-type: none;
	background: #dadada;
}

#nav .tabs li.selected a
{
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	height: 24px;
	list-style-type: none;
	background: #dadada;
}

#nav .tabs li.selected a:hover
{
	/*selected main tab style */
	text-decoration: none;
	background: #dadada;
}




#nav li.more a
{
	display: block;
	height: 17px;
	float: left;
	margin: 0;
	padding: 10px 3px 0 3px;
	display: block;
	height: 11px;
	text-decoration: none;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 10px;
	text-transform: none;
}
#nav li.more a:hover
{
	color: #666;
	text-decoration: none;
}



/*
///////////////////////////////////////////////////
///
/// NAV DROP DOWN
*/




.dropmenudiv
{
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 10px;
	text-align: left;
	z-index: 100;
	background-color: #dadada;
	width: 150px;
	visibility: hidden;
	border-color: #fff;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}

.dropmenudiv a
{	
	z-index: 100;
	width: auto;
	display: block;
	border-bottom: #eee;
	/*THEME CHANGE HERE*/
	padding: 8px 2px 8px 10px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

* html .dropmenudiv a
{
	/*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover
{
	/*THEME CHANGE HERE*/
	color: #333;
	background-color: #EEE;
}


-->
