.menu {

height: 60px; border-top-color: #666; 
border-bottom-color: #666; 
border-top-width: 0px; 
border-bottom-width: 0px; 
border-top-style: solid; 
border-bottom-style: solid;
color:#fff;
padding:1px 0px;
}
.menu ul {
	font: 1.0em/normal Trebuchet MS; 
list-style: none; 
margin: 0px; padding: 0px; 
border-top-color: #4c4c51; 
border-bottom-color: #4c4c51; 
border-left-color: #4c4c51; 
border-top-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 0px; 
border-top-style: solid; 
border-bottom-style: solid; 
border-left-style: solid; float: left; 
font-size-adjust: none; 
font-stretch: normal;

}
.menu ul li ul li {
	list-style: none; margin: 0px; 
padding: 0px; text-align: left;
}
.menu ul li {
	background: #666; margin: 0px; padding: 0px; width: 100px; 
height: 30px; text-align: center; color: rgb(215, 97, 32); 
border-right-color: #4c4c51; border-right-width: 0px; 
border-right-style: solid; float: left;
}
.menu ul a:link {
	padding: 4px 3px; 
color: rgb(255, 255, 255); 
text-decoration: none; display: block; 
}
.menu ul a:visited {
	padding: 4px 3px; color: rgb(255, 255, 255); text-decoration: none; 
display: block;
}
.menu ul a:hover {
	color: rgb(255, 255, 255); text-decoration: none; 
background-color: #000000;
}
.menu ul a:focus {
	color: rgb(255, 255, 255); text-decoration: none; 
background-color: #000000;
}
.menu ul a:active {
	color: rgb(255, 255, 255); text-decoration: none; 
background-color: #000000;
}
.menu ul li ul {
	display: none;
}
.menu ul li:hover ul {
	margin: 0px 0px 0px -1px; padding: 0px; border: 1px solid #000000; 
border-image: none; width: 100px; font-size: 0.8em; display: block; 
position: absolute; z-index: 1;
}
.menu li li {
	width: 100px;
}
