/* CSS Document */


#menu {
	position: absolute;
	top: 90px;
	left: 5px;
	z-index:100;
	width: 100%;
	white-space: nowrap;
	visibility: visible;
	height: 133px;
}
#menu dl {
float: left;
width: 12em;
margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	color:#006699;
	background: #ccc;
	border: 1px solid gray;
	background-color: #FF9933;
}
#menu dd {
border: 1px solid gray;
}
#menu li {
text-align: center;
background: #fff;
}
#menu li a, #menu dt a {
color:#006699;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
background-color: #FF9933;

}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	background-color: #CCCCCC;
}

