/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
	padding:				20px;
}

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

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding-bottom:			1px;
	border-bottom:			1px solid #bebebe;
	font-family:			verdana,arial,sans serif;
	text-decoration:		none;
	color:					rgb(153,51,51);
	padding-left:			10px;
	font-weight:			bold;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				3px 0;
	line-height:			13px;
	font-family:			verdana,arial,sans serif;
	font-size:				12px;
	text-decoration:		none;
	color:					gray;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	color:					#0b5ed8;
}
#side-nav-div1
{
	background:				url('/images/sidenav-bg.png') repeat-y;
	min-height:115px;
	height:auto !important;
	height:115px;
	width:					239px;
}
#side-nav-div2
{
	padding:				0 17px 0 15px;
	/*background:				url('/images/sidenav-bg.png') no-repeat;*/
}