/* CSS Document */
/* Main Menu Container */
#menu_container {
	height: 30px;
	padding: 0px;
	margin: 0;
	z-index: 1000;
	position: relative;
	clear:both;
	}

#menu {
	list-style: none;
	color: #fff;
	padding: 0;
	margin: 0px 0px 0px 18px;
	height: 30px;
	text-transform: uppercase;
	z-index: 1000;
	}
	
#menu li {
	float: left;
	position: relative;
	height: 25px;
	background: none;
	padding: 0px;
	margin-right:18px;
	}
	
#menu li.last {
	background: none;
	}
	
#menu a {
	display: block;
	border: 1px solid #f3f3f3;
	text-align: center;
	text-decoration: none;
	line-height: 27px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 27px;
	float: left;
	position: relative;
	padding: 0px 4px 0px 4px;
	}
		
#menu a strong {
	display: block;
	font-weight: normal;
	float: left;
	cursor: pointer;
	color: #7d6a55;
	padding-top:8px;
	}
	
* html #menu strong {
	}

#menu li.selected a, #menu li.selected a strong { color:#000000; }

/** drop down **/



#menu li.over {
	z-index: 1002;
	}
	
#menu li a strong:hover { color:#000000; }


#menu li.has_sub_over a {
	z-index: 20;
	padding-bottom: 0;
	background: #e7e7e7;
	border: 1px solid #e3e3e3;
	border-bottom:none;
	color: #7d6a55;
	}
#menu li.has_sub_over a {	
    background: #e7e7e7 url(has-sub-ul.gif) repeat-x;
    border-bottom:none;	
    z-index: 1002;
    padding-bottom: 1px;

}		


#menu li.over ul, #menu li.has_sub_over ul {
	display: block;
	}
		
#menu ul li.over ul {
	display: block;
	}


#menu li.has_sub_over ul ul{
	display: none;
	}

#menu li.has_sub_over ul li.has_sub_over ul {
	display: block;
	}

#menu ul {
	position: absolute;
	display: none;
	padding: 7px 5px;
	margin: 0;
	top: 28px;
	left: 0px;
	width: 200px;
	background: #dadada url(has-sub-ul.gif) repeat-x 0px -15px;
	border: 1px solid #e3e3e3;
	z-index: 1001;
	}
	

#menu ul ul {
	top: 0;
	left: 200px;
	background: #fff;
	}
	
#menu ul li {
	display: block;
	float: left;
	position: relative;
	width: 200px;
	background: none;
	padding: 0;
	height: auto;
	}
	
#menu ul li.last a {
	border-bottom: none !important;
	}
	
#menu li.has_sub_over ul a {
	display: block;
	padding: 9px 5px 9px 17px;
	width: auto;
	position: relative;
	height: auto;
	min-height: 12px;
	font-family:Trebuchet MS, Arial, sans-serif;
	font-size:13px;
	line-height: 12px;
	text-align: left;
	float: none;
	margin: 0px 10px 0px 10px;
	border:none;
	border-bottom: 1px solid #bebebe;
	color: #7D6A55;
	background: url(menu-li.gif) no-repeat 0px center;
	text-transform:none;
	}
	
#menu ul li.over a:hover,
#menu ul li.has_sub_over a:hover{
	background: url(menu-li-over.gif) no-repeat 0px center;
	color: #000;
}
	
* html #menu li.over ul a {
	height: 1px;
	}
	