@charset "utf-8";
<style type="text/css">

/* ================================================================ 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 assocaited (x)html may be modified in any way to fit your requirements.
=================================================================== */
.menu {
width:780px;
font-size:0.85em;
position:relative;
z-index:1000;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	list-style-image: none;
	background-image: none;
}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:25px;
	left:0;
	width:115px;
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

.menu li {
	float:left;
	width:115px;
	position:relative;
	list-style-image: none;
	list-style-type: none;
	background-image: none;
}

.menu a,.menu a:visited {
	display:block;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:auto;
	height:25px;
	padding-left:0px;
	line-height:25px;
	font-weight:600;
	border-style:none;
}

.menu ul ul a.drop,.menu ul ul a.drop:visited {
background-color:#606;
}

* html .menu ul ul {
	top:25px;
	background-image: none;
	list-style-image: none;
}

.menu table {
position:absolute;
top:0;
left:0;
}

.menu ul ul a,.menu ul ul a:visited {
	color:#FFF;
	height:auto;
	line-height:1em;
	width:115px;
	background-color:#999999;
border:1px solid #fff; 
border-width:1px 1px 0 1px;
	z-index:101;
	text-align:left;
	padding-top: 6px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 6px;
}

.menu a:hover,.menu ul ul a:hover {
color:#999999;
background-color:#4c377b;
}

.menu :hover > a,.menu ul ul :hover > a {
color:#4c377b;
background-color:silver;
}

.menu ul li:hover ul,.menu ul a:hover ul {
visibility:visible;
}

.menu ul ul a.drop:hover,.menu ul ul :hover > a.drop {
background-color:#999999;
}

* html .menu a,* html .menu a:visited,* html .menu ul ul a {
	width:115px;
}