a#active:hover{
	color: #FFFFFF!important;
}
/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:56.65em; 
	w\idth:56.65em;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
	white-space:nowrap;
	width: 60em;
}


/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	position:relative;
	background-color:#825218; 	
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	text-decoration:none; 
	color:#000000;
	padding-right: 5px;
	height:2.34em; 
	border:1px solid #000; 
	border-width:0px 1px 0px 0px; 
	background:#FFFFFF; 
	padding-left:10px; 
	line-height:29px; 
	font-weight: bold;
	white-space:nowrap;	
	font-size: 0.85em;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:0px; }


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:2.0em;left:0em;padding-top: 0em; background-color: #825218;width:19.81em;}

.menu ul ul {
*top:2.5em;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited 
{
	*font-size: 1.0em;
	width: 20em;
	height:auto; 
	line-height:1em; 
	padding:0.9em 1.0em; 
	border:0;
	color:#FFFFFF;
	white-space:normal;
	background-color: transparent;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:20em;w\idth:20em;}

.ghost{
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
}


/* style the top level hover */
.menu a:hover{color:#FFFFFF!important; background:#825218;}
.menu ul ul a:hover{color:#FFFFFF!important; background:#8c602a;}
.menu :hover > a{color:#FFFFFF!important; background:#825218;}
.menu ul ul :hover > a {color:#FFFFFF!important; background:#8c602a;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }

