
#dd {
  margin: 0px;
  padding: 0px;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
  font: bold 11px arial;
}

#dd li a.menu {
  display: block;
  text-align: center;
  margin: 0 0px 0 0;
  color: #FFFFFF;
  width: 88px;
  text-decoration: none;
  font-size: 11px;
  font-variant: small-caps;


}

#dd li a.menu:hover 
{

}

.submenu 
{

	visibility: hidden;
	position: absolute;
	z-index: 3000;
	margin-top: -129px; 
	width: 300px;
	
	background-image: url("../images/menu/bg.gif"); background-repeat: no-repeat; background-position: left top;
	
	height: 96px; 
	padding: 7px; 
	color: #FFFFFF; 
  
}


.submenuitem
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	margin-right: 20px;
}
.submenuitem:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenuitem:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenuitem:hover
{
	color: #333366;
}



img
{

	border: 0px;

}
