#dd
{	margin: 0;
	padding: 0;
	}

#dd li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px Arial, Helvetica, Sans Serif}

#dd li a.menu1
{	display: block;
	text-align: center;
	background: #9999a3;
	padding: 4px 10px;
	margin: 0 1px 0 0;
	color: #3a2784;
	width: 139px;
	text-decoration: none;
	border-right-color: #666666;
	border-right-width: 1px;
	border-right-style: dotted;}

#dd li a.menu1:hover
{	background: #778899;
	border-right-color: #ffffff;
	color: #ffff00;}

.submenu1
{	background: #eeeeee;
	border: 1px solid #333333;
	visibility: hidden;
	position: absolute;
	z-index: 3}

	.submenu1 a
	{	display: block;
		font: 11px Arial, Helvetica, Sans Serif;
		text-align: left;
		text-decoration: none;
		width: 137px;
		padding: 5px;
		color: #333333}

	.submenu1 a:hover
	{	background: #a6b4b7;
		color: #FFF}