.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

body,td,th{
 font-family:Arial,Helvetica,Tahoma,Verdana,sans-serif;
 font-size:12pt;
 color:#000000;
}

body{
 margin:0px;
 background-color:#DFDFDF;
 background-image:url(back.png);
 background-attachment:fixed;
 background-repeat:repeat-x;
}

a,a:link,a:visited{
 color:#404040;
 text-decoration:none;
}

a:active{
 color:#C0C0C0;
 text-decoration:none;
}

a:hover{
 color:#808080;
 text-decoration: overline underline;
}

h1{
 font-size:20pt;
 text-align:left;
 font-weight:bold;
 margin-bottom:10px;
 margin-top:0px;
 color: #25400B;
}

h2{
 font-size:14pt;
 text-align:left;
 font-weight:bold;
 margin-bottom:6px;
 margin-top:0px;
 color: #25400B;
}

h3{
 font-size:12pt;
 text-align:left;
 font-weight:bold;
 margin-bottom:6px;
 margin-top:0px;
 color: #25400B;
}

p{
 margin: 0px 6px 10px 6px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Layout Blocks
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#main {
 width:800px;
 padding:0px;
 border:0px;
 margin:0px auto 0px auto;
 background-color:#FFFFFF;
}

#banner {
 height:135px;
 padding:0px;
 border:0px;
 background-image:url(head.png);
 background-repeat:no-repeat;
}

#news {
 padding:5px 10px 5px 10px;
 font-size:12pt;
 font-weight:bold;
 border-width:0px;
 background-image:url(news.png);
 background-repeat:repeat;
}

#content {
 margin:0px;
 padding:10px 10px 0px 10px;
 font-size:12pt;
 text-align:left;
 border-width:0px;
 background-image:url(back1.png);
 background-position:center;
 background-repeat:no-repeat;
 background-color:#FFFFFF;
}
* html #contentContainer #content {text-align:left;} /* ie6 misbehaves */
* html #contentContainer #content table {width: 90%;} /* ie6 fix to stop tables being pushed below floats */

#footer {
 color:#000000;
 font-size:8pt;
 text-align:center;
 height:28px;
 border-width:0px;
 background-image:url(foot.png);
 background-repeat:no-repeat;
 background-color:#DFDFDF;
}

#footer2 {
 color:#000000;
 font-size:8pt;
 text-align:center;
 border-width:0px;
 background-color:#DFDFDF;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        ####        Header Menu #####
        #######################

        Horizontal Drop-Down Menu based off :
        http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~  */
#navContainer {width: auto;display:block;clear:both;border:0px;}

/*  Float containers fix: */
.clearfix:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}

* html #clearfix {
 height: 1%;
}

/* Header menu */
ul.menu, li.menu {
        list-style-type: none;
        margin:0px;
        padding:0px;
}

/*
#D8E49A
#B6CA3F
#25400B
*/

#header_menu {position: absolute; margin-left: 20px;background:#555;}
#header_menu li {line-height: normal;}
ul#header_menu  {z-index: 10; clear: both;}

#nav {
        height: 1.68em;
        background:#25400B;
        border:0px;
        padding:0px;
}
#nav ul {
        list-style-type:none;
        margin:0;
        padding:0;
        font-size:81%;
        text-transform:uppercase;
        width: auto;
        /*
        (Disappearing List-Background)
        http://www.positioniseverything.net/explorer/ie-listbug.html
        */
        position:relative; /* Fix the Stupid IE6 Bug */
}
#nav ul li {float: left; color: #fff; text-align: center; font-weight: normal;}
#nav ul li a {display: block; background: #25400B; padding: 5px 10px; padding-bottom: 4px; border: 0px; color: #fff; text-decoration: none;}

/* Root Level Link Formatting */
#nav ul li a:hover, #nav li a:focus {background: #D8E49A; border: 0px; color: #000;}
#nav li a:active, #nav ul li a.active {background: #D8E49A; border: 0px; color: #000;}

/* Current page Customisations*/
#nav li.menu-current a                {background: #000; color: #fff; border: 0px;}
#nav li.menu-current a                {font-weight: bold;}
#nav li.menu-parent a                 {background: #000; color: #fff; border: 0px;}
#nav li.menu-parent a                 {font-weight: bold;}

/* 2nd Child menu */
#nav .menu li ul {position: absolute; width: 12em; margin: 0; display: none; text-transform: none; border: 0px; font-size: 100%;}
#nav .menu li ul li {width: 12em; text-align: left; font-weight: normal; margin: 0; padding: 0; line-height: 1.2em;}
#nav .menu li ul a {width: 11.5em; padding: .6em .1em .6em .4em; background: #25400B; color: #fff; border: 0px;}

/* 2nd Child link hover */
#nav .menu li ul a:hover {color: #000; background: #D8E49A; border: 0px;}

/* Show and hide */
#nav .menu li:hover ul, #nav .menu li a:focus ul, #nav .menu li.subMenu ul {display: block;}
#nav .menu li ul ul { display: none;}
#nav .menu li:hover ul ul, #nav .menu li.subMenu ul ul {display: none;}
#nav .menu li:hover ul, #nav .menu li li:hover ul, #nav .menu li.subMenu ul, #nav .menu li li.subMenu ul {display: block;}


/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a         { width: 11.5em; padding: .6em .1em .6em .4em; background: #c6c6c6; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
        position: absolute;
        top: 1px;
        left: 100%;
}

/* end menu */