.ddsmoothmenu ul{
z-index:100;
}
/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}
/*Top level menu link items style*/
* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
/* sub menus */
.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
margin-top:3px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:100;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
z-index:100;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
margin-top: -1px;
margin-left:1px;
z-index:100;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 180px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #fff;
z-index:100;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/
.downarrowclass{
position: absolute;
top: 17px;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 14px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ 
position: absolute;
}
