body { 
behavior:url("csshover.htc"); 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}

#menu {
	width: 189px; /* set width of menu */
	background: #eee;
	
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font:11px arial, helvetica, sans-serif;
text-align:center;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #fff #fff #97C7EB;
margin: 0;
padding: 5px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #fff;
background: #005BAB;
text-decoration: none;
}

#menu a:hover {
	color: #005BAB;
	background: #97C7EB;
}
/* pop out menu pop out menu  pop out menu  pop out menu  pop out menu  pop out menu  pop out menu  pop out menu   */


#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}

/* Hiding and Revealing using :hover Hiding and Revealing using :hover Hiding and Revealing using :hover    */


div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: italic;
	color: #97C7EB;
	font-weight: normal;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
.body_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.botum_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
}
.botum_menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.caps {
	text-transform: capitalize;
}
.blueLline {
	background-image: url(images/Web-01_06.gif);
	background-repeat: repeat-y;
	background-position: right;
}

.style9 {
	color: #315E95;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style11 {color: #999999; font-family: Arial, Helvetica, sans-serif; font-size: 10px; }

	.body_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: left;
	}

	.bottom_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #999999;
	text-align: right;
	text-decoration: none;
	}

