body {
	behavior: url(inc.csshover.htc);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #485868 url(images/wrap_bg.jpg) repeat-y center center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	position:relative;
}

#overlay {
	width:100%;
	height:188px;
	background:url(images/bg.png) repeat-x bottom;
	position:absolute;
	top:0;
	left:0;
	z-index:-10;
}

.btns {
	width:118px;
	height:61px;
	background: url(images/btnbg.jpg) no-repeat;
	color:#fff;
	position:relative;
	left:27px;
	padding:10px
}

.btns p { text-align:right; margin:0; position:relative; left:-27px;}

	.bg-sub {
	
	}

	.vert {
	
	}

.headlines {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #537EAB;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #537EAB;
}
a:link {
	color: #7DACCA;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7DACCA;
}
a:hover {
	text-decoration: underline;
	color: #7DACCA;
}
a:active {
	text-decoration: none;
	color: #7DACCA;
}

#content ul li { font-size:14px; list-style:none; font-weight:bold; margin-top:15px;}

#content ul li a{ color:#537EAB;}

#content ul ul li { color:#666; font-size:12px; list-style:circle; font-weight:normal; margin-top:0;}

#content ul ul li a{ color:#666;}

/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 700px;
	margin: 0;
	padding: 0;
	float: left;
	color:#666;
	background:#fff;
	font-family:Tahoma,Arial, Helvetica, sans-serif;
	position:relative;
	left:37px;
	text-align:left;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0;
	float: left;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #666;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #666;
	padding: 10px 6px;
	text-decoration: none;

	font-weight: normal;
	font-size: 11px;
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 10px 6px;
}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #3a799c;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	position: relative;
	color: #333;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #3a799c;
	padding: 10px 6px;
}

/* For Top Level Hover when on the second level (I think) */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 206px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #84adcb;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: none; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 211px;
	background: #c1d8e9;
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: none;
	padding: 5px;
	width: 200px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #245aa1;
	border-left: 1px solid #84adcb;
	border-right: 1px solid #84adcb;
	border-top: 1px solid #84adcb;
	float: none;
}

#menu ul li ul li:hover { 
	background: #6faddb url(images/navbg.jpg) repeat-x; 
}

#menu ul li ul li a:hover {
	color: #0d3161;
	background: none;
	padding: 5px;
}

#menu ul li ul li:hover > a {
	color: #0d3161;
	background: none;

	padding: 5px;
}

#menu ul li ul li ul,
#menu ul li:hover ul li ul { 
	display: none; 
}

#menu ul li ul li:hover ul,
#menu li.exp:hover ul,
#menu ul li:hover ul li:hover ul {
	position: absolute;
	display: block;
	left: 100%;
	top: 0px;
	z-index: 300;
	border-right: none;
	width: 211px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 211px; 
}

#menu ul li:hover ul li:hover ul li a {
}

/* THIS IS THE MENU */