/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/






#leftmenus
{
	margin:					0px 0px 9px;
	width:					191px;
	background-image:		url( /site/images/bg_sectionnav.png );
	background-position:	bottom left;
	background-repeat:		no-repeat;
	padding:				14px 20px 14px;
}




ul#sectionnav2
{
	border-bottom:				1px solid #c2c2c3;
}

ul.section
{
	list-style-type:		none;
	margin:					0px;
	padding:				10px 0px;
}

a.sectiontop
{
	display:				block;
	margin:					0px;
	padding:				0px 0px 6px;
	font-family:			tahoma,arial,sans-serif;
	font-weight:			bold;
	font-size:				16px;
	text-decoration:		none;
	color:					black;
}


ul.section li
{
	margin:					6px 0px;
	padding:				0px;
	display:				block;
	line-height:			15px;
	font-family:			tahoma,arial,sans-serif;
	font-size:				13px;
	text-decoration:		none;
	color:					#06a4c3;
}
ul.section li a
{
}


ul.section ul
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}
ul.sub
{
	margin-left:			15px!important;
}



ul.section a.active,
ul.section a:hover
{
	color:					#e68e1b;
}













ul#cfbed,
#related-publications ul
{
	margin:					0px 0px 9px;
	padding:				20px;
	background-color:		#e58e1a;
	
	list-style-type:		none;

	line-height:			15px;
	font-family:			tahoma,arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color:					white;
	text-decoration:		none;
}
ul#cfbed a
{
	color:					white;
}
ul#cfbed ul,
#related-publications ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	font-weight:			normal!important;
}

ul#cfbed ul li,
#related-publications ul li
{
	margin:					6px 0px;
}

ul#cfbed ul li:before,
#related-publications ul li:before
{
	content:				"::  ";
}

#related-publications
{
	padding:				20px;
}
#related-publications ul
{
	background:				transparent!important;
}
#related-publications h2,
#related-publications li,
#related-publications ul a
{
	color:					#737577;
}

