.ddsmoothmenu{
	background:url(../images/top_menu_bg.jpg) repeat-x;	
	height:41px;
	width:100%;

}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	float:right;
	list-style-type: none;
}

.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
}

.ddsmoothmenu ul li a{	
	color:#FFFFFF;
	padding:10px 35px;
	border-left:1px solid #494949;
	font-size:13px;
	height:21px;
	display:block;
	text-decoration:none;
}

* 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: white;
}

.ddsmoothmenu ul li a.selected{ 
	background:url(../images/top_menu_h.jpg) repeat-x top left;
	color: white;
}

.ddsmoothmenu ul li a:hover{
	background:url(../images/top_menu_h.jpg) repeat-x top left; 
	color: white;
}

.ddsmoothmenu ul li .active{ 
	background:url(../images/top_menu_h.jpg) repeat-x top left;
	color: white;
}
	
.ddsmoothmenu ul li ul{
	display:none;
	left:0px;
	visibility:hidden;
	position:absolute;
	border-bottom:1px solid #494949;
}

.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li a{
	margin:0px;
	padding:6px 10px 8px 10px;
	width:130px;
	background-color:#252525;
	font-size:12px;
	line-height:15px;
	height:15px;
	border-top:1px solid #494949;
	border-right:1px solid #494949;
}

/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

