/* NAVIGATION MENU CSS */

ul { /* all lists */
	padding: 1px;
	margin: 0;
	list-style: none;
	
}

li { /* all list items */
	float: left;
	position: relative;
	width: 95px;
	border: 1px outset #6699CC;
	z-index:1;
}


li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 15px;
	left: 0;
	background-color: #8394C0;
	
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul{ 
	display: block; 
}

#content {
	clear: left;
}


.cell_bg {
	background-color: #D6E4FE;
}

#nav {
	padding-left: 5%;
}
body {
	background-image:  url(images/bg.jpg);
}

a:link {
	color: #FFFFCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF9900;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style18 {font-size: 10px}
.style20 {color: #F4F4F4}
.style21 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.style24 {
	color: #990000;
	font-weight: bold;
}
.style26 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style28 {font-size: 12px}
.style29 {font-family: Arial, Helvetica, sans-serif}
.style30 {color: #990000}