div#smoothmenu1 {
   width:990px;
   padding-bottom:1px;
   margin-bottom:1px;
   border-top:3px;
   border-bottom:2px;
   border-style:solid;
   border-color:#F05A22;
}

.ddsmoothmenu{
font: bold 12px Arial;
background: #fff; /*background of menu bar (default state)*/
width: 100%;
color: #999;
   height: 35px;
   margin-top: 0px;
   border-width: 0px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
margin-left: -1px;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
   margin: 0px;
   padding-left: 12px;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
background: #fff; /*background of menu items (default state)*/
padding: 4px 10px 0 10px;
margin-bottom:-3px;
text-decoration: none;
height:24px;
display:inline-block;
   width: 135px;
   height: 35px;
   text-align: left;
}

.ddsmoothmenu ul li a#m1{
background:url(../images/menu1.gif) no-repeat;
width:80px;
   display: block;
}
.ddsmoothmenu ul li a#m2{
background:url(../images/menu2.gif) no-repeat;
width:127px;
   display: block;
}
.ddsmoothmenu ul li a#m3{
background:url(../images/menu3.gif) no-repeat;
width:130px;
   display: block;
}
.ddsmoothmenu ul li a#m4{
background:url(../images/menu4.gif) no-repeat;
width:120px;
   display: block;
}
.ddsmoothmenu ul li a#m5{
background:url(../images/menu5.gif) no-repeat;
width:190px;
   display: block;
}
.ddsmoothmenu ul li a#m6{
background:url(../images/menu6.gif) no-repeat;
width:121px;
   display:block;
}
.ddsmoothmenu ul li a#m7{
background:url(../images/menu7.gif) no-repeat;
width:120px;
   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: #999;
}

.ddsmoothmenu ul li a span{
display: none;
}
.ddsmoothmenu ul li a#m1.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu1_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m2.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu2_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m3.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu3_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m4.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu4_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m5.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu5_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m6.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu6_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m7.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/menu7_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}

.ddsmoothmenu ul li a#m1:hover{
background: url(../images/menu1_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m2:hover{
background: url(../images/menu2_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m3:hover{
background: url(../images/menu3_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m4:hover{
background: url(../images/menu4_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m5:hover{
background: url(../images/menu5_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m6:hover{
background: url(../images/menu6_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}
.ddsmoothmenu ul li a#m7:hover{
background: url(../images/menu7_over.gif) no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #f05a22;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
   text-align: left;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: 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: italic 12px Arial;
font-weight: bold;
width: 181px; /*width of sub menus*/
height: 16px;
padding: 5px 5px 5px 19px;
margin: 0;
border-top-width: 0;
background: url(../images/submenu.gif) no-repeat;
   display: block;
}
.ddsmoothmenu ul li ul li a.first{
height: 16px;
padding: 12px 5px 5px 19px;
margin: 0;
border-top-width: 0;
background: url(../images/submenuFirst.gif) no-repeat;
}
.ddsmoothmenu ul li ul li a.last{
height: 24px;
padding: 5px 5px 5px 19px;
margin: 0;
border-top-width: 0;
background: url(../images/submenuLast.gif) no-repeat;
}
.ddsmoothmenu ul li ul li a:hover{
color:#f05a22;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### 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;
}