﻿#dd {
  	margin: 0px;
	padding: 0px;
	clear: both;
	list-style-type: none;
}

#dd li {
  margin: 0;
  padding: 0;
  list-style: none;
  font: bold 11px arial;
}

#dd li a.menu {
	display: block;
	text-align: center;
	padding: 0px;
	margin: 0;
	color: #FFF;
	width: 122px;
	text-decoration: none;
	height: 42px;
}

#dd li a.menu:hover {
	margin: 0px;
	padding: 0px;
	height: 42px;
	width: 122px;
}

.submenu {
	border: 1px solid #CCCCCC;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 122px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	background-color: #f2f2f2;
}

.submenu a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333333;
	width: 112px;
	font-size: 12px;
	text-indent: 0px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.submenu a:hover {
	color: #FFF;
	background-color: #009900;
}
