﻿#menu {
width: 100%;
height:38px;
background: #fff;
float: left;
cursor:pointer;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: auto;
height:auto;
float: left;
cursor:pointer;
}


#menu a {
display:block;
color: #001e87;
background-color:#fff;
text-decoration: none;
}

#menu a:hover {
background: #001e87;
cursor:pointer;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
left:-1px;
top:38px;
z-index: 500;
}

#menu ul ul a {
font: bold 12px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding:5px;
width:200px;
color:#001e87;
border:1px solid #bbb;
}

#menu ul ul a:hover {
color:white;
}




#menu ul ul ul {
position: absolute;
top:0px;
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: auto;}
</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 0.7em/1.4em arial, helvetica, sans-serif;
}
</style>
<![endif]-->