#GlobalHeader {
    padding:5px 10px 0 0;
    height:24px;
    line-height:24px;
    text-align:center;
    background-color:#F4F3F2;
    border-bottom:1px solid #cccccc;
}
#GlobalHeader td a {
text-decoration:none;
}
.AnalogSelect {
    position:absolute;
    z-index:9999999;
    margin-top:1px;
    margin-left:-40px;
    width:97px;
    height:17px;
    text-align:left;
    font-size:12px;
}
.AnalogSelect iframe {
    margin:0;
    position:absolute;
    z-index:-1;
    width:97px;
    height:17px;
}
.AnalogSelect span {
    padding-left:15px;
    width:97px;
    height:17px;
    line-height:17px;
    display:block;
    text-align:left;
    border:1px solid #A0A0A0;
    background-repeat:no-repeat;
    background-position:center center;
    cursor:pointer;
}
.AnalogSelect ul {
    margin:1px 0 0 0;
    padding:5px 0;
    width:97px;
    border:1px solid #A0A0A0;
    list-style-type:none;
    display:none;
}
.AnalogSelect ul li {
    height:18px;
    line-height:18px;
    text-align:left;
    overflow:hidden;
}
.AnalogSelect ul li a {
    padding:0 5px;
    display:block;
    width:100%;
    height:100%;
    color:#000000;
    text-decoration:none;
}
.AnalogSelect ul li a:hover {
    color:#ff0000;
    background-color:#205AA7;
}
.AnalogSelect ul li.separator {
    margin:0 5px 0 5px;
    height:1px;
    line-height:1px;
    border-top:1px dotted #A0A0A0;
}