/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
	@import url( "/winelist/search.css" );

/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	padding:				0px 10px;
	float:					right;
	line-height:			22px;
	font-family:			letter gothic,franklin gothic medium,arial,sans serif;
	text-transform:			uppercase;
	font-weight:			normal;
	font-size:				10px;
	color:					white;
}

#nav-global a
{
	color:					white;
}


/*=========================================================================================================
//	Bread crumb
//=======================================================================================================*/
#breadcrumb
{
	padding:				0px 10px;
	line-height:			22px;
	font-family:			verdana,sans serif;
	text-transform:			lowercase;
	font-weight:			normal;
	font-size:				10px;
	color:					white;
}

#breadcrumb a
{
	color:					white;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}



img#logo
{
	display:				block;
}


td#left
{
	width:					144px;
	background-color:		rgb(255,255,230);
	background-image:		url( /site/images/bg_left.gif );
	background-repeat:		repeat-x;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//---------------------------------------------------------------------------------------------------------
//	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
//-------------------------------------------------------------------------------------------------------*/
ul#nav-main
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

ul#nav-main li.l1
{
	display:				block;
	margin:					0px;
	padding:				0px;

	border-bottom:			1px solid rgb(209,193,163);

	/*	IE hack	*/
	/*	line-height:			0px;	*/
}


ul#nav-main li.l1 a
{
	display:				block;
	padding:				0px 8px;
	line-height:			24px;
	font-family:			letter gothic,franklin gothic medium,arial,sans serif;
	text-transform:			lowercase;
	font-weight:			normal;
	font-size:				13px;
	color:					rgb(105,105,95);
}

ul#nav-main li.l1 a.topnav-active,
ul#nav-main li.l1 a:hover,
ul#nav-main li.l2-active a
{
	background-color:		rgb(238,231,214);
	text-decoration:		none!important;
}

#nav-main img
{
	display:				block;
	border-right:			1px solid rgb(177,146,196);
}


ul.sectionnav
{
	margin:					0px;
	padding:				2px 0px;
	list-style-type:		none;
}

li.l2
{
	margin:					0px;
}

li.l2 a,
li.l2-active a
{
	display:				block;
	margin:					0px 0px 2px;
	padding:				0px 8px;
	line-height:			13px!important;
	font-size:				10px!important;
	color:					rgb(193,180,170)!important;
}

li.l2 a:hover,
li.l2-active a
{
	color:					rgb(135,131,121)!important;
}
