body {
	font-family: times new roman;
	font-size: 70%;
	padding: 0px 0px 0px 0px;
}



p {
	text-align: justify;
}

h1 {
	font-size: 130%;
	font-family: arial;
}

pre {
	font-size: 9pt;
	padding: 10px;
	background-color: #F8F8F8;
	border: 1px solid #F0F0F0;
}

DIV {
	font-family : Tahoma, Helvetica;
	background:transparent;
}

.clsCMOn {
	color: black;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
				background:transparent;

}

.clsCMOver {
	color: black;
	font-size : 12px;
	text-decoration : none;
        padding: 2px 4px;
				background:transparent;
}
.suckertreemenu {
	width: 760px;
	height: 147px;
	background: url(../pix/finalHead4.jpg) top left no-repeat;
}

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

#menupos {
margin: 0;
padding: 0;
padding-top: 110px;

}

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 85px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #fff;
text-align:center;
font-size:14px;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 2px; /* 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;
background: #e8ffe8;
}

/*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; /*width of sub menu levels*/
color: #000;
text-decoration: none;
padding: 1px 0 0 10px;
border: 1px solid #000;
}

.suckertreemenu ul li ul li a:hover{
color: #000;
}

.suckertreemenu ul li a:hover{
background-color: #009933;
color: #fff;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #009933;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #e8ffe8;
}

* 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 */
a.info{
    position:relative; /*this is the key*/
    z-index:24; background-color:red;
    color:blue;
	cursor: pointer;
	font-weight:bold;
    text-decoration:none}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-3em; left: -2em; width:12em;
    border:1px solid red;
    background-color:#cff; color:#000;
    text-align: center}

