/* CSS Document */

img {
	border: none;
	
}


#nav {
position: absolute;
left: 90px;
top: 80px;
}



body {
	background-color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	

}

body, td, th {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}




h1 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	
}	

h2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;

}

h3, h4, h5, h6 {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

a:link {
	text-decoration: none;
	color: #000000;
}

a:visited {
	text-decoration: none;
	color: #381818;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
ul {
	margin: 1;
	padding: 0;
	list-style: none;
	width: 150px;
	}
	
ul {
margin: 1;
padding: 0;
list-style: none;
width: 150px;
}

ul li {
position: relative;
left: 0px;
top: 0px;
}

li ul {
position: absolute;
left: 149px;
top: 0;
display: none;
}

ul li a {
display: block;
text-decoration: none;
color: #777;
background: #fff;
padding: 5px;
border:1px solid #ccc;
border-bottom: 1;
}

ul {
margin: 1;
padding: 0;
list-style: none;
width: 150px;
border-bottom:1px solid #ccc;
}

/* CB added li.over ul to make menus work in ie */
li:hover ul, li.over ul { display: block; }

/* CB added to fix list layout in IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */