body			{ font-family: sans-serif; background: #FFFFFF; font-size: x-small; color: #000000 } 

table.nav		{ border: #990033; background-color: #990033 }

th				{ font-family: arial; font-size: 12pt; font-weight: bold; color: #000000 }
th.table		{ color: #FFFFCC }

td				{ font-family: sans-serif; font-size: x-small; color: #000000 } 
td.nav			{ margin-top: 0; margin-bottom: 0; font-size: 12px; font-family: arial; color: #FFFFFF; border: #990033 } 
td.table		{ color: #FFFFFF }
td.color1		{ background-color: #990033; vertical-align: middle; text-align: center }
td.color2		{ background-color: #285078; vertical-align: middle; text-align: center }

h1				{ font-family: arial; font-size: x-large; font-style: normal; color: #990033} 

h2				{ font-family: arial; font-size: large; font-style: normal; color: #990033 } 
h2.page			{ color: #347030 } 

h3				{ font-family: arial; font-size: medium; font-style: normal; font-weight: bold; color: #990033 } 
h3.page			{ color: #285078; margin-bottom: 6px } 

h4				{ font-family: arial; font-size: small; font-style: normal; font-weight: bold; color: #000000 } 
h4.page			{ color: #285078; margin-bottom: 6px }

h5				{ font-family: arial; font-size: x-small; font-style: normal; font-weight: bold; color: #000000 }
h5.page 		{ color: #285078; margin-bottom: 6px }

h6				{ font-family: arial; font-size: x-small; font-style: normal; font-weight: bold; color: #990033; margin-bottom: 6px } 

p, ul, ol 		{ font-family: sans-serif; font-size: x-small; font-weight: normal; color: #000000; margin-top: 6; margin-bottom: 12 } 

p.foot			{ font-family: verdana; font-size: small; margin-top: 0; margin-bottom: 0; background-color: #064a11; color: #FFFFFF; position: relative; height: 20 } 

.white			{ color: #FFFFFF; font-size: medium }

a:link			{ color: #990033; font-family: arial; text-decoration: underline; background-color: transparent } 
a.nav:link		{ color: #FFFF33 } 
a.norm:link, a.page:link	{ color: #285078 } 

a.plain:link	{ color: #285078; text-decoration: none }
a.foot:link		{ color: #FFFFFF; background-color: #064a11; font-family: verdana; text-decoration: none; font-weight: bold; font-size: small } 

a.norm:active	{ text-decoration: underline; background-color: #FFFFAA }

a:visited 		{ color: #808080; font-family: arial; text-decoration: underline; background-color: transparent } 
a.nav:visited	{ color: #EEEE99 }
a.norm:visited, a.page:visited	{ color: #990033 } 



a.plain:visited { color: #990033; text-decoration: none } 
a.foot:visited	{ color: #FFFFFF; background-color: #064a11; font-family: verdana; text-decoration: none; font-weight: bold; font-size: small }

a:hover, a.nav:hover, a.page:hover, a.plain:hover {
	color: #903;
	font-family: arial;
	text-decoration: underline;
	background-color: #FFFFAA
} 
a.foot:hover	{ font-family: verdana; text-decoration: none; font-weight: bold; font-size: small; background-color: #FFFFAA; color: #064a11 } 
a.norm:hover	{ background-color: #FFFFFF } 

div.page		{ margin-left: 30px; margin-right: 20px }
div.nav			{ margin-top: 0; margin-bottom: 0; background-color: #990033; color: #FFFFFF; position: relative; height: 40 }

img.a			{ border: #285078 }
img.b			{ margin-bottom: 0; margin-top: 0; position: relative; left: -10 }

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #F3F3F3; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

</style>

<script type="text/javascript">

//SuckerTree Horizontal Menu (Sept 14th, 06)
//By Dynamic Drive: http://www.dynamicdrive.com/style/

var menuids=["treemenu1"] //Enter id(s) of SuckerTree UL menus, separated by commas

function buildsubmenus_horizontal(){
for (var i=0; i<menuids.length; i++){
  var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
    for (var t=0; t<ultags.length; t++){
		if (ultags[t].parentNode.parentNode.id==menuids[i]){ //if this is a first level submenu
			ultags[t].style.top=ultags[t].parentNode.offsetHeight+"px" //dynamically position first level submenus to be height of main menu item
			ultags[t].parentNode.getElementsByTagName("a")[0].className="mainfoldericon"
		}
		else{ //else if this is a sub level menu (ul)
		  ultags[t].style.left=ultags[t-1].getElementsByTagName("a")[0].offsetWidth+"px" //position menu to the right of menu item that activated it
    	ultags[t].parentNode.getElementsByTagName("a")[0].className="subfoldericon"
		}
    ultags[t].parentNode.onmouseover=function(){
    this.getElementsByTagName("ul")[0].style.visibility="visible"
    }
    ultags[t].parentNode.onmouseout=function(){
    this.getElementsByTagName("ul")[0].style.visibility="hidden"
    }
    }
  }
}

if (window.addEventListener)
window.addEventListener("load", buildsubmenus_horizontal, false)
else if (window.attachEvent)
window.attachEvent("onload", buildsubmenus_horizontal)

</script>

