#ddaMenu {

 position: relative;
 font-size: 12px;
 font-weight: bold;
 list-style: none;
 padding: 0;
 margin-top: 5px;
 z-index: 9999;
 float: right;

}

#ddaMenu li {

 position: relative;
 margin: 0;
 padding: 0;
 padding-left: 1px;
 display: inline;
 float: left;

}

#ddaMenu li:last-child a {

 border: 0;

}

#ddaMenu li a {

 height: 14px;
 color: #ff6;
 text-decoration: none;
 text-align: right;
 border-right: solid 1px #ff6;
 padding: 4px 10px 6px 10px;
 margin: 0;
 display: block;
 float: left;

}

#ddaMenu li a.ddown {

 background: url(../img/menu_arrow.gif) no-repeat right;
 padding-right: 20px;

}

#ddaMenu li img {

 width: 11px;
 height: 11px;
 vertical-align: top;
 margin: 2px 5px 0 0;

}

#ddaMenu li:hover {

 background-position: 0% -42px;

}

#ddaMenu li a:hover {

 color: #fff;
 background: #fe9900;

}

#ddaMenu li a.ddown:hover {

 background: #fe9900 url(../img/menu_arrow.gif) no-repeat right;

}

#ddaMenu li ul {

 position: absolute;
 top: 24px;
 left: -74px;
 list-style: none;
 margin: 0;
 padding: 0;
 display: none;
 z-index: 9999;
 clear: both;

}

#ddaMenu li ul li {

 clear: left;

}

#ddaMenu li ul li a {

 width: 160px;
 height: 14px;
 color: #fff;
 font-weight: normal;
 text-align: left;
 border: 0;
 background: #063;
 padding: 4px 5px 6px 5px;
 opacity: 0.85;
 display: block;

}

#ddaMenu li ul li div {

 width: 160px;
 color: #fff;
 font-weight: bold;
 text-align: center;
 background: #000;
 border: 0;
 padding: 4px 5px 6px 5px;
 opacity: 0.85;
 display: block;

}

#ddaMenu li:hover ul {

 display: block;

}