.ddsmoothmenu
{
  
padding:2px 0 0 0;

}

.ddsmoothmenu ul
{
   z-index: 100;
    padding-bottom: 0px;
    list-style-type: none;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}

/*Top level list items*/
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
    text-align: left;
    
}


.ddsmoothmenu ul li .wBg
{
    background: none;
    padding: 9px 10px 10px 7px;
    display: block;
    text-decoration: none;
}




.ddsmoothmenu ul li .wBg:hover
{
    padding: 9px 10px 10px 7px;
    color: #fff;
 background:#666666;
}


.ddsmoothmenu  ul li .wBg#active
{
   
  
    list-style: none;
}



.ddsmoothmenu UL LI A
{
    display: block;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
 
    
}

* html .ddsmoothmenu ul li a
{
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
    
}


.ddsmoothmenu UL LI A:link
{
    color: #fff;
       font-weight: bold;
}
.ddsmoothmenu UL LI A:visited
{
    color: #fff;
}

.ddsmoothmenu UL LI A
{
    color: #fff;
}

.ddsmoothmenu UL LI A.selected
{
    background:#666666;
    color: #fff;
    list-style: none;
}



/* Main menu styles */
.ddsmoothmenu ul li a:hover
{
    color: #fff;
    text-decoration: none;
    
}


.ddsmoothmenu UL LI:hover
{
   
    
    list-style: none;
}


.ddsmoothmenu UL LI UL LI A.selected
{
   
    
    
    list-style: none;
}


.ddsmoothmenu UL LI UL LI A:hover
{
    
     background:#000;
    color: #fff;
    list-style: none;
}


.ddsmoothmenu UL LI UL LI:hover
{
  
    list-style: none;
}



/*1st sub level menu*/
.ddsmoothmenu ul li ul
{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li
{
     text-align: left;
    padding-bottom: 0px;
    display: list-item;
    float: none;
    list-style: none;
    text-decoration: none;
    padding-top: 0px;
  
}
.ddsmoothmenu ul li ul li ul
{
    top: 0;

}
.ddsmoothmenu ul li ul li a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration:none;
    width:auto; /*width of sub menus*/
    padding: 4px;
    margin: 0;
    border-bottom: 1px solid #FFFFFF;
     background:#666666;
     
    
    
}

.f-left
{
    float: left !important;
}
.swidth
{
    width: 200px;
}


/* Sub menu styles of about ntm */
.menuabout LI
{
    width: 158px;
}

/* Sub menu styles of database */
.menudata LI
{
    width: 158px;
}


/* Sub menu styles of Translation Process */
.menutp LI
{
    width: 200px;
}

/* Sub menu styles of Translator Education */
.menute LI
{
    width: 200px;
}

/* Sub menu styles of events */
.menuevents LI
{
    width: 158px;
}

/* Sub menu styles of resources */
.menuresources LI
{
    width: 158px;
}

/* Sub menu styles of Information */
.menuinfo LI
{
    width: 158px;
}


/* Sub menu styles of media */
.menumedia LI
{
    width: 158px;
}


.ddshadow
{
    position: absolute;
    width: 0px;
    height: 0px;
    top: 0px;
    left: 0px;
}
.toplevelshadow
{
    opacity: 0.8;
}
