td {
	FONT-SIZE: 16px; COLOR: #000033; FONT-FAMILY: georgia; 
}
a:link {color: #000033; text-decoration: bold; }
a:hover{color: #5A27C3; text-decoration: bold; }
a:visited {color: #000033; text-decoration: bold; }
}
.boldtext {
	FONT-SIZE: 98%; COLOR: #000033; FONT-FAMILY: georgia; 
}
.largetext {
	FONT-SIZE: 98%; COLOR: #000033; FONT-FAMILY: georgia; 
}
.linkbg a {
	COLOR: #000033; TEXT-DECORATION: none
}
.linkbg a:hover {
	COLOR: #5A27C3; TEXT-DECORATION: none
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: #CDCDCD;

}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;

 /*overall menu background color*/
}
/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding: 1px 1px;
border-left-width: 0;
color: #000033;
text-decoration: bold;
}	
/*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: #f3f3f3;
}
/*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: 170px; /*width of sub menu levels*/
color: #000033;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}
.suckertreemenu ul li a:hover{
background-color: #5A27C3;
color: white;
}
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #CDCDCD url(media/arrow-down.gif) no-repeat center right;
}
/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */



