#body	{
		margin-top: 0px;
		margin-bottom: 0px;
		margin-right: 0px;
		margin-left: 0px;
		vertical-align: middle;
		}

#menu {
    background-color: #FFFFFF;
}
#menu div.top {
}
#menu div.section {
	position: absolute;
	z-index: -1;
	left: 176px;
	top: 220px;
}

#menu div.box {
	background-color: #FFFFFF;
	border-color: #FFE7AF;
	border-width: 4px;
	border-style: none none solid none;
	position: relative;
	visibility: hidden;
	width: 100%;


}
#menu a {
	font-family: "Trebuchet MS", "Times New Roman", Arial;    
    font-size: 13px;
    font-weight: bold;
    color: #6699CC;
	text-decoration: none;
}
#menu a:hover {
    font-family: "Trebuchet MS", "Times New Roman", Arial;
    font-size: 13px;
    font-weight: bold;
	color: #FF9933;
	text-decoration: none;

}

