
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
}
#menu {
	background: url(images/cwda-bg-top-bar.gif) repeat-x top left #B0A9BD;
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	margin: 0 auto 0 auto;
	z-index:900;
	width: 900px;
	height: 44px;
}
#menu dl {
	float: left;
}
#menu dl:hover dt {
	background: #13006D;
}
#menu dt {
	position: relative;
	top: 7px;
	height: 24px;
	cursor: pointer;
	text-align: left;
	font-weight: normal;
	margin: 1px;
	overflow:hidden;
	border-bottom: 1px solid #C9B8DC;
}
#menu dd {
	display: none;
	position:absolute;
	overflow: hidden;
	top:32px;
	border-top: 1px solid #C9B8DC;
	background: #13006D;
}
#menu dd ul {
	margin-top: 12px;
	margin-bottom: 14px;
}
#menu li {
	text-align: left;
	background: #13006D;
	margin: 0px 0px 7px 3px;
	color: #fff;
	line-height: 14px;
	list-style-type:none;
}
#menu li:hover {
	background: url(images/cwda-bullet-navbar.gif) no-repeat top left;
}
#menu a {
}
#menu dt a {
	position: relative;
	top: 5px;
}
#menu li a, #menu dt a {
	color: #F1ECF6;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 12px;
	margin-left: 14px;
}

#menu li.nolink {
	color: #F1ECF6;
	display: block;
	height: 100%;
	border: 0 none;
	font-size: 12px;
	margin-left: 17px;
}

#menu li.nolink:hover {
	background-image: none;	
}


#menu .separator {
	position: relative;
	top: 11px;
	width: 1px;
	float: left;
	height: 17px;
	margin: 0; padding: 0;
	overflow:hidden;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
}
#menu #smenu1h {
	width: 114px;
}
#menu #smenu1h dd {
	width: 200px;
}
#menu #smenu2h {
	width: 250px;
}
#menu #smenu2h dd {
	width: 241px;
	padding-right: 11px;
}
#menu #smenu3h {
	width: 138px;
}
#menu #smenu3h dd {
	width: 252px;
}
#menu #smenu4h {
	width: 122px;
}
#menu #smenu4h dd {
	width: 252px;
}
#menu #smenu5h {
	width: 126px;
}
#menu #smenu5h dd {
	width: 252px;
}
#menu #smenu6h {
	width: 143px;
}
#menu #smenu6h dd {
	width: 252px;
	margin-left: -109px;
}

