/* CSS Document */

#menu {
width: 100%;
float: right;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 67px;
height: 25px;
float: right;
text-align:center;
}

#menu a, #menu h2 {
background:#5f97d0;
color:#FFFFFF;
margin: 0;
height:25px;
width:67px;
font-size:12px;
display:block;
padding:5px;
}

#menu h2 {
text-transform:lowercase;
}

#menu a {
text-decoration: none;
}

#menu a:hover {
	background:#a0bfe2;
}

#menu li {
position: relative;
}

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

#menu ul ul ul {
top: 5px;
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;}

<!--[if IE]>
<style type="text/css" media="screen">
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: bold 0.7em/1.4em;
font-family:Tahoma, Arial;
}
</style>
<![endif]-->