@charset "utf-8";
/* CSS Document */
#dd ul{
	margin:0;
	padding:0;
}
#dd {
  padding: 0 0 0 0;
	background:url(../images/menu_bg.gif) top repeat-x;
	height:25px;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font-size: 15px;
	font-weight:bold;
	border-left:#FF9933 1px solid;
	border-right:#FF6600 0px solid;
}

#dd li a.menu {
  display: block;
  text-align: center;
  padding: 3px 11px;
  margin: 0 1px 0 0;
	color:#FFFFFF;
  text-decoration: none;
}

#dd li a.menu:hover {
  background:#FF3300;
	color:#FFFFFF;
	filter: alpha(Opacity=20);
	opacity: 0.2;
}

.submenu {
  background:#FEEFBC;
  border: 1px solid #FF6600;
  visibility: hidden;
  position: absolute;
  z-index: 3;
	filter: alpha(Opacity=90);
	opacity: 0.9;
	font-weight:bold;
}

.submenu a {
  display: block;
  font: 14px arial;
  text-align: left;
  text-decoration: none;
  padding: 8px 10px;
  color:#CC9900;
	font-weight:bold;
}

.submenu a:hover {
  background:#FF9900;
  color: #FFF;
	font-weight:bold;
}

