/* CSS Document */

body,td,th {
	color: #013F68;
}
body {
	background-image: url(images/bkdground.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
.style2 {
	font-size: small;
	font-weight: bold;
}
/* THIS IS THE MENU 
---------------------------------------------------------*/

/* Overall Box Properties */
#menu {
	width: 800px;
	background-image: url(images/menu_filler1.jpg);
	background-color: #fff;
	padding-top: 0px;
	height: 34px;
	background-repeat: repeat;
}

/* Type of Menu (Vertical vs. Horizontal) */
#menu ul {
	display: block;
	list-style: none;
	margin: 0 0 0 30px;
	padding: 0;
}

/* Position of menu elements */
#menu ul li {
	position: relative;
	color: #000;
	display: inline;
	padding: 0;
	float: left;
}

/* Edit look of 1st level menu items */
#menu ul li a {
	display: block;
	float: left;
	color: #FFFFFF;
	padding: 7px 15px;
	text-decoration: none;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background: url(images/menu_filler1.jpg);
}

/* Added specifically for Internet Explorer */
* html #menu ul li a {
	padding: 7px 15px;
	}

/* Sometimes Needed to Change Internet Explorer Hover */
#menu ul li a:hover {
	color: #fff;
}

/* Position of Drop Down Elements */
#menu ul li ul {
	position: absolute;
	display: none;
}

/* Hover of the Main Menu */
#menu ul li:hover {
	background: url(images/menu_filler2.jpg);  
	position: relative;
	color: #fff;
}

/* Added specifically for Internet Explorer Hover */
#menu ul li:hover > a,
#menu li a:hover,
* html #menu li a:hover {
	color: #023F68;
	padding: 7px 15px;
	background: url(images/menu_filler2.jpg);
}

/* For Top Level Hover when on the second level */
#menu ul li:hover ul {
	display: block;
	position: absolute;
	left: 0;
	top: 100%;
	width: 250px;
	height: auto;
	margin: 0;
	padding: 0;
	z-index: 2000;
	border-right: none;
	border-bottom: 1px solid #00838D;
}

/* Added specifically for Internet Explorer */
* html #menu ul li:hover ul { 
	background: #fff; 
}

#menu ul li ul li,
#menu ul li.more ul li {
	width: 250px;
	background: url(images/menu_filler1.jpg); 
	padding: 0;
}

/* Edit look of drop down 2nd level menu items */
#menu ul li ul li a {
	background: #023F68;
	padding:5px 0px 5px 5px;
	width: 250px;
	font-variant: normal;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	border-left: 1px solid #55B146;
	border-right: 1px solid #55B146;
	border-top: 1px solid #55B146;
	float: none;
}

#menu ul li ul li:hover { 
	background: #729DC8; 
}

#menu ul li ul li a:hover {
	color: #fff;
	background: #729DC8;
	border-top: 1px solid #17AA03;
	border-left: 1px solid #17AA03;
	padding: 5px 0px 5px 5px;
}

#menu ul li ul li:hover > a {
	color: #fff;
	background: #729DC8;
	border-top: 1px solid #17AA03;
	border-left: 1px solid #17AA03;
	padding: 5px 0px 5px 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: 250;
	border-right: none;
	width: 250px;
}

#menu ul li:hover ul li:hover ul li,
* html #menu ul li ul li a { 
	width: 250px; 
}

#menu ul li:hover ul li:hover ul li a {
}
a:link {
	color: #023F68;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #023F68;
}
a:hover {
	text-decoration: underline;
	color: #228ACF;
}
a:active {
	text-decoration: none;
	color: #228ACF;
}
.style4 {font-family: Geneva, Arial, Helvetica, sans-serif}

/* THIS IS THE MENU */
-->

