/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Standard open list style
//=======================================================================================================*/

/*-------------------------------------------------------------------------------------------------------
//	Section navigation
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px 0px 0px 6px;
	overflow:				auto;

	border-bottom:			1px solid #e4e0c4;

	background-image:		url( /site/images/bg_sectionnav.jpg );
	background-repeat:		repeat-x;

	font-family:			arial;
	font-weight:			bold;
	font-size:				0.95em;
}

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

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a
{
	padding:				10px 15px;
	line-height:			38px;
	text-decoration:		none;
	color:					#a0cbad;

	background-position:	right 1px;
	background-repeat:		no-repeat;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-section a.active,
ul#nav-section a:hover
{
	color:					#19945e;
}





li#sn1015 a
{
	margin-right:			6px;
	padding-right:			37px;
	background-image:		url( /site/images/nav/bg_where_to_go.png );
}
li#sn1015 a:hover,
li#sn1015 a.active
{
	background-image:		url( /site/images/nav/bg_where_to_go1.png );
}

li#sn1016 a
{
	margin-right:			7px;
	padding-right:			39px;
	background-image:		url( /site/images/nav/bg_how_to_get_there.png );
}
li#sn1016 a:hover,
li#sn1016 a.active
{
	background-image:		url( /site/images/nav/bg_how_to_get_there1.png );
}

li#sn1017 a
{
	margin-right:			17px;
	padding-right:			30px;
	background-image:		url( /site/images/nav/bg_trip_themes.png );
}
li#sn1017 a:hover,
li#sn1017 a.active
{
	background-image:		url( /site/images/nav/bg_trip_themes1.png );
}

li#sn1018 a
{
	padding-right:			26px;
	background-image:		url( /site/images/nav/bg_all_trips.png );
}
li#sn1018 a:hover,
li#sn1018 a.active
{
	background-image:		url( /site/images/nav/bg_all_trips1.png );
}
