#menu {
width: 100%;
background: #ffffff;
float: left;
}

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

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: none;
	border-color: #949494;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#menu h2 {
	color: #949494;
	background: #ffffff;
	text-transform: none;
	font-weight: normal;
	font-size: 1em;
}

#menu a {
color: 949494;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #0b1b52;
background: #dedede;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
font-size: 0.9em;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
font-size: 1em;
}

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: normal 1em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]

