/* CSS Document */

body {


background; #FF6600;

font: 70% verdana, arial, sans-serif;

}

dl, dt, dd, ul, li {

margin: 0;
padding: 0;
margin-left: 1px;
list-style-type: none;

}

#menu {

position: absolute; /* Menu position that can be changed at will */



width: 100%; /* precision for Opera */

z-index: 1;

}

#menu dl {



width: 12em;
float: left;

 }

#menu dt {

cursor: pointer;

height: 15px;

font-weight: bold;

color: white;

background: #FF6600;

border: 1px solid orange;

}

#menu dd {

display: none;

color: black;

float: left;

}

#menu li {

float: left;

text-align: left;

margin-left: 0px;

background: #FF6600;
width: 99%;

border: 1px solid orange;


}

#menu li a, #menu dt a {

width: 100%;

color: white;

text-decoration: none;

display: block;

height: 100%;

border: 0 none;

}

#menu dt a {

color: white;

text-decoration: none;

display: block;

height: 100%;

border: 0 none;

background: #FF6600;

}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {

background: #FF9900;


}

#site {

position: absolute;

z-index: 1;

top : 70px;

color: #FF6600

background-color: white;

border: 1px solid gray;

}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	font-variant: normal}
<!--
.style14 {
	font-family: Arial, Helvetica, sans-serif;
	
	color: #000000;
	font-size: 14px;
}
.style15 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 14px;
}
.style17 {
margin-top: 5px;
}
.style18 {
font-size: 20px; font-family: Arial, Helvetica, sans-serif; margin-top: 0px; margin-bottom: 0px; 
}
.style12 {	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif; margin-top: 5px;
	margin-left:10px;
	margin-right: 10px;
}
.style20 {
	font-family: Arial, Helvetica, sans-serif;
	color: #339933;
	font-size: 38px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.style30 {
	font-size: 12px;
	color: #FF6600;
}

.style35 {font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 14px; font-weight: bold; margin-top: 10px;}

.style16 {font-family: Arial, Helvetica, sans-serif;font-size: 12px; margin-left: 60px; margin-right: 60px; margin-top: 0px; margin-bottom: 0px;}
.style19 { font-size: 30px; font-family: Arial, Helvetica, sans-serif; margin-left: 60px; margin-top: 15px; margin-right: 60px;
	
}


#picture { width: 378px; float:inherit; }
#logo { width: 678px; float: inherit; margin-top: 20px;}



-->

