/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top
{
	display:				none;
}

/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section,
ul#nav-section ul.sub
{
	margin:					0px;
	padding:				0px;

	border-bottom:			1px solid white;
	list-style-type:		none;
	background-color:		rgb(238,238,238);
	
	overflow:				hidden;

	border-bottom:			1px solid white;
}

ul#nav-section
{
	border-top:			1px solid #C9C8C9;
}

ul#nav-section li
{
	border-bottom:			1px solid #C4C4C4;
}
ul.sub li
{
	border:					0px!important;	
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub
{
	padding:				0px 0px 3px 0px;
	background-color:		#F1E8ED!important;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a,
p#nav-section-top a
{
	display:				block;
	border-top:				1px solid white;
	padding:				4px 9px 5px 9px;
	line-height:			13px;
	font-size:				11px;
	text-decoration:		none;
	color:					#9D0059;
}

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
p#nav-section-top a
{
	border-top:				0px;
	font-weight:			bold;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section ul.sub a
{
	padding:				3px 10px 3px 18px;
	border:					0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
p#nav-section-top a:hover,
p#nav-section-top a.active,
li.active
{
	background-color:		#E8D5DE!important;
}

li.mda_mo
{
}
li.mda_mo a
{
	padding-right:			25px!important;
	background-image:		url( /site/images/nav/mda_icon.png );
	background-position:	115px center;
	background-repeat:		no-repeat;

}