/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:230px;
	width: 270px;
	text-align: center;
	margin: 15px;
}

 #flippers {
    height:240px;
	width: 280px;
	margin: 10px;
	text-align: center;
}

#flippers div {
width: 140px;
height: 105px;
float: left;
overflow: hidden;
}

#flippers img {
border: 0px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity: 0.0;
    height: 230px;
    background-color: #dfe1d3;
	text-align: center;
	width: 270px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 230px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}

table { 
border: 1px solid #002343;
border-collapse: collapse;
}

body {
text-align: center;
font: 13px arial;
line-height: 18px;
}

.centeredImage {
display: block;
text-align: center;
margin: auto;
margin-bottom: 5px;
}

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

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

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

/*Top level menu link items style*/
.suckertreemenu ul li a {
display: block;
padding: 8px 0px;
border: 0px;
border-left-width: 0;
text-decoration: none;
color: white;
font: 12px Arial, Helvetica, sans-serif;
text-align: center;
}

/*Top visited links*/
.suckertreemenu ul li a:visited {
color: white;
}
	
/*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 u l{ 
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: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover {
background-color: #6087a2;
color: white;
}

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

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

* 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;
}

td {
font: 13px arial;
line-height: 18px;
}

a:link {
color: #002343;
}

a:visited {
color: #002343;
}

a:hover {
color: #6087A2;
}

a:active {
color: #6087A2;
}
