/*=======================================================================================================
//	SECTION NAVIGATION STYLES
//-------------------------------------------------------------------------------------------------------
//		Block list style
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------
//	Section navigation conainer
//-------------------------------------------------------------------------------------------------------*/


#menu
{
	float:					right;
	width:					124px;
	height:					400px;
	background-color:		#898989;
	background-image:		url( /site/images/bg_menu.gif );
	background-repeat:		repeat-x;
	border-left:			4px solid black;
}


/*-------------------------------------------------------------------------------------------------------
//	Menu & Submenu block structure
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main,
ul#nav-main ul.sub
{
	margin:					0px;
	padding:				0px;

	list-style-type:		none;
	width:					124px;
	
	overflow:				hidden;
}


ul#nav-main
{
	margin-top:				22px;
}

/*-------------------------------------------------------------------------------------------------------
//	Submenu block, different background color, no border between submenu block and parent item
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main ul.sub
{
	background-color:		#333333!important;
	border-bottom:			0px;
	margin-bottom:			7px;
	padding:				2px 0px 3px;
}

/*-------------------------------------------------------------------------------------------------------
//	3rd level submenu (used for properties list link
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main ul.sub ul
{
	list-style-type:		none;
	margin:					0px 0px 0px 10px;
	padding:				0px;
}

/*-------------------------------------------------------------------------------------------------------
//	Link styles
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main a
{
	display:				block;
	padding:				0px;
	line-height:			12px;
	font-weight:			bold;
	font-size:				11px;
	text-transform:			uppercase;
	text-decoration:		none;
	color:					white;
}



/*-------------------------------------------------------------------------------------------------------
//	Submenu link indented
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main ul.sub a
{
	padding:				3px 5px 3px 16px;
	border-top:				0px;
	text-transform:			none!important;
	font-weight:			normal;
}

/*-------------------------------------------------------------------------------------------------------
//	Link highlights
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main a.active,
ul#nav-main a:hover,
li.active
{
/*
	background-color:		#F18505!important;
	color:					black;
*/
}

ul#nav-main ul.sub a.subactive,
ul#nav-main ul.sub a:hover,
ul.sub li.active
{
	background-color:		#333333!important;
	color:					#F18505!important;
}

#nav-global
{
	float:					right;
	clear:					both;
	padding:					0px 128px 0px 0px;
	margin:				0px;
	line-height:			24px;
	font-size:				9px;
	text-transform:			uppercase;
	color:					#666666;

	white-space:			nowrap;
	list-style-type:		none;
}
#nav-global a
{
	font-weight:			bold;
	color:					#999999;
	margin-left:			16px;
}

