.ddMenuWrapper
{
	position:relative;
	width: 956px;
	height: 2em;
	background-color: #55a8bd;
}

.ddMainMenu
{
	position:absolute; 
	z-index:100;
	font-weight:normal;
	line-height:2em;
	width:956px;
}

ul.ddMenu
{
	padding:0; 
	margin:0; 
	list-style:none; 
	width:159px;
	overflow:hidden; 
	float:left; 
}

ul.ddMenu a
{
	width:159px;
	height: 2em;
	line-height: 2em;
	font-weight:bold;
	vertical-align: middle;
	text-align:center;
	text-decoration:none; 
	color:#fff; 
	padding-left:5px;
}

/* ie, as usual... */
ul.ddMenu a:visited {color:#fff}
 
ul.ddMenu li.ddList
{
	float:left;
	width:300px; /* 250 */
	margin:-32767px -150px 0px 0px; /* -125 */
}

ul.ddMenu li.ddList a.ddCategory
{
	position:relative;
	z-index:50;
	display:block;
	float:left;
	width:145px; /* 120 */
	margin-top:32767px;
	background:transparent;
}

ul.ddMenu li.ddList a.ddCategory:hover,
ul.ddMenu li.ddList a.ddCategory:focus,
ul.ddMenu li.ddList a.ddCategory:active
{
	margin-right:1px;
}

ul.ddSubMenu
{
	float:left; 
	padding:25px 0px 0px 0px; 
	margin:0; 
	list-style:none; 
	margin:-25px 0px 0px 0px;
}

ul.ddSubMenu li a
{
	font-weight: normal;
	text-indent: 0;
	float:left;
	width:145px; /* 120 */
	height: auto;
	background: #1f768c;
	clear:left;
	color:#fff;
}

ul.ddSubMenu a:hover,
ul.ddSubMenu a:focus,
ul.ddSubMenu a:active
{
	background:#900;
	background:#8FBA9E;
	margin-right:1px;
	color:#fff;
}

