/* ------------------------------------------------------------
Leave as is. This is the drop down menu
------------------------------------------------------------ */


#page-wrap			{ width: 640px; float:right; } 


/* 
	LEVEL ONE
*/
ul.dropdown                         { float: right; font-family: Helvetica, Arial, sans-serif; font-size:18px; list-style: none; margin:0;padding:0;z-index:1999; font-weight:normal;}
ul.dropdown li                      { position: relative; height: 156px; font-weight: normal; float: left; background: #9B3615; z-index:999;}
ul.dropdown a:hover		            { color:#fff; }
ul.dropdown a:active                { color:#fff; font-weight:normal; }
ul.dropdown li a                    { display: block; padding: 80px 26px 0 26px; height: 76px; border-left: 1px solid #A35439; text-decoration: none;
	 								  color:#BA9B83;text-decoration:none;text-transform:none; }

ul.dropdown li.hover,
ul.dropdown li:hover                { color:#fff;background: #B14C2A; position: relative;font-weight:normal; }
ul.dropdown li.hover a              { font-weight:normal;}


/* 
	LEVEL TWO
*/
ul.dropdown ul			{ margin-left:0; padding-top: 12px; padding-bottom: 18px; background: #B14D2B; list-style: none; visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.dropdown ul li 		{  float: none; padding: 0; height: auto; min-height: 16px; _height: 16px; font-size: 11px; font-family: tahoma; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a		{ border-right: none; padding: 8px 26px 8px 26px; height: auto; min-height: 16px; _height: 16px; background: #B14D2B; color: #EDD9CB !important; } 
ul.dropdown ul li a:hover		{ background: #9B3615; color: #fff !important; } 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 		{ list-style: none; left: 100%; top: 0; width: 153px;  }
ul.dropdown li:hover > ul 	{ list-style: none; visibility: visible; }

.current_page_parent a {
	color: #fff !important;
}

