<style type="text/css" media="screen">
html { font-size: 100%}
h2 {color:  #0000ff; font-family: "Verdana", san-serif; font-size: 1.5em; line-height: 1.25em}
p {color: black; font-family: Verdana, san-serif; font-size: 1em; line-height: 1.50em}
hr {color: #0000ff; width: 200px; size: 1px}


#wrap {width: 100%}
#screen {width: 100%}
#main {width: 90%; overflow: hidden; background-image: url(Images/riverripple.png); background-repeat: repeat}
#leftnav {float: left; width: 21%; margin-right: 8px; margin-left: 10px; padding: 5px; background-color: #6699cc; height: 500px;}
#content {float: left; width: 45%; margin-left: 0px; padding: 10px; background-color: white; font-size: .75em; line-height: 1em}
#content2 {float: left; width: 26%; margin-left: 5px; margin-right: 10px}
#footer {width: 90%; background-color: #6699cc; margin: 10px; height: 40px; text-align: center; font-size: 12.5px;font-family: Verdana; color: white}

a.white:link {
color: #ffffff;
font-weight: bold;}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


A.menulink {
display: block;
width: 160px;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:12.5px;
font-weight: bold;
color: #ffffff;
border-style: dotted;
border: solid 0px #FFFFFF;
line-height: 25px; margin-top: 5px
}

A.menulink:hover {
color: #000000;
border: solid 0px #6100C1;
background-color:#cccccc;
}


/******** HORIZONTAL menu coding **********/
/**** Menu bar from http://www.seoconsultants.com/css/menus/tutorial/ *****/
#centermenu {
width: 820px;
margin: 0 auto;
}



#menu {
width: 100%;
background: #6699cc;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 136px;
float: left;
}

#menu a, #menu h2 {
font: bold 12px verdana, arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
text-align:center;
}

#menu h2 {
color: #fff;
background: #6699cc;
text-transform: none;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu a:hover {
color: #000000; 
background: #6699cc;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
left: 0px
}

#menu ul ul ul {
position: absolute;
top: 0;
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;}

</style>

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
#menu ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
#menu ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#menu a, #menu h2 {
font: bold 0.75em/1.4em verdana, arial, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
</style>
<![endif]-->


