/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/
td#left
{
    width:                  150px!important;
    padding-right:          30px;
}

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

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

/*-------------------------------------------------------------------------------------------------------
//	Top (main section) link
//-------------------------------------------------------------------------------------------------------*/
#nav-section-top
{
	display:				block;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	text-decoration:		none;
    color:                  #4d972c;
    margin:0;
    margin-top:             37px;
    padding:                6px 0;
}

#nav-section-top a
{
    color:                  #4d972c;
    font-size:              11px;
    padding:                6px 0;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	display:				block;
	font-family:			verdana,arial,sans serif;
	text-decoration:		none;
    padding:                6px 5px 6px 10px;
    white-space:            nowrap;
    color:                  #333333;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover,
ul#nav-section a.subactive
{
    background-color:       #daeaf4;
}

