/* MENU.CSS */
.dd         {position:absolute; margin-top:0; padding-top: 0; top: 0; text-align:left; text-decoration: none; z-index:100; width: 200px; visibility: hidden;}  /*line-height:18px; */
.dd a       {width: auto; display: block; padding: 3px 0; padding-left: 10px; text-decoration: none; color: #121749; font-family:Arial, sans-serif; font-size:95%; background-color: #fff; outline: none; border: 1px solid #aaa; border-top: none; border-bottom: none;}
.dd a.old   {width: auto; display: block; text-indent: 5px; padding: 3px 0; padding-left: 7px; text-decoration: none; color: #121749; font-family:Arial, sans-serif; font-size:85%;  background: transparent url(../gfx/bg_sub.png) -200px 0 repeat-y; outline: none;} /* behavior: url(iepngfix.htc); */
.dd a:hover {text-decoration: underline;}

.dd span.top {display: block; width: 198px; height: 8px; background-color: #fff; border: 1px solid #aaa; border-bottom: none;}
.dd span.bot {display: block; width: 198px; height: 8px; background-color: #fff; border: 1px solid #aaa; border-top: none;}

.dd span.top-old {display: block; width: 180px; height: 14px; background: transparent url(../gfx/bg_sub.png) -13px 0 no-repeat; behavior: url(/css/iepngfix.htc);} /*behavior: url(iepngfix.htc);*/
.dd span.bot-old {display: block; width: 180px; height: 14px; background: transparent url(../gfx/bg_sub.png) -385px 0 no-repeat; behavior: url(/css/iepngfix.htc);}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}