﻿BODY {	margin:0;  }
                  
BODY {scrollbar-arrow-color:#FFFFFF; scrollbar-face-color:#F3CEBC
;scrollbar-highlight-color:#F3CEBC
;  }

table {font-size: 10pt; font-family: Arial; color:#FFFFFF }

table {font-size: 10pt; font-family: Arial; color:#FFFFFF }

a:visited {
	font-family: Arial;
	color: #FF9966;
	font-size: 10pt;
	text-decoration: none;
	font-weight: bold;
}

:active {font-family: Arial; color: #FF9966; font-size: 10pt; text-decoration: none; font-weight: bold  }

a:link {font-family: Arial; color: #FF9966; font-size: 10pt; text-decoration: none; font-weight: bold  }
a:hover {font-family: Arial; color: #B54300; text-decoration: underline; font-size: 10pt; font-weight: bold	}


INPUT {background-color:#F3CEBC
  }
TEXTAREA {
	background-color: #F3CEBC
}


H1{
	color: #FFCC99;
	font-size: 15pt;
	font-family: Arial;
}
H2{color:#FFCC99; font-size:12pt; font-family:Tahoma }
H3{color:#FFCC99; font-size:10pt; font-family:sans-serif; font-weight:bold }


.imgBorder { border: 2px solid #FFCC99; }

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

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 10px;
float: right;

}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: center;
/* background-color: #555; does not work*/
text-align: left; /* text in the menu zc */
border-top-width: 1;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
/*display: block; zc oct 19 this caused problems with Firefox menu display*/
width: 100px; /* zc oct 19 was 90 Width of top level menu link items*/
padding: 1px 6px;
/*border-left-width: 1; */
/* border-right-width: 0;*/
/* border-top-width: 0;*/
text-decoration: none;
/*background-color: black; zc dr bilic */
color: #E97B15; /*ZC MUST HAVE THIS */
border: solid #FFCC99;;
border-width: 1;
}
	
/*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;
/* background-color: black;  */

}

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

/*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: 100px; /*zc width of sub menu levels*/
color: white;  /* this does not work... why??? */
font-size: 9px;

text-decoration: none;
padding: 1px 5px;
border: 1px solid #333;
background-color: #990000; /*zc bilic */
border-right-width: 0;
border-top-width: 0;
}

/* zc menu HERE!!! color is set up here... backgrd works, color no */
.suckertreemenu ul li a:hover{
background-color: #222;   /*dr bilic */
text-decoration: none; /*dr bilic */

}
.suckertreemenu ul li  ul li a:hover{
/* background-color: #999; */  /*AAA LOOKS OK */
color: #E97B15; /*ZC */
font-size: 9px;
}



.suckertreemenu ul li a:visited { 			color: #E97B15; 		}


.suckertreemenu ul li ul li a:visited { 			color: white; font-size: 9px; 		}



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


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

* 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;
}
	
/*zc additional settings */

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

