.ddsmoothmenu-extras{
float: none;
background: transparent; /*background of menu bar (default state)*/
width: 150px;
}

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

/*Top level list items*/
.ddsmoothmenu-extras ul li{
position: relative;
display: block;
float: none;
background:transparent;
padding-right:2px;
}

/*Top level menu link items style*/
.ddsmoothmenu-extras ul li a{
display: block;
background: url(../images/button_extras.gif) center top no-repeat; /*background of menu items (default state)*/
color: #e0e0e0;
font:bold 11px Arial, Helvetica, sans-serif;
padding: 10px 19px 10px 19px;
border-right: 0px solid #778;
text-decoration: none;
text-transform:uppercase;
text-indent:-9999px;
height:16px;
}

* html .ddsmoothmenu-extras ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: block;
}

.ddsmoothmenu-extras ul li a:link, .ddsmoothmenu-extras ul li a:visited{
color: #e0e0e0;
}

.ddsmoothmenu-extras>ul>li>a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: url(../images/button_extras.gif) center bottom no-repeat;
color: white;
}
.ddsmoothmenu-extras ul li a.selected {
color:white;
}
.ddsmoothmenu-extras>ul>li>a:hover{
background: url(../images/button_extras.gif) center bottom no-repeat; /*background of menu items during onmouseover (hover state)*/
color: #ffea82;
}
.ddsmoothmenu-extras ul li a:hover {
color:#ffea82;
}

/*1st sub level menu*/
.ddsmoothmenu-extras ul li ul{
position: absolute;
left: -1px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

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

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu-extras ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu-extras ul li ul li a{
width: 136px; /*width of sub menus*/
height:13px;
padding: 10px 5px;
margin:0 2px;
background:url(../images/subbutton_bg.gif) left top repeat-x;
border-top-width: 0;
border-bottom: 1px solid #828282;
text-transform:uppercase;
text-align:center;
color: #e0e0e0;
font-weight:normal;
text-indent:0;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu-extras{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.ddsmoothmenu-extras .downarrowclass{
position: absolute;
top: 24px;
left: 46%;
}
