/* ######### Default class for drop down menus ######### */

.anylinkcss{
	position: absolute;
	left: 0;
	top: 0;
	border: 3px solid #000000;
	border-bottom-width: 3;
	font: normal 8pt Verdana;
	line-height: 18px;
	z-index: 100;
	background: #ffffff;
	width: 125px;
	visibility: hidden;


}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
background-color:red;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: FF6600;
font-weight:bold;

}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 8pt Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

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

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* ######### allover text control for all pages ######### */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	left: 0px;
	
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	left: 0px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	
}
.mainlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	
	
}

.mainlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
}

.mainlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
	color: #000000;
	
}

.background {
	background-repeat: no-repeat;
	background-position: right top;
	}
	
.background2 {
	background-repeat: no-repeat;
	background-position: left top;
	}
/************** Sucker Tree Menu **************************************/
.suckertreemenu 
{
	
	width:auto;
	margin:0px;
	padding:0px;
	height:26px;
	text-align:center;
}
.suckertreemenu ul{
position:relative;
margin-left:10px;
padding: 0;
list-style-type: none;
font-family:Arial;
font-size:11.5px;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	text-align:center;
	top: 0px;
    width: 120px;

}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: auto; /*Width of top level menu link items*/
padding: 6px 15px 6px 15px;
border-right: 1px solid #8DC367;
text-decoration: none;
/*Background-image:url(./images/header_bg2.jpg);*/
color:#000000;
}

.suckertreemenu ul li a.last{
border:none;
}



.suckertreemenu ul li a:hover{
background-color: #D98009;
color: white;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left:0px;
padding:0px;
margin:0px;
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;
text-align:left;
/*Background-image:url(./images/header_bg2.jpg);*/
}
/*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: 5px 5px;
border:none;
border-bottom: 1px solid #ccc;
background-color:#D98009;
}
.suckertreemenu ul li ul li a:hover{
background-color: #45AA46;
color: white;
}


/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
}

* 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 Suker Tree Menu *********************************/
