.nova {  font-family: Arial, Helvetica, sans-serif; font-size: x-small}
a:link {  text-decoration: none}
a:active {  text-decoration: none}
a:hover {  text-decoration: underline}
a:visited {  text-decoration: none}
a:active {  text-decoration: none}
a:hover {  text-decoration: underline}
.small {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: xx-small}

BODY { 
        MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-LEFT: 0px; MARGIN-RIGHT: 0px; 
        BACKGROUND-IMAGE:  url("images/Background.gif");
        background-repeat:repeat;
        
}
.HomeImage img{ position:relative; left:160px; }
.HomeText table{ position:relative; left:80px; }
.TopSacerHeight { height:8px; }

.suckertreemenu ul{
margin: 0;
padding: 0;
height: 10px;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 60px; /*Width of top level menu link items*/
padding: 0px 0px;
text-decoration: none;
font-weight: bold;
}

.menu1{
color: #743f05;
}
.menu2{
color: #6a3b07;
}
.menu3{
color: #743f05;
}
.menu4{
color: #06643d;
}
.menu5{
color: #743f05;
}
.menu6{
color: #06643d;
}
.menu7{
color: #743f05;
}

.ButtonHover{
color: Blue;
}

.Question
{
color: #06643d;
}    	
/*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: #743f05;
text-decoration: none;
padding: 0px 8px;
background-color: #b39f8b;
border-style: solid;
border-width: thin;
border-color: Maroon;
}

.suckertreemenu ul li a:hover{
background-color: #743f05;
color: white;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: transparent;
color: #743f05;
}

.DoubleHR hr{
position:relative; left:180px; top:-6px; 
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: red;
}

* 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 */

html, body {
height: 100%;
margin: 0;
padding: 0;
}