 * 									{ margin: 0; padding: 0; }
 
ul									
{
	list-style: none;
}



/* 
	LEVEL ONE
*/
ul.dropdown                         
{
	position: relative;
	z-index: 1;
	margin-left: 28px;
}
ul.dropdown li                      
{
	float: left;
	zoom: 1;
	height: 28px;


}
ul.dropdown a:hover		            { color: #000; }
ul.dropdown a:active                { color: #ffa500; }
ul.dropdown li a                    
{
	font-weight: bold;
	font-size: 14px;
	font-weight: normal;
	color: #683820;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	display: block;
	padding: 6px 15px;
	background-image: url(../style/images/sep.gif);
	background-repeat: no-repeat;
	background-position: right center;	
}

ul.dropdown li.LastCat a         {
	background-image: none;
} 

ul.dropdown li.hover,
ul.dropdown li:hover                {
	background: #683820;
	color: #f6f6ec;
	position: relative;
}
ul.dropdown li:hover a              { color: #f6f6ec; }


/* 
	LEVEL TWO
*/
ul.dropdown ul.sub_menu 						
{
	width: 190px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #f6f6ec;
	
}
ul.dropdown ul li 					
{
	float: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #683820;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #683820;
	background-color: #f6f6ec;
	height: 32px;
	padding-right: 10px;
	padding-left: 10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfd9ce;
	display: block;
}
ul.dropdown li ul li:hover
{
	background-color: #eae5dd;	
}


                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul.sub_menu li a	
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal;
	border-right: none;
	width: 100%;
	display: block;
	color: #683820;
	padding-top: 9px;
	padding-bottom: 8px;
	background-image: none;
	padding-left: 12px;
}

ul.dropdown ul.sub_menu li.first
{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6b3326;	
}

ul.dropdown ul.sub_menu li.last
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6b3326;
	background-image: none;		
}
 

ul.dropdown ul li a:hover				
{
	border-right: none;
	width: 100%;
	display: block;
} 
/*
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }