/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MAIN NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global a
{
	display:				inline!important;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
/*-------------------------------------------------------------------------------------------------------*/

#nav-main a,
#nav-main a.active,
#nav-global a
{
	display:				block;
	height:					30px;
	padding:				0px 13px 0px 0px;
	line-height:			30px;
	white-space:			nowrap;
	
	font-family:			verdana,sans serif;
	font-size:				9px;
	text-decoration:		none;
	color:					#91867e;
}
#nav-global a:hover,
#nav-main a:hover,
#nav-main a.active,
#nav-main a.active:hover,
#nav-main a.highlight
{
	color:					#ff0099!important;
}

/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	border:					1px solid rgb(234,230,217);
	width:					187px;
	padding:				6px;
}

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

ul#nav-section ul.sub
{
	margin:					0px 0px 4px 2px;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				none;
}

ul#nav-section li
{
	padding:				1px 0px 0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	margin:					3px 0px;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				9px;
	text-decoration:		none;
	color:					rgb(145,134,126);
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indent
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	margin-left:			5px!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active
{
	background-color:		#ff0099;
	color:					white;
}
li.active-item a,
li.active-item a:hover
{
	background-color:		#ff0099;
	color:					white!important;
}

ul.sub li a
{
	background-color:		white!important;
	color:					rgb(145,134,126)!important;
}

ul#nav-section a:hover,
ul.sub a:hover
{
	color:					#ff0099;
}

ul.sub a:hover
{
	color:					#ff0099!important;
}

ul.sub a.active
{
	background-color:		white!important;
	color:					#ff0099!important;
}