.ddsmoothmenu{
width: 100%;
}

.ddsmoothmenu ul{
z-index:100; margin: 0; list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative; display: inline; float: left; margin: 0px; padding: 0px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
}

* html .ddsmoothmenu ul li a{
/*IE6 hack to get sub menu links to behave correctly*/display: inline-block; color: #ee4523; font-size: 12px; font-weight: bold; display: block; text-decoration: none;
}

.ddsmoothmenu ul li a:hover{
color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute; display: none;/*collapse all sub menus to begin with*/ visibility: hidden; border-left: 1px solid #fbd2ca; border-right: 1px solid #fbd2ca; border-top: 1px solid #fbd2ca
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item; float: none; font-size: 0px; _display: inline;
}

/*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{
display: block; color: #ee4523; font-weight: bold; text-decoration: none; padding: 4px 15px 6px 15px; background-color: #ffffff; border-bottom: 1px solid #e4bdca; white-space: nowrap;
}
.ddsmoothmenu ul li ul li a:hover {color: #ffffff; background-color: #ee4523; font-size: 12px; font-weight: bold; padding: 4px 15px 6px 15px;}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute; top: 0px; right: 0px; width: 1px; height: 0px; padding: 0px; margin: 0px;
}

.rightarrowclass{
position: absolute; top: 10px; right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
margin: -5px 0px 0px -3px;
background: #fff;
}















