/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding:				0px 17px 10px 17px;
	width:					140px;
	color: red;
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

ul#nav-section li
{
	display:				inline;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	font-family:			Tahoma, Geneva, sans-serif;
	font-weight:			bold;
	text-decoration:		none;
}

#nav-section-top a
{
	display:				block;
	padding:				12px 0px 8px 0px; 
	font-family:			Tahoma, Geneva, sans-serif;
	font-weight:			bold;
	font-size:				11px;
	text-decoration:		none;
	color:					#4972a4;
	text-transform:			capitalize;
}

#nav-section-top a:hover
{
	color:					#999999;
}

#nav-section-top a.active
{
	color:					#e1a946;
}

/*-------------------------------------------------------------------------------------------------------
//	Navigation arrow image
//-------------------------------------------------------------------------------------------------------*/
#nav-arrow
{
	border:					solid red 0px;
	display:				inline;
	background-image:		url(/images/nav_arrow.gif);
	background-repeat:		no-repeat;
	background-position:	center center;
	height:					10px;
	width:					10px;
	padding:				0px 5px;
	position:				relative;
	left:					4px;
	top:					1px;
}

/*-------------------------------------------------------------------------------------------------------
//	No navigation arrow image for sub menu items
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub #nav-arrow
{
	border:					solid red 0px;
	display:				inline;
	background-image:		none;
	height:					0px;
	width:					0px;
	padding:				0px 0px;
	position:				relative;
	top:					-18px;

	/*	Firefox hack	*/
	float:					right;

}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				8px 0px 8px 0px; 
	border-top:				1px solid rgb(204,204,204);
	font-family:			Tahoma, Geneva, sans-serif;
	font-weight:			bold;
	font-size:				11px;
	text-decoration:		none;
	color:					#4972a4;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	margin-top:				-10px;
	padding:				0px 0px 15px 0px;
}

ul#nav-section ul.sub br
{
	line-height:			8px;
}

ul#nav-section ul.sub a
{
	display:				inline;
	margin-left:			35px!important;
	text-decoration:		underline;
	border:					none;
}

ul#nav-section ul.sub a.subactive
{
	color:					#e1a946;
}

ul#nav-section .trademark
{
	font-size:				11px;
	color:					#4972a4;
	vertical-align:			text-top;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a:hover
{
	color:					#999999;
}

ul#nav-section a.active
{
	color:					#e1a946;
}

