
.ddsmoothmenu {
	width: 678px;
	margin-left: 337px;
}

.ddsmoothmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ddsmoothmenu ul li {
	float: left;
	display: inline;
	position: relative;
}


.ddsmoothmenu ul li a {
	display: block;
	padding: 0 13px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #121213;
}

.firstLevel {height: 50px;}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {color: #fff;}
.ddsmoothmenu ul li a.selected {background: #920e0e url(../images/bgMenuHighlight.gif) repeat-x;}
.ddsmoothmenu ul li a:hover {text-shadow: 1px 1px 0 #570101; background: #920e0e url(../images/bgMenuHighlight.gif) repeat-x;}
	

.ddsmoothmenu ul li ul {
	display: none;
	position: absolute;
	visibility: hidden;
	left: 0;
	background: #920e0e;
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li ul {top: 0;}

.ddsmoothmenu ul li ul li a {
	width: 187px;
	padding: 8px 0 8px 13px;
	margin: 0;
	font: bold 14px Helvetica, Arial, sans-serif;
	border-top-width: 0;
	border-bottom: 1px solid #702122;
	text-shadow: none;
}

.ddsmoothmenu ul li ul li a:hover {text-shadow: none; background: #b40001;}

/* Holly Hack for IE7 and below */
* html .ddsmoothmenu {height: 1%;}

.downarrowclass {
	display: none;
	/*position: absolute;
	top: 12px;
	right: 7px;*/
}

.rightarrowclass {
	display: none;
	/*position: absolute;
	top: 6px;
	right: 5px;*/
}

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}

.toplevelshadow {
	opacity: 0.8;
}
