/* THE FOLLOWING CODE IS FOR THE DROPDOWN MENU */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {padding:0px; margin:0px; list-style:none; height:30px; position:relative; z-index:500; font-family: calibri, arial, verdana, sans-serif;}
#menu li {float:left; /*border-left: 1px solid #000; border-right: 1px solid #000;*/ /*width: 100px;*/}
#menu li a {display:block; float:left; /*width: 100px;*/ height:30px; line-height:30px; background-color:#2d5917; color: white; text-decoration:none; font-size:13px; font-weight:bold; padding:0 30px 0 20px;/*text-align: center;*/}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative;}
#menu li:hover {position:relative; z-index:200;}

/* CONTROLS BACKGROUND SHADING OF DROP DOWN MENU AND EACH SUB MENU*/
#menu li:hover > a {background:#73ae55;}
#menu li:hover > a.sub {background-color:#73ae55;}
#menu li a.sub {background: #2d5917;}

#menu :hover ul {left:0; top:30px; width:120px;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:120px; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul li {margin:0px; /*border:1px solid #000;*/border-left: 1px solid black; border-right: 1px solid black; border-bottom: 1px solid black;}
#menu :hover ul li a {width:140px; padding:0; text-indent:10px; height:20px; line-height:20px;}




/* THE FOLLOWING CODE IS FOR THE SIDE MENU */

