/* ================================================================ 
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 
{
	/*font-family: arial, sans-serif; */
	width:960px; 
	/*height:100px; */
	position:relative; 
	font-size:9pt;
	z-index:100;
	background-color:#E28D18;

	/*border:solid 1px #000;*/
}

.menu ul li a, .menu ul li a:visited 
{
	display:block; 
	text-decoration:none; 
	color:#fff;
	
	width:expression(document.body.clientWidth < 102 ? "100px" : "auto");
	/*width:auto !important; width:100px;*/
	min-height:20px;
	height:auto !important; height:25px;
	text-align:left; 
	padding-left:10px;
	padding-right:10px;
	line-height:25px;
	background: #E28D18;
	
	
	/*line-height:25px; */
	/*font-size:11px; */
	/*overflow:hidden;*/
}
.menu ul {padding:0;  }

.menu ul li ul li a,.menu ul li ul li a:visited
{
	
}
.menu ul li 
{
	float:left; 
	position:relative;
	border-top:none;
	border:bottom:none;
	background:#D1901A;

	
}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li a.rootmenu
{
	color:#fff;  background:#7d5610 none;
	
}



.menu ul li:hover a {color:#fff;background:#7d5610; }
.menu ul li:hover ul {display:block; position:absolute; top:25px; left:0; /*width:105px;*/}
.menu ul li:hover ul li a.hide { color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#FFF;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block;  color:#fff; border-top:1px solid #FFF; }
.menu ul li:hover ul li a:hover { color:#FFF; border-top:solid 1px #FFF; background-color:#D1901A; }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

.menu ul li ul li, .menu ul li ul li a
{
	min-height:25px;
	overflow:visible;
}

/* Hiding background for the last list item */

#root100 a {} 

#root100 a:hover {background-color: #7d5610 ;} 

#child163 { width:190px;} 
#child166 { width:190px;}


