/* ================================================================ 
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: Arial, Helvetica, sans-serif;
	width:auto;
	height:15;
	position:static;
	font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	font-size: 11px;
	color: #003366;
	background-repeat: no-repeat;
	background-position: center center;
	font-weight: bold;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
	left: auto;
	clip: rect(auto,auto,auto,auto);
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	z-index:1;

}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
	float:left;
	position:relative;
	width: 150px;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000099;
	width:150px;
	height:25px;
	font-weight:bold;
	color:#888;
	line-height:1.5em;
	margin: auto;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #1E5095;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
	width:150px;
	w\idth:150px;
	color: #000099;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* 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:#336699;
	text-decoration: none;
	border-bottom-style: none;
	border-bottom-color: #D5E2F0;
	border-left-style: none;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-left-width: 1px;
}
/* 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:11px;
	left:0;
	width:150px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto;
}
/* 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;
	color:#000099;
	margin:0;
	color:#333;
	font-weight:bold;
	font-size:0.9em;
	height:auto;
	line-height:1em;
	padding:5px;
	width:150px;
	border-top-width: 0;
	border-left-width: 1px;
	border-bottom-color: #AFCAE4;
	background-color: #FAFCFE;
	border-right-color: #AFCAE4;
	border-left-color: #AFCAE4;
}
/* 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 {
	color:#fff;
	background-color: #000099;
	border-left-color: #003399;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
	margin-top:11px; /* for IE5.5 faulty box model */
	marg\in-top:11px; /* for IE6 */
	width: auto;
	height: auto;
	border-left-color: #000099;
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
	width:150px; /* for IE5.5 faulty box model */
	w\idth:150px; /* for IE6 */
	background-color: #F7FAFD;
	color: #336699;
	height: auto;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #D5E2F0;
}
