/** Top Navigation **/

.chromestyle{
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
}

.chromestyle ul{
    border-top: 1px solid #4b454f;
    background: none;
    padding: 6px 5px 1px 5px;
    _padding: 1px 5px 0px 5px; /* IE HACK */
    margin: 0px;
    text-align: left; /*set value to "left", "center", or "right"*/
    height: 23px;
}

.chromestyle ul li{
    display: inline;
}

.chromestyle ul li.signin{
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}

.chromestyle ul li a:link,
.chromestyle ul li a:active,
.chromestyle ul li a:visited {
    color: #FFFFFF;
    padding: 6px 19px 8px 19px;
    text-decoration: none;
    border-right: 1px solid #f4f4f4;
    height: 100%;
    font-weight: bold;
}

.chromestyle ul li a:hover {
    background: url(/en/images_/nav_bg_selected.gif) center center repeat-x; /*THEME CHANGE HERE*/
    color: #FFFFFF;
    text-decoration: none;
}

.chromestyle ul li a.signin:hover {
    background: none;
    color: #FFFFFF;
    text-decoration: none;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.menu_pad {
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
}

.dropmenudiv {
    position: absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font-weight: normal;
    font-size: 10pt;
    line-height: 25px;
    z-index: 100;
    background-color: white;
    width: auto;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a:link,
.dropmenudiv a:active,
.dropmenudiv a:visited {
    width: auto;
    display: block;
    text-indent: 8px;
    /*border-bottom: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
    padding: 1px 0;
    text-decoration: none;
    font-family: Tahoma;
    color: #333333;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #efefef;
}

.dropmenudiv a.signin:hover{ /*THEME CHANGE HERE*/
    background-color: white;
}

.dropmenudiv a.help:hover{ /*THEME CHANGE HERE*/
    background-color: yellow;
}

.a-nav {
    color: #ffffff;
}
a.a-nav:link,
a.a-nav:active,
a.a-nav:visited {
    color: #ffffff;
    text-decoration: none;
}
a.a-nav:hover {
    color: #ffffff;
    text-decoration: underline;
}

.signinmenudiv {
    position: absolute;
    top: 0;
    border: 1px solid #FDAA40; /*THEME CHANGE HERE*/
    font-weight: normal;
    font-size: 10pt;
    line-height: 25px;
    z-index: 100;
    background-color: white;
    width: auto;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.signinmenudiv ul.signin{
    margin-left: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
