/* css RJ March 2006 \*/
/* must be xml to read comments \*/
/* non ie browser style sheet \*/
/* hexadecimal greens - #33999, #cfc,#e0eee0, #2f4f2f and #b4eeb4 \*/

/* common styling */
.menu {font-family: verdana, arial, sans-serif; width:759px; position:absolute; top: 0px; left:100px; margin:0; font-size:11px; margin:50px 0;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#fff; width:109px; height:20px; text-align:center; color:#fff; border:1px solid #399; background:#399; line-height:20px; font-size:11px; overflow:hidden;}
.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; margin-right:0px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#2f4f2f; background:#399;}
.menu ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:110px;}
.menu ul li:hover ul li a.hide {background:#fff; color:#000;}
.menu ul li:hover ul li:hover a.hide {background:#e0eee0; color:#000;}
.menu ul li:hover ul li ul {display:none;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#000;}
.menu ul li:hover ul li a:hover {background:#e0eee0; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:110px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-110px;}