/* ================================================================ 
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/drop_variations.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 */

 /* Set up the default font and ovrall size to include image */
.menu {
	font-family: Verdana;
	font-size:11px;
	font-weight:normal;
	text-color: #555555;
	width:860px;
	height:30px;
	/*background:transparent;*/
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-transform: uppercase;
	z-index: 10;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	z-index: 10;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;
	z-index: 10;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block; 
	font-weight:normal;
	text-decoration:none; 
	color: #555555; 
	width:130px; 
	height:1.5em;
	border-bottom:15px solid #525252;
	/*background:transparent; */
	padding-left:5px; 
	line-height:1.5em;
	margin-right:2px;
	z-index: 10;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
	width:130px;
	w\idth:130px;
	z-index: 10;
}
/* hide the drop down menu */
.menu ul li ul {
	display: none;
	z-index: 10;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
	margin:-1px; 
	border-collapse:collapse;
	font-size:1em;
	z-index: 10;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	color:#856E3E; 
	border-bottom:15px solid #856E3E;
	z-index: 10;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
	display:block; 
	position:absolute; 
	top:1.2em;
	margin-top:18px;
	left:0; 
	width:155px;
	border:1px solid #888;
	border-top:0;
	z-index: 10;
	background:#ffffff; 
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
	display:block; 
	background:#ffffff; 
	border:0;
	margin:0px;
	margin-left:0px;
	color:#999999;
	font-weight:normal; 
	font-size:0.9em;
	height:19px; 
	line-height:20px; 
	padding:0px; 
	width: 155px;
	z-index: 10;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
	background:#ffffff; 
	color:#333333;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	background:#ffffff;
	z-index: 10;
	margin-top:15px; /* for IE5.5 faulty box model */
	marg\in-top:15px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	background:#ffffff;
	z-index: 10;
	width:165px; /* for IE5.5 faulty box model */
	w\idth:165px; /* for IE6 */
}




/* Submenu */
.submenu {
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	text-color: #555555;
	width:845px;
	height:30px;
	background:transparent;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	z-index: 1;
}
/* get rid of the default padding - margin and bullets */
.submenu ul {
	padding:0; 
	margin:0;
	list-style-type: none;
	z-index: 1;
}
/* make menu horizontal */
.submenu ul li {
	float:left;
	position:relative;
	z-index: 1;
}
/* set up the default top level links */
.submenu ul li a, .submenu ul li a:visited {
	display:block; 
	font-weight:normal;
	text-decoration:none; 
	color: #555555; 
	width:136px; 
	height:1.5em;
	background:transparent; 
	padding-left:11px; 
	line-height:1.5em;
	margin-right:2px;
	z-index: 1;
}
.submenu ul li:hover,
.submenu ul li a:hover {
	color: #856E3E; 
	text-decoration: underline;
	z-index: 1;
}


/* Footer menu */
.footermenu, .footermenu a {
	font-family: Verdana;
	font-size:10px;
	font-weight:normal;
	color: #ffffff;
	background-color: #333333;
	text-align: center;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	text-decoration: none;
}

.footermenu a:hover {
	text-decoration: underline;
}


