/*=======================================================================================================
//	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;
	list-style-type:		none;
}

ul#nav-section li
{
	display:				inline;
	color:					#236db7;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;

}



/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	padding:				0em;
	margin:					22px 0em 9px;
	/*border-bottom:			1px solid rgb(204,204,204);*/
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.68em;
	text-decoration:		none;
	color:					#888;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	padding:				0.4em 0em;
	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					gray;
}
ul#nav-section a.active
{
	font-weight:			bold;
}
/*-------------------------------------------------------------------------------------------------------
//	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:					white; /*rgb(59,121,166);*/
}

.top_bottom_img
{
	left:					-15px;
	position:				relative;
	
}

.section_nav_div
{
	position:				relative;
	width:					107px;
	position:				absolute;
	left:					-64px;
	top:					48px;
	background-color:		white;
	padding:				0px 15px ;
}
