.ddsmoothmenu{
 width:727px; float:left;
}

.ddsmoothmenu ul{
z-index:100;
list-style:none;
width:100%;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative; float:left;
height:33px; line-height:32px; font-family:Myriad Pro, Myriad, Calibri, Tahoma; font-size:20px; color:#fff; margin-right:4px; background:url(../images/menu_lt.jpg) no-repeat;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
float:left; line-height:32px; color:#fff; padding:0 14px; display:block; background:url(../images/menu_rt.jpg) right top no-repeat;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#fff; background:url(../images/menu_rt_hover.jpg) right top no-repeat; 
}

.ddsmoothmenu ul li a:hover{ /*background of menu items during onmouseover (hover state)*/
color:#fff; background:url(../images/menu_rt_hover.jpg) right top no-repeat;
}
.ddsmoothmenu ul li:hover{ background:url(../images/menu_lt_hover.jpg) no-repeat;}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background:#24568B;
color:#d1e0cf;
background-image:none;
font-family:Tahoma;
width:200px;
float:left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
margin:0px;
color:#d1e0cf;
text-transform:none;
background-image:none;
height:32px;
float:left;
}

/*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{
width: 188px; /*width of sub menus*/
padding: 4px 6px;
margin: 0;
color:#fff;
font-size:11px;
font-weight:bold;
font-family:Tahoma;
line-height:20px;
margin:0px;
background-image:none;
background:#24568B;
}
.ddsmoothmenu ul li ul li a:hover{
color:#1D5F9F;
background:#81D7F0; 
background-image:none;
}

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

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

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

.ddshadow{
position: absolute;
}
