@charset "UTF-8";


.ddmstyle {
    width: 99%;
    font-weight: normal;
}

.ddmstyle:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.ddmstyle ul {
}

.ddmstyle ul li{
    display: inline;
}

.ddmstyle ul li a{
    color : #fff;
    padding : 4px 7px;
    margin : 0;
    text-decoration : none;
    border-right : solid 1px #03375F;
}

.ddmstyle ul li a:hover{
}

.ddmstyle ul li a[rel]:after { 
/*    content : " v";*/
/*content: " " url(downimage.gif); */
}



.dropmenudiv {
    position : absolute;
    top : 0;
    border : solid 1px #03375F;
    border-bottom-width : 0;
    font-weight : normal;
    font-size : 95%;
    line-height : 18px;
    z-index :100;
    background : #105E9E;
    width : 92px;
    visibility : hidden;
}


.dropmenudiv a {
    width : auto;
    display : block;
    text-indent : 3px;
    border-bottom: solid 1px #03375F;
    padding : 2px 0;
    text-decoration : none;
    font-weight : normal;
    color : #EBE9ED;
}

* html .dropmenudiv a{ /*IE only hack*/
    width : 100%;
}
.dropmenudiv a:link,
.dropmenudiv a:visited {
    color : #EBE9ED !important;
    text-decoration : none !important;
}
.dropmenudiv a:hover,
.dropmenudiv a:active {
    background : #3380CC;
    color : #fff !important;
    text-decoration : none !important;
}

