td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}



body {
	color:#333;
	font-size:65%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body h2 {
color: #1c0964;
text-align: center;
}

body a {
color: #1c0964;
text-align: center;
}

	
#divNav {
	width: 757px;
	height: auto;
	background: #454543 url(background.jpg) no-repeat;
	position:absolute;
	z-index:90;
	margin: 0px auto auto 1px;
	
	
   }
   
#divNav2 {
float:left;
	width: 600px;
	height: auto;
	background-color: #abb0a7;
	position:relative;
	margin-top: 120px;
	margin-left: 0px;
	z-index:90;
	border-right: solid #dee3da 3px;
	border-top: solid #dee3ea 3px;	
	border-bottom: solid #71756f 3px;
	border-left: solid #71756f 3px;
	
   }


#menu {

float:left;
width:80px;
}
#menu ul { /* all lists */
	padding: 0;
	margin-left:0px;
	list-style: none;
	z-index:99;
	
}

#menu li{ /* all list items */
	float: none;
	position: relative;
	width: 80px;
	top:120px;
	z-index:99;
	border: 1px #5e3030;

}

#menu li a {
	display: block;
	padding-left:5px;
	padding-top:5px;
	width:75px;
	height: 16px;
	font-size:9px;
	font-weight:bold;
	font-variant:small-caps;
	text-align:center;
	text-decoration:none;
	background-color:#5e3030;
	color:#999933;
	border: solid #999933 1px;
	}
	
#menu li a:hover {
		background-color:#999933;
	color:#5e3030;
	border: solid #5e3030 1px;
	}
#nav li ul {
	position: absolute;
	left: 74px;
	top: 0px;
	display: none;
	}
#nav li:hover ul, li.over ul { display: block; }