.ddsmoothmenu{
width: 100%;
margin:0px;padding:0px;
}

.ddsmoothmenu ul{z-index:999999999999999999;margin:0px;padding:0px;list-style:none;}

/*Top level list items*/
.ddsmoothmenu ul li{position: relative;margin:0px;padding:0px;float:left;height:50px;line-height:52px;}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;margin:0px 10px;padding:0px;font:normal 13.33px Arial, Helvetica, sans-serif;color:#1d1f20;float:left;height:36px;line-height:52px;}

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

.ddsmoothmenu ul li a.current, .ddsmoothmenu ul li a:hover{border-bottom:2px solid #141515;}
.ddsmoothmenu ul li a span{height:45px !important;float:left;}
.ddsmoothmenu ul li a.current span, .ddsmoothmenu ul li a:hover span{background:url(../images/hover.png) no-repeat;background-position:center bottom;}
.ddsmoothmenu ul li.separator{width:2px;height:54px;background:url(../images/separator.jpg) no-repeat;background-position:0px 2px;float:left;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:url(../images/submenu.png) repeat-y;
width:157px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
height:29px !important;
line-height:28px !important;
clear:both;
}
.ddsmoothmenu ul li ul li.separator2{background:url(../images/separator2.png) no-repeat;background-position:16px 0px;line-height:28px !important;height:2px !important;}
.ddsmoothmenu ul li ul li:last-child{border-bottom:none;}

/*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{
font:normal 12px Verdana, Geneva, sans-serif;color:#Commercial;
padding: 0px 0px 0px 15px !important;
margin: 0 !important;
background-image:none !important;
text-align:left !important;
height:29px !important;
background:url(../images/bullet2.png) no-repeat !important;background-position:6px 11px !important;
line-height:28px !important;

}

.ddsmoothmenu ul li ul li a:hover{height:29px;line-height:28px;color:#004281;border-bottom:none;background:url(../images/bullet2_hover.png) no-repeat !important;background-position:6px 11px !important;}

/* 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: 0px;
right: 0px;
}

.rightarrowclass{
position: absolute;
top: 0px;
right: 0px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
}