/**************************************************************/
/* Basic code - don't modify */
/**************************************************************/
 
.droppy {
    display  : block ;
    margin   : 0 ;
    padding  : 0 ;
    position : relative ;
}

.droppy li { 
    display    : block ;
    list-style : none ;
    margin     : 0 ;
    padding    : 0 ;
    float      : left ;
    position   : relative ;
}

.droppy a { 
    display : block ;
}

.droppy ul { 
    display  : none ;
    position : absolute ;
    left     : 0 ;
    margin   : 0 ;
    padding  : 0 ;
}

* html .droppy ul { 
    line-height : 0 ;
} /* IE6 "fix" */

.droppy ul a { 
    zoom : 1;
} /* IE6/7 fix */

.droppy ul li { 
    float : none ;
}

.droppy ul ul { 
    top : 0 ;
}


/**************************************************************/
/* Everything else is theming */
/**************************************************************/

.droppy { 
    clear            : left ;
    background-color : none ;
    font-size        : 12px ;
    font-weight      : bold ;
    color            : #FFFF00 ; 
    line-height      : 170% ;
    width            : 700px ;
    height           : 15px ;
    margin           : 7px auto 0px 90px ;
    padding          : 0px ;
    list-style       : none ;
}

.droppy a {
    color           : #FFFF00 ;
    display         : block ;
    text-decoration : none ;
    padding         : 0px ;
    width           : 120px ;
    height          : 18px ;
}

.droppy a:visited {
    color           : #FFFF00 ;
    text-decoration : none ;
    border-bottom   : none ;
}

.droppy a:hover {
    color            : #FF0000 ;
    background-color : #FFFF00 ;
    text-decoration  : none ;
    font-size        : 14px ;
}

.droppy li { 
    float            : left ;
    background-color : none ;
    margin-right     : 35px ;
    padding-top      : 0px ;
    margin-left      : 0px ;
    border           : 3px outset #FFFF00 ;
    text-align       : center ;
    width            : 120px ;
    height           : 18px ;
    margin-top       : 7px ;
}

/********************************/

.droppy ul { 
    background-image : url(../image/background_star.gif) ;
    left             : -3px ;
    top              : 21.3px ;
}
 
.droppy ul li {
    margin-right : 0px ;
    margin-top   : 0px ;
    width        : 141px ;
    border       : 3px outset #00FF00 ;
}

.droppy ul a {
    color           : #00FF00 ;
    display         : block ;
    text-decoration : none ;
    padding         : 0px ;
    width           : 141px ;
    height          : 18px ;
}

.droppy ul a:visited {
    color           : #00FF00 ;
    text-decoration : none ;
    border-bottom   : none ;
}

.droppy ul a:hover {
    color            : #FF0000 ;
    background-color : #00FF00 ;
    text-decoration  : none ;
    font-size        : 13px ;
}

/********************************/

.droppy ul ul { 
    background-image : url(../image/background_star.gif) ;
    top              : -3.0px ;
    left             : 144px ;
}

.droppy ul ul li {
    margin-right : 0px ;
    margin-top   : 0px ;
    width        : 141px ;
    border       : 3px outset #00FFFF ;
}

.droppy ul ul a {
    color           : #00FFFF ;
    display         : block ;
    text-decoration : none ;
    padding         : 0px ;
    width           : 141px ;
    height          : 18px ;
}

.droppy ul ul a:visited {
    color           : #00FFFF ;
    text-decoration : none ;
    border-bottom   : none ;
}

.droppy ul ul a:hover {
    color            : #FF0000 ;
    background-color : #00FFFF ;
    text-decoration  : none ;
    font-size        : 12px ;
}

/**************************************************************/
/**************************************************************/