/* ================================================================ 
   This copyright notice must be untouched at all times.
   
   The original version of this stylesheet and the associated (x)html
   is available at http://www.cssplay.co.uk/menus/final_drop.html
   Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
   This stylesheet and the associated (x)html may be modified in any 
   way to fit your requirements.
   =================================================================== */

#sddm {	
    float:right;
    height:32px; 
    margin:8px 0 0 0; /* First number controls the top margin*/
    padding:2px 0;
    position:relative; 
    z-index:100;
    list-style:none;
}

#sddm li
{
    font-size: 18px;
    margin: 0 0 0 26px;
    padding:0;
    width: 120px;
    display: inline;
    float: left;
    color: #8f8f8f;
    border-bottom: solid 2px #b9b6b4;
}


#sddm li a, #sddm li a:link, #sddm li a:visited {	
    display:block;
    text-decoration:none; 
    color:#8f8f8f; 
    width:120px; 
    line-height:24px; 
}

#sddm li a:hover
{
    color: #e97004;
}

#sddm div {
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
}

#sddm div a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0px 0px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
}

#sddm div a:hover {	
    color:#e97004;
}

/* defining the active class */
#sddm li.current {
    color:#e97004;
    border-bottom: solid 2px #E97004;
}

