/* TOP menu */
#naviset_dropdown {
 /*width:720px;*/
 position:absolute;
 top:220px;
 left:253px;
 text-align:left;
}

.ddsmoothmenu ul li a {
  background: url('../_img/button.jpg') transparent no-repeat right 0;
}
.ddsmoothmenu ul li a:hover,
.ddsmoothmenu ul li.full_naviset_actual a,
.ddsmoothmenu ul li a.selected {
  background: url('../_img/button-hover.jpg') transparent no-repeat right 0;
}


/* DOWN menu */
.down_menu {
 width:990px;
}    

.down_menu li {
 font-size:13px;
 list-style-type: none;
 margin:10px 4px 0 0;
 float:left;
}

.down_menu a:link, .down_menu a:active, .down_menu a:visited {
 color:#888;
 text-decoration:underline;
 padding:0 4px 0 0;
 display:block;
 float:left;
}

