﻿#menu {
width: 10em;
background: #8FBC8A;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: bold 12px/12px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #8FBC8A;
margin: 0;
padding: 3px 0px;
}

#menu h2 {
color: #fff;
background: #8FBC8A;
}

#menu a {
color: #8FBC8A;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: #00f;
background: #fff;
}

#menu li {
position: none;
}

#menu ul ul ul {
position: none;
top: 0;
left: 90%;
width: 90%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: none;}

</style>

<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 80%;}
</style>
<![endif]-->
<!--[if lt IE 7]>

<style type="text/css" media="screen" -->
body {

font-size: 100%;
}
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;}

#menu a, #menu h2 {
font: regular 50em/50em arial, helvetica, sans-serif;
}
</style -->
