﻿/* ----- MENU ----- */
#menu
{
    width: 980px;
    margin: auto;
    padding: 5px;
    border: 1px #900 solid;
    background-image: url(../Images/bck_menu.gif);
    background-repeat: repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}
.ddsmoothmenu {font: bold 12px Arial;background: transparent;}
.ddsmoothmenu ul li a {background: transparent;border-bottom:none;border-right:1px solid #FC0;padding: 8px 6px;text-align:left;}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {background: #900 !important;}
.ddsmoothmenu ul li ul li a {background: #900;font: normal 12px Arial;border-bottom:1px solid #F90;padding: 8px;margin:0;min-width:250px}
.ddsmoothmenu ul li ul li a:hover {text-decoration:underline}