BODY
{
    font-family: tahoma, tahoma, tahoma, sans-serif;
    font-size: 8pt;
    margin: 0px;
    padding: 0px;
	font-weight: normal;
}

/* FOR DEBUGGING TO SEE MORE CLEARLY WHERE YOUR BOXES ARE */
/*
td, span
{
	border: solid 1px red;
}
*/

/*
** ***********************************
** START OF MENU CSS STYLES TO INCLUDE
** ***********************************
*/

/*
** MENU - Overall settings for menu
**			These should be your overall settings for the menu
**			You should not need to repeat them in the sub-menu sections
*/
table.menu
{
    color: #FFFFFF;
    font-size:8pt;
    font-weight: normal;
    vertical-align: top;
    background-color: #73869C;
    border: solid 1px black;
    padding: 1px 10px 1px 0px;
}

td.menu
{
    color: #FFFFFF;
    font-weight: normal;
}


/* Turn off underlines for all menu links */
.menu a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Turn on background color changes for links */
.menu a:hover
{
	background-color: #8C9EAD;
	color: #FFFFFF;
}



a.menuitem:link
{
    text-decoration: none;
    display: block;
}


a.menuitem:visited
{text-decoration: none;
display: block;}


a.menuitem:hover
{text-decoration: none;
display: block;}


a.menuitem:active
{text-decoration: none;
display: block;}




/* Special class to emulate a ref hovers See expand js function */
.menuSelected
{
	background-color: #8C9EAD;
	color: #FFFFFF;
}

/*
** MENU HIDDEN
** Sub-menus are set to this class when display *IS NOT* desired (note the display:none setting)
*/
div.menuHide
{
	display: none;
	position: static;
}


/*
** MENU HOVER
** Sub-menus are set to this class when display *IS* desired (note the display:inline setting)
*/
div.menuShow
{
	display: inline;
	position: absolute;
}


/* ---------------------- SECOND MENU ---------------------------- */
/*
** MENU - Overall settings for menu
**			These should be your overall settings for the menu
**			You should not need to repeat them in the sub-menu sections
*/
table.menu2
{
    color: #FFFFFF;
    font: verdana;
    font-size:8pt;
    font-weight: normal;
    vertical-align: top;
    background-color: #73869C;
    border: solid 1px black;
    padding: 1px 10px 1px 0px;
}

/* Turn off underlines for all menu links */
.menu2 a
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Turn off underlines for all menu links */
.menu2 a:
{
	text-decoration: none;
	color: #FFFFFF;
}

/* Turn on background color changes for links */
.menu2 a:hover
{
	background-color: #8C9EAD;
	color: #FFFFFF;
}

/* Special class to emulate a ref hovers See expand js function */
.menuSelected2
{
	background-color: #8C9EAD;
	color: #FFFFFF;
}

/*
** MENU HIDDEN
** Sub-menus are set to this class when display *IS NOT* desired (note the display:none setting)
*/
div.menuHide2
{
	display: none;
	position: static;
}


/*
** MENU HOVER
** Sub-menus are set to this class when display *IS* desired (note the display:inline setting)
*/
div.menuShow2
{
	display: inline;
	position: absolute;
}