/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */

#menu_container {	
	clear: both;
	margin: 0;
	padding: 0px 0px 10px 0px;		
	width: 770px;
	background: #FFF url(../images/wrap-bg.jpg) repeat-y;
	float: left;
	
	
}	

/* common styling */
.menu {font: bolder 14px 'Trebuchet MS', sans-serif; width:740px;margin: 0px 7px;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:146px; height:32px; color:#fff; border:1px solid #fff; background:#4E3525; line-height:32px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;text-align:center;}
.menu ul li {float:left;position:relative;}
.menu ul li ul {display:none;text-align:left;font:bolder 12px 'Trebuchet MS', sans-serif;}
.menu ul li.current a  {background: #993333;color: #FFF;}
.menu ul li.current  {background: #993333;color: #FFF;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#993333;}
.menu ul li:hover ul {display:block; position:absolute; top:33px; left:0px; width:146px;}
.menu ul li:hover ul li a.hide {background:#C8935D; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#993333; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#4E3525; color:#fff;padding:0 10px}
.menu ul li:hover ul li a:hover {background:#C8935D; color:#4E3525;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:146px; top:0;padding:0px 21px}
.menu ul li:hover ul li:hover ul.left {left:-146px;}





	
