@charset "utf-8";
/* CSS Document */

<style type="text/css">
#wrapper{

      width:924px;
      
     margin: 0 auto;
     text-align:center;
	 
}

nav ul ul {
	display: none; 
}

	nav ul li:hover > ul {
		display: block;	
	}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #bbbbbb 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #bbbbbb 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#bbbbbb 100%); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0;
	border-radius: 0px;  
	list-style: none;
	position: relative;
	}

	nav ul:after {
		content: ""; clear: both; display: block;
	}

nav ul li {
	float: left;
}
	nav ul li:hover {
		background: #014534;
		background: linear-gradient(top, #018665 0%, #014534 40%);
		background: -moz-linear-gradient(top, #018665 0%, #014534 40%);
		background: -webkit-linear-gradient(top, #018665 0%,#014534 40%);
	}
		nav ul li:hover a {
	color: #ffffff;
	font-size: 10pt;
		}
	
	nav ul li a {
		display: block; padding: 10px;
		color: #000000; text-decoration: none;
		width: 133px;
		text-align: center;
		}

nav ul ul {
	background: #828385; 
	border-radius: 0px; padding: 0px;
	position: absolute; top: 100%;
}
	nav ul ul li {
		float: none; 
		border-top: 1px solid #6b727c;
		border-bottom: 1px solid #575f6a;
		position: relative;
	}
		nav ul ul li a {
			padding: 10px;
			color: #000000;
			
		}	
			nav ul ul li a:hover {
				background: #014534;
			}

a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight:600
	

}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.style1  {
	font-size:9pt; 
    font-weight:normal
}

.style2  {
	font-size:12pt; 
    font-weight:normal
}

.style3  {
	font-size:14pt; 
    font-weight:normal
}

.style4  {
	font-size:14pt; 
    font-weight: bold;
}

.style5 {
	font-size: 16pt;
	font-weight: normal;
}
.style6 {
	font-size: 16pt;
	font-weight: bold;

}


body {
	background-image: url(files/creamybckgd.jpg);
}

.bordercolor     {
     border-color:#FFF;
}

<table class="bordercolor">

</style>
