#dd
{
	margin: 0;
	padding: 0;
	width: 100%;
}

#dd li
{
	line-height:18px;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border: 1px #FFF solid;
	border-right: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#dd li a.menu
{
	display: block;
	text-align: center;
	background: #ED1C23;
	padding: 2px;
	margin: 0;
	color: #FFF;
	width: 96px;
	text-decoration: none;
	border:0;
	line-height:18px;
}

#dd li a.menuSelected
{
	display: block;
	line-height:18px;
	text-align: center;
	background: #b10c15;
	padding: 2px;
	margin: 0;
	color: #FFF;
	width: 96px;
	text-decoration: none;
	border:0;
}

#dd li a.menu:hover
{	
	background: #b10c15;
}

.submenu
{
	border: 0;
	visibility: hidden;
	position: absolute;
	z-index: 3;
	width: 96px;
	line-height:14px;
}

.submenu a
{
	background: #c7c8ca;
	display: block;
	text-align: left;
	text-decoration: none;
	color: #333333;
	border: 1px solid #DEDEDE;
	font-family: verdana;
	font-size: 11px;
	width: 96px;
	padding: 2px;
	line-height:14px;
	
}

.submenu a:hover
{		
	background: #aaaaaa;
	color: #FFF;
}
