.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-../index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-../index:80;
left:-1px;
top:20px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:11px;
font-weight:bold;
width:160px;
padding:5px 0;
color:#019267;
background:#ffffee;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#019267;
background:#fff;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
















.content
{
	margin-left: auto;
	margin-right: auto;
	width: 50em;

}

#centertable
{
	height:335px;
}

body
	{
	background-image: url(../images/bkg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #FEFCB1;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: inherit;
}
	
a:link
	{color: #019267;
	text-decoration:none;}
a:visited
	{color: #019267;
	text-decoration:none;}
a:hover
	{color: #00CC33;
	text-decoration:none;}
a:active
	{color: #019267;
	text-decoration:none;}
	
	
p
	{
	font:11px/20px Arial, Helvetica, sans-serif;
	text-align:inherit;
	padding: 0 10px 0 0;
}

.table_style
	{font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;}

h1
	{font-size: 16pt;
	color: #019267;}
h2
	{font-size: 24px;
	color: #F5BB5A;}
h3
	{font-size: 12px;
	color: #019267;}
