.ddsmoothmenu{
    background: url("../images/mlibg.png") repeat-x scroll right center transparent;
    float: left;
   margin-left: 13px;
    font-size: 12px;
    width: 824px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
/*padding:5px 5px 4px;*/
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
height:19px;
padding: 12px 0;
margin:5px 0px;
border-right: 1px solid #D4D4D5;
/*line-height:53px;/
text-decoration: none;
position:relative;
/*
padding:0 7px;
margin:0 7px;
*/
}
.ddsmoothmenu ul li a span.ml {
	position:absolute;
	top:0;
	left:-7px;
	width:7px;
	height:28px;
	}
.ddsmoothmenu ul li a span.mr {
	position:absolute;
	top:0;
	right:-7px;
	width:7px;
	height:28px;
	}
.ddsmoothmenu ul li a.haschild {
	background:url(../images/arrowwhite2.html) right center no-repeat;
	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li li a
{
	text-transform: none;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: white;
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
	font-size: 13px;
}
.ddsmoothmenu ul li ul li
{
display: list-item;
float: none;
padding:0 5px;
border-left:1px solid #2380C5;
border-right:1px solid #2380C5;
background:url("../images/submenu_arrow.html") no-repeat scroll 5px 17px #092586;
}
.ddsmoothmenu ul li ul li.first{
	padding-top:4px;
	border-top:1px solid #2380C5;
	position:relative;
	}
.ddsmoothmenu ul li ul li.last{
	position:relative;
	padding-bottom:1px;
	}
.ddsmoothmenu ul li ul li div{
	background-image:url(../images/cornerblue4.html);
	width:6px;
	height:6px;
	position:absolute;
	}
.ddsmoothmenu ul li ul li div.tl{
	background-position:top left;
	top:-1px;
	left:-1px;
	}
.ddsmoothmenu ul li ul li div.tr{
	background-position:top right;
	top:-1px;
	right:-1px;
	}
.ddsmoothmenu ul li ul li div.bl{
	background:url(../images/cornerblue5.html) bottom left;
	bottom:-4px;
	left:-1px;
	}
.ddsmoothmenu ul li ul li div.br{
	background:url(../images/cornerblue5.html) bottom right;
	bottom:-4px;
	right:-1px;
	}
.ddsmoothmenu ul li ul li div.bm{
	background:#092586;
	bottom:-4px;
	height:4px;
	width:auto;
	right:5px;
	left:5px;
	border-bottom:1px solid #2380C5;
	}

/*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 {
	/*
    border-bottom:1px solid #389CD6;
    border-top:1px solid #389CD6;
    */
    text-decoration: underline;
    height:auto;
    line-height:normal;
    margin:0;
    padding:7px 5px 7px 20px;
    width:200px;
    z-index:150;
}
.ddsmoothmenu ul li ul li a:hover
{
	text-decoration: none;
	background: none;
	/*
border-top: 1px solid #60B0DE;
border-bottom: 1px solid #60B0DE;
	*/
	}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 14px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}