#nav {
	width:970px;
	height:26px;
	background-color: #B6BEDA;
	position:relative;
	margin:1px 0 27px 0;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
}

#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
	font-size:13px;
	font-weight:900;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:auto;
}

#nav .select a, #nav .current a {
	display:block;
	height:16px;
	float:left;
	background-color: #B6BEDA;
	padding:5px 8px 5px 8px;
	text-decoration:none;
	line-height:18px;
	white-space:nowrap;
	color:#000000;
}

* html #nav .select a, * html #nav .current a {
	width:1px;
	height:17px;
}

#nav .select a:hover, #nav .select li:hover a {
	background:#7E8DBE;
	cursor:pointer;
	color:#ff0;
}

#nav .sub {
	display:none;
	font-size:12px;
	font-weight:900;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}

#nav .current a {
	background:#7E8DBE; 
	color:#ff0;
}

#nav .sub li a:hover, #nav .select a:hover .sub li a:hover, #nav .select li:hover .sub li a:hover {
	color:#ff0;
}

#nav .sub_active .current_sub a, #nav .sub_active a:hover {
	color:#ff0;
}

#nav .select li a:hover .sub, #nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:970px;
	top:26px;
	left:0;
	background:#7E8DBE;
	margin-top:0;
	padding:0;
	z-index:100;
	color:#fff;
}

#nav .sub, #nav .sub_active {
	margin:0;
	padding:0;
	list-style:none;
}

#nav .sub_active {
	display:block;
	position:absolute;
	width:970px;
	top:26px;
	left:0;
	background:#7E8DBE;
	margin-top:0;
	padding:0;
	z-index:10;
	font-size:12px;
	font-weight:900;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}

#nav .sub_active a {
	height: 17px;
	text-decoration: none;
	line-height: 16px;
	white-space: nowrap;
	display: block;
	float: left;
	background: #7E8DBE;
	/*updated on 01-14-08 because of FF overflow*/
	padding: 5px 7px 5px 7px;
	margin: 0;
	border: 0;
	color: #fff;
}

#nav .select a:hover .sub li a, #nav .select li:hover .sub li a {
	display: block;
	background:#7E8DBE;
	padding: 5px 8px 5px 8px;
	margin:0;
	white-space: nowrap;
	border: 0;
	color: #fff;
}


/*** begin inline table ***/
#intab_width {
	width: 100%;
	list-style-position: inside;
	}
#intab_wrapper {
	clear: both;
	border: 1px solid #e4e4e4; 
	list-style-position: inside;
	border-top: 0px; 
	}
#intab {
	display: table;
	width: 100%;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 0px;
	margin: 0px; 
	background-color: #ffffff;
	}
#intab dd {
	width: 24.8%;
	float: left;
	padding: 0px 0px 4px 0px;
	margin: 0px;
	list-style-position: inside;
	border-right: 1px solid #e4e4e4; }
#intab dd.last {
	border: 0px; }
#intab ol, #intab li {
	line-height: 13px;
	/*line-height: 9.5px;*/
    margin: 0 0 0 16px;
	list-style-type: square;
	list-style-position: inside;
	}
#intab li.last {
	margin-bottom: 10px;
	}
#intab .intab_header {
    margin: 0 0 0 8px;
	list-style-type: none;
	list-style-position: inside;
	line-height: 12px;
	color: #000000;
	font-size: 12px;
	font-weight: bold; }
#intab a {
	color: #002060;
	font-size: 10px;
	list-style-position: inside;
	font-weight: bold;
	text-decoration: none; }
#intab a:hover {
	color: #002060;
	text-decoration: underline; }
#intab a.intab_title {
	color: #002060;
	list-style-position: inside;
	font-size: 12px;
	font-weight: bold; }
.intab_border {
	border-right: 1px solid #e4e4e4; }

.l1 {
	display: table;
	/*width: 100%;*/
	width:657px;
	height: 20px;
	padding: 7px 0 0 67px;
	margin: 0px;
	color: #ffffff;
	list-style-position: inside;
	background-color: #ffffff;
    background-image:url(../images/siteindexnotxt.png);
    background-repeat: no-repeat;
	}
.l1 img {
	width: 100%;
	height: 28px;
	padding: 0px;
	margin: 0px;
	}
.l1_left {
	font-family: arial, verdana;
	font-size: 20px;
	font-weight: bold;
	list-style-position: inside;
	color: #fff;
	top: 0px;
	float: left;
	height: 28px;
	clear: left; }
/*** end inline table ***/


