#menu {

}

#menu div.top {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-right: 0px;
	border-color: #FFFFFF;
	border-width: 0px;
	border-style: none none none none;
	width: auto;
	height: auto;
	font-family: "TREbuchet MS"; 
	text-transform: none;
}
#menu div.section {
    position: absolute;
    display: inline;
    z-index: -1;
}
#menu div.box {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	border-color: #FFFFFF;
	border-width: 1px;
	border-style: solid none none none;
	position: relative;
	visibility: hidden;
	left: 100px;
	top: -15px;
	background-color: #000000;
	width: auto;
	background-repeat: repeat;
	font-family: "TREbuchet MS"; 
	text-transform: none;
	z-index: 500000
}
#menu a {
    font-family: "TREbuchet MS";
    font-size:11px;
    font-weight: none;
    color: #FFFFFF;
    text-decoration: none;
    white-space: nowrap;

}
#menu a:hover {
    font-family: "TREbuchet MS";
    font-size: 11px;
    font-weight: none;
    color: #FE9900;
    text-decoration: none;
    white-space: nowrap;

}
