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

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	float: left;
	line-height:24px;
	border-bottom:dashed 1px #bebebe;
	position:relative;
	width:190px;
	display:block;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
/*	display: block;
	background: #273691; /*background of menu items (default state)
	color: white;
	padding: 8px 10px;
	border-right: 1px solid #778;
	color: #2d2b2b;
	text-decoration: none;
*/	background:url(../images/menu-bull.gif) no-repeat 0 8px;
	padding-left:13px;
	margin:0 5px 0 15px;
	text-decoration:none;
	color:#000;
	display:block;
}

* 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: black;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	background-color:inherit;
	color:#a0000c;
	text-decoration:none;
}

.ddsmoothmenu ul li a:hover{
	background-color:inherit;
	color:#a0000c;
	text-decoration:none;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
margin-left:-100px;
z-index:100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display:block;
background-color:#fff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS for shadow added to sub menus  ######### */

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