/* CSS Document */
body,td,th {
	font-family: tahoma;
	font-size: 11px;
	color: #63605b;
}
body {
	background-image: url(images/bgnd.gif);
	margin-top: 0px;
}
.spacer5{
	line-height:5px;
}
.menuBgnd{
	background-image:url(images/menu-bgnd.jpg);
	background-repeat:repeat-x;
}
.picmargin{
	margin-right:2px;
}
.readmore{
	color:#0080da;
	text-decoration:underline;
}
a:hover.readmore{
	color:#0080da;
	text-decoration:none;
}
.contentTxt{
	font-family:Verdana, Arial, Helvetica, sans-serif, tahoma;
	color:#000000;
	text-align:justify;
}
.contentTextB{
	color:#0079b7;
	font-family:Verdana, Arial, Helvetica, sans-serif, tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.linkSelected{
	color:#333333;
	font-family:Verdana, Arial, Helvetica, sans-serif, tahoma;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.footer{
	color:#FFFFFF;
}
.img_link:hover{
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
}

.suckertreemenu{
	padding-left:20px;
}

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

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
border:none;
border-left-width: 0;
text-decoration: none;
color: navy;
}
	
/*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)*/
/* WAS MAKING EXTRA SPACE APPEAR UNDER SUB-SUB-MENUS
.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{
width: 120px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 5px 5px;
border: 1px solid #ccc;
background-color:#CCCCFF;
text-align:left;
}

.suckertreemenu ul li a:hover{
background-color:#6699CC;
}

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

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

* 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 \*/
/* THIS WAS BREAKING IT IN IE7 */
/*
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
*/
/* End */
