/* CSS Document View4Future Media - APRIL 2008 */

#dd {
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#dd li {
	margin-left: 4;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 125px;
}

#dd li a.menu {
	display: block;
	text-align: center;
	color: #000000;
	text-decoration: none;
	height: 32px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	background-color: #FBF1D6;
	line-height: 29px;

}

#dd li a.menu:hover {
	background-color: #F3DDA0;
	color: #F39A3E;
}

.submenu {
	visibility: hidden;
	position: absolute;
	z-index: 3;
	background-color: #FBF1D6;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F39A3E;
	border-left-color: #F39A3E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F39A3E;
}

.submenu a {
	display: block;
	font: 11px arial;
	text-align: left;
	text-decoration: none;
	color: #000000;
	padding: 8px;
	width: 150px;
	
}

.submenu a:hover {
	background-color: #F3DDA0;
	color: #000000;
}

