#menu {
	background-color: #40A6B5;
	margin-left: 22px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma;
	color: #FFFFFF;
	font-size: 14px;
	text-indent: 15px;
	font-weight: 600;
	letter-spacing: 0.5px;
	height: 32px;
	padding-top: 0px;
	float: left;
	width: 800px;
	display: inline;
}
#menu {
	float: left;
	position: relative;
	z-index: 50;
}
#menu ul, #menu li {
	list-style-position: inside;
	text-indent: 0px;
}
#menu ul {
	height: 32px;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
	border-style: solid;
	border-width: 0;
	cursor:default;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;	/*border-color: #CDD074;*/
}
#menu a, #menu h2 {
	height: 20px;
	font-size: 12px;
	font-family:Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma;
	display: block;
	background-image:url(../images/h2bg.gif);
	/*border-width: 0 1px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;*/
	margin: 0;
	padding: 8px 3px 3px 0;
}

#menu h2 {
	color: #E7F0F1;
	background-color: #40A6B5;
	text-align: center;
	cursor:default;      /* IE tries to switch back to an I-beam, don't let it */
}
#menu a {
	color: #F7F7E8;/*#E7F0F1*/
	background-color: #C4C664;
	text-decoration: none;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #D1D37E;
}

#menu a:hover {
	color: #FFFFFF;
	background-color: #B9BB53;
	border-color: #CDD074;
}
#menu li {position: relative;}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	border-width: 0 1px 1px 1px;
}
#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 119px;
	border-width:  0;
}
#menu ul ul li a{
	padding: 8px 5px 8px 6px;
	border-bottom:1px solid #B9BB53;
	border-bottom-color: #AFB346;
}
div#menu ul ul {
	display: none;
}
div#menu ul li:hover h2
{
	background-color: #B9BB53;
	border-bottom:1px solid #2CA0B1;
	background-image:url(../images/h2bg.gif);
	background-position:0px -32px;
}
div#menu ul li:hover ul
{display: block;}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

body {
behavior: url(csshover.htc);
}

.drop {
	display:block;
	padding:0px 2px;	       /* this sets the l/r margins for our menu item */
	margin:0;
	text-align:right;   /* this right alignment goes with the float:left below */
}

.drop span {        /* this simultaneously left and right aligns the text and */
	float:left;       /* the >> in the drop-down menus which link to sub-menus */
}

[if IE]>
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font-smooth:always;
	font-weight:bold;
	font-size: 11px;
	letter-spacing:1px;
	margin: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS", Tahoma;
}
<![endif]
