/* CSS Document */

/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu 
{
/*	width:720px; */
	width:810px; 
	height:30px; 
	font-size:0.85em; 
	position:relative; 
	z-index:100; 
	background-color:#4D763A;
	border-right: 1px solid #C2D2B0;
}

/* hack to correct IE5.5 faulty box model */
* html .menu 
{
	width:721px; 
	w\idth:720px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	padding:0;
	margin:0;
	list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li 
{
	float:left;
	width:90px;
	/*position:relative*/
}

/* style the links for the top level */
.menu a, .menu a:visited 
{
	display:block;
	font-size:11px;
	text-decoration:none;
	color:#fff;
	width:89px;
	height:30px;
	line-height:29px;
	background-color: #679f4f;
	border-width: 1px 0 1px 1px;
	border-left-color: #C2D2B0;
	border-left-style: solid;
	border-right-color: #C2D2B0;
	border-right-style: solid;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited 
{
	width:90px; 
	w\idth:79px;
}

/* style the top level hover */
.menu a:hover
{
	color:#fff;
	background-color: #4D763A;
}

.menu :hover > a
{
	color:#fff;
	background-color: #4D763A;
}

/* Style the table so that it takes no part in the layout - required for IE to work */
.menu table
{
	position: absolute;
	top: 0px;
	left: 0px;
	border-collapse:collapse;
}

#curpage 
{
	background-color: #4D763A;
}
