.ddsmoothmenu{
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;
width: 100%;
}

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

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;
float:left;

}
.list
{
  margin: 7px 0 0 0;
}


/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
padding-top:0px;
 color: #ede8ea;
text-decoration: none;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
 display: inline-block;
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;
}

/*.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited{
 color: #ede8ea;
}*/

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 color: #ede8ea;
}

.ddsmoothmenu ul li a:hover{
color:#ffffff;
}
.ddsmoothmenu ul li ul li a:hover{
color:#ffffff;
}

.ddsmoothmenu ul li ul li a{
color: #ffffff;
}

.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited{
color: #ede8ea;
}

.ddsmoothmenu ul li ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
 color: #ede8ea;
text-decoration: none;
}

.ddsmoothmenu ul li ul li a:hover{
color:#ffffff;

 text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
background: #242b1f;
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
 display: list-item;
float: none;
 width: 100px;
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;
 background: #242b1f;
 text-align: left;
 margin: 0 0px 0 0px;


}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
  position: absolute;
/*top: 0;*/
 /*padding-left:30px;*/
 /*background: #242b1f;*/


}
.ddsmoothmenu ul li ul li ul li
{
  background: #242b1f;
  width: 120px;
}


.ddsmoothmenu ul li ul li:hover
{
 color:#ffffff;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
  font: 24px "Tw Cen MT Condensed";
  color: #ffffff;
width: 100px; /*width of sub menus*/
padding: 5px;
margin: 0;

}

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

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

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

.ddshadow{
position: absolute;
top: 0;
width: 0;
height: 0;
/*background: #8c8c8c;*/

}
