body {
background-color: #666666;
margin:0;
padding:0;
}

div#outer {
width: 760px;
margin:auto;
margin-top:16px;
}

table.wide {
width:100%;
margin:0px;
padding:0px;
}

.menu td {
background-color:#fb7f00;
padding-left:15px;
height:25px;
vertical-align:middle;
}

/* in line menu */
.menu ul { 
background-color:#fb7f00;
list-style: none; 
margin: 0px auto 0px auto;
text-align:center;
padding-top: 5px;
padding-bottom: 10px;
} 

.menu li { 
display	: inline; 
position: relative;
} 

.menu a:link, .navfoot a:visited {
font-family			: Verdana, Arial, Helvetica, sans-serif;
font-size			: 0.8em; 
font-weight			: bold; 
font-style			: normal;
text-decoration		: none;
color				: #000000;
padding				: 4px 10px 4px 10px;
background-color	: #eeeeee; 
border				: 1px solid #000000; 
height				: 1%; /* IE quirk */
}

.menu a:hover, menu a.dropover { 
font-family			: Verdana, Arial, Helvetica, sans-serif; 
font-size			: 0.8em; 
font-weight			: bold; 
font-style			: normal;
text-decoration		: none;
color				: #ffffff; 
background-color	: #909090;
height				: 1%; /* IE quirk */
}

li ul { /* second-level lists */
font-size: 0.8em;
/*	display: none;
	position: absolute;
	font-size: 1.0em;	
	width: 150px;
	background-color: #eeeeee;
	top: 30px;
	left: 20px; */
}

li li {
background-color: #eeeeee;
}

li:hover ul, li.dropover ul { /* lists nested under hovered list items */
display: block;
}

li li a:link {	
display:inline;
position:relative;
font-family			: Verdana, Arial, Helvetica, sans-serif;
font-size			: 0.6em; 
font-weight			: bold; 
font-style			: normal;
text-decoration		: none;
color				: #123456;
padding				: 4px 10px 4px 10px;
background-color	: #eeeeee; 
border				: 1px solid #000000; 
height				: 1%; /* IE quirk */
text-align: left;
}

/* end menu */