﻿#menu {
	font: 100% Tahoma;
	width: 100%;

	color: #10CE10;
	float: left;
	z-index: 201;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 95px;
float: left;
}

#menu a, #menu h2 {
	font: bold small/16px Tahoma;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #5497FF #5497FF #5497FF #5497FF;
	margin: 0;
	padding: 1px;
	color: #5497FF;
}

#menu h2 {
	font: 100% tahoma;
	color: #FFFFFF;
	background: #5497FF;
}
#menu h2:hover {
	color: #FFFFFF;
	background: #0066FF;
}

#menu a {
	color: #000;
	background: #95B9FF;
	text-decoration: none;
}

#menu h2,a  {
	color: #000;
	text-decoration: none;
	z-index: 400;
}

#menu a:hover {
	color: #0746A6;
	background: #C8DCFF;
}

#menu li {
	font: small tahoma;
	position: relative;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

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;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
	font: bold small/1.4em tahoma, tahoma;
	color: #FFFFFF;
}
</style>
<![endif]-->
