/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	background-image:		url(/images/side_bg.gif);
	background-repeat:		repeat-y;
	padding-left:			27px;
	width:					132px;
}

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
#nav-section,
#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	padding:				5px 0px 25px 5px;
	white-space:			nowrap;
	width:					550px;
	margin-bottom:			20px;
	background-image:		url(/images/subnav_bg.gif);
	background-repeat:		repeat-x;
	
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
#nav-section a
{
	float:					left;
	padding:				0em 0em;
	
	font-family:			arial,sans serif;
	font-weight:			bold;
	font-size:				13px;
	color:					#909090;
	text-transform:			uppercase;
}

.subnav-divider
{
	color:					#909090;
	font-size:				13px;
	float:					left;
	padding:				0px 6px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
#nav-section a.active,
#nav-section a:hover
{
	color:					#CB2A32;
}

