/* CSS Document */

.text{
FONT-SIZE: 11px;
	COLOR: #484848;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:normal;
	line-height:11px;
	text-decoration:none;
	}
	.text_link{
	FONT-SIZE: 11px;
	COLOR: #5B5A5A;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	
}
a.text_link:hover{
	FONT-SIZE: 11px;
	COLOR: #860102;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
}
.border{
border-left:1px solid #8A8A8A;
border-top:1px solid #8A8A8A;
border-right:1px solid #8A8A8A;
}
.borderleft{
border-left:1px solid #8A8A8A;
}
.borderright{
border-right:1px solid #8A8A8A;
}
.bordertop{
border-top:1px solid #8A8A8A;
}
.borderbottom{
border-bottom:1px solid #8A8A8A;
FONT-SIZE: 12px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
}
.borderrightbottom{
border-right:1px solid #8A8A8A;
border-bottom:1px solid #8A8A8A;
}
.textheading1{
FONT-SIZE: 14px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	}
.text1{
FONT-SIZE: 12px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:normal;
	line-height:12px;
	text-decoration:none;
	}		
.borderrightbottomtop{
border-right:1px solid #8A8A8A;
border-bottom:1px solid #8A8A8A;
border-top:1px solid #8A8A8A;
FONT-SIZE: 12px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
}
.borderrightbottom{
border-right:1px solid #8A8A8A;
border-bottom:1px solid #8A8A8A;
FONT-SIZE: 12px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	}
	.border1{
border-left:1px solid #8A8A8A;
border-top:1px solid #8A8A8A;
border-right:1px solid #8a8A8A;
FONT-SIZE: 13px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;

}
.borderbottomtop{
border-top:1px solid #8A8A8A;
border-bottom:1px solid #8A8A8A;
FONT-SIZE: 12px;
	COLOR: #474747;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:bold;
	line-height:12px;
	text-decoration:none;
	}
	.text2{
FONT-SIZE: 11px;
	COLOR: #860102;
	FONT-FAMILY: Verdana;
	text-decoration: none;
	font-weight:normal;
	line-height:11px;
	text-decoration:none;
	}.backimg {
	font-family: verdana;
	text-decoration: none;
	background-image: url(images/titleback.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 14px;
	line-height: normal;
	font-weight: bold;

}
.borderw{
border-top:1px solid #8A8A8A;
border-bottom:1px solid #8A8A8A;
border-left:1px solid #8A8A8A;
border-right:1px solid #8a8A8A;
}
.borderright1{
border-right:1px solid #2F2E2E;
}







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

.suckertreemenu ul{
margin: 0;
padding: 1;
list-style-type: none;
FONT-SIZE: 11px;
color:#5B5A5A;
LINE-HEIGHT: 13px;
	FONT-FAMILY: Verdana;
	font-weight:normal;
	text-decoration: none;
}

/*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: 150px; /*Width of top level menu link items*/
padding: 1px 1px;
text-align:left;
border-left-width: 0;
text-decoration: none;
color: #dcdcdc;
float:left;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left:1px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background-color:#dcdcdc;
}

/*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: 10px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{

width: 150px; /*width of sub menu levels*/
color: #5B5A5A;
text-decoration: none;
padding: 1px 1px;

}

.suckertreemenu ul li a:hover{
background-color:#dcdcdc;
color: #860102;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #dcdcdc url(media/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #dcdcdc url(media/arrow-right.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 \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */

