#top-menu{
    float: left;
    width: 750px;
    height: 20px;
    padding: 6px 0 0 30px;
    z-index: 999;
  position: relative;
}
#top-menu *{
    margin: 0;
}
#top-menu ul{
    background: transparent;
}
#top-menu ul li{
    display: inline;
    position: relative;
    float: left;
    height: 22px;
    padding: 0;
    color: #48C4F7;
    line-height: 17px;
    font-size: 13px !important;
    border-right: 1px solid #48C4F7;
    text-align: center
}
#top-menu ul li.out ul{
    display: none;
}
#top-menu ul li.over ul{
    display: block;
}
#top-menu ul li a:link, #top-menu ul li a:visited{
    /*float: left;*/
    padding: 3px 0 0 0;
    line-height: 20px;
    color: #2727D3;
    text-decoration: none;
    font-weight: bold;
    font-family: verdana;
    text-transform: uppercase;
    text-align: center;
}
#top-menu ul li a:hover{
    text-decoration: none;
    color: #FF7300;
}
#top-menu ul li.current a{
    text-decoration: none;
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
#top-menu ul li.current a:hover{
    background-color: #FFFFFF !important;
    color: #000000 !important;
}
#top-menu ul ul{
    position: absolute;
    height: auto;
    left: -1px;
    top: 22px;
    border-bottom: 1px solid #48C4F7;
    border-left: 1px solid #48C4F7;
    border-right: 1px solid #48C4F7;
    background-color: #F3F3F3;
}
#top-menu ul ul li{
    clear: both;
    display: block;
    height: auto;
    border: none;
    width: 100%;
    border-bottom: 1px solid #48C4F7;
    text-align: left;
}
#top-menu ul ul li.last{
    border: none;
}
#top-menu ul ul li a:link, #top-menu ul ul li a:visited{
    float: left;
    background: url(../images/charte/pointer.gif) no-repeat 5px 8px;
    border: none;
    font-size: 11px;
    font-family: verdana;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0 0 0 15px;
    text-align: left;
}
#top-menu ul ul li a:hover{
    background: url(../images/charte/pointer.gif) no-repeat 7px 8px;
    text-decoration: underline;
}