body {
font-family: verdana;
font-size: 11px;
background-color: #a1b224;
background-image: url(images/page-bg.jpg);
background-repeat: no-repeat;
}
a.menu{
color: #FFFFFF;
text-decoration: none;
border-bottom: 1px solid #FFFFFF;
display: block;
padding:3px;
}
.menu:hover{
color: #FFFFFF;
text-decoration: none;
background: #5688AE;
}
td {
font-family: verdana;
font-size: 11px;
text-align: justify;
}
.verdana {
font-family: verdana;
font-size: 11px;
text-align: justify;
}

h2 {
	color: #004B85;
}
h2, #nav {
	font-family: "Times New Roman", Times, serif;
}

#nav_wrapper {
	margin: 0;
	padding: 0;
	background-image: url(images/menu-bg.gif);
	background-repeat: no-repeat;
}
#nav li.primary {
	float: left;
} /* #nav > li,  */
#nav, #nav ul { /* all lists */
/* 
	position: fixed; IE6 bug
	list-style: none;
*/
	padding: 0;
	margin: 0;
	line-height: 1;
	list-style: none;
}
#nav ul {
	position: relative;
}
#nav {
/*
	margin: 0 3px;
*/
	width: 708px; /* original 748px */
	height: 35px;
	margin: 0 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#nav a {
	display: block; /* IE bug fix : menu seemed to float on the right */
	text-decoration: none;
	color: #FFFFFF;
/*
	cursor: default;
*/
}
#nav a {
} /* , #nav > li > a  */
#nav a.lien:hover {
	text-decoration: none;
}
/*
#nav > li:hover > a.lien, #nav > li.sfhover > a.lien {
	font-weight: inherit; IE doesn't support inherit
}
*/
#nav li a {
	/* width needed or else Opera goes nuts */
	padding: 13px 5px; /* min from #nav li */
}
#nav li.primary {
	height: 35px;
	overflow: hidden;
}
/*
#nav > li a:hover {
	background-color: #E98970;
}
#nav li.first {
	border: none;
}
#nav li.primary a {
	 height: 15px; #nav - vertical padding  
}  #nav > li a,  
#nav li.first {  #nav > li:first-child,  
}
*/
#nav a:hover { /* > li: ; #nav li.primary.sfhover Ie6 can't combine classes */
	background-image: url(images/menu-hover.gif);
	background-repeat: repeat-x;
}
/*
#nav > li:hover > a, #nav > li.sfhover > a {
}
#nav li:hover > a.lien {  #nav li.sfhover a.lien for IE6 
	cursor: pointer;
}
#nav li ul {  second-level lists 

	width: 210px;
	margin: 12px 0 0 -25px;
	margin-top: 5px;

	position: absolute;
	left: -999em;  using left instead of display to hide menus because display: none isn't read by screen readers 
	background-color: #da3c18;
	background-image: url(img/interface/submenu-fade.png);
	background-repeat: repeat-x;
}
#nav li:hover ul, #nav li.sfhover ul {  lists nested under hovered list items 
	left: auto;
}
#nav li ul li {
	 min-width: 10em; bug fix in FF for alignment ; occurs sometimes ... 
	border-top: solid 1px #e4e5e6;
	font-size: 11px;
}
#nav li ul li.first {  #nav li ul li:first-child 
	border-top: none;
}
#nav li ul li a {
	margin: 0 0 0 auto;
	padding: 6px 12px;
}
#nav li ul li a:hover {  same as #nav a 

	background-color: transparent;

}
*/

td.menu {
	background-color: #FFFFFF;
}

#credits {
	color: #FFFFFF;
	margin-top: 10px;
	border-top: 1px solid;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
}
