
/*----------| MSC Adriatics Navbar |----------*/

#topnavtabs {
    font:normal 13px tahoma;
    margin:0px 0px 0 0px;
    text-align:left;
    width:90px
}

*html #topnavtabs {
    font:normal 13px tahoma;
    margin:2px 0px 0 0px;
    text-align:left;
    width:90px
}

#topnavtabs ul {
    list-style:none;
    margin:0;
}

#topnavtabs li {
    display:inline;
    margin:0;
    padding:0;
    text-indent:12px;
}

#topnavtabs a {
    background:url("../images/bullet_grey.jpg") top left no-repeat;
    background-position: left 0px;
    cursor:hand;
    float:left;
    height:20px;
    padding:0px 0px 0px 10px;
    text-decoration:none;
}

*html #topnavtabs a {
    background:url("../images/bullet_grey.jpg") top left no-repeat;
    background-position: left 0px;
    cursor:hand;
    float:left;
    height:20px;
    padding: 0px 0px 0px 10px;
    margin-bottom: -3px;
    text-decoration:none;
}

#topnavtabs a span {
    background:url("../images/topnavtabright.jpg") top left no-repeat;
    background-position: left -3px;
   	width:119px;
    color:#4f4f4f;
    cursor:hand;
    display:block;
    float:left;
    height:23px;
    padding:0 1px 0 0;
    margin-left:5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navtabs a span {
    float:none;
}
/* End IE5-Mac hack */

#topnavtabs a:hover span {
    background:url("../images/topnavtabright2.jpg") top right no-repeat;
    background-position: left 0px;
    color:#a7c03c;
}

#topnavtabs a:hover {
    background:url("../images/bullet_blue.jpg") top left no-repeat;
    background-position: left 0px;
}

#topnavtabs li#active a  {
    background:url("../images/bullet_blue.jpg") top left no-repeat;
    background-position: left 0px;
}

#topnavtabs li#active a span {
    background:url("../images/topnavtabright3.jpg") top right no-repeat;
    background-position: left -3px;
    color:#4f4f4f;
}



/*----------| MSC Adriatics Subnavtabs |----------*/

ul#subnavlist {
    list-style:none;
    padding:0;
    text-align:left;
    margin-left:5px;
}

ul#subnavlist li {
    display:block;
    margin:0;
    padding:0;
}

ul#subnavlist li a {
    border-top:1px dotted #d7d7d7;
    color:#007ea7;
    display:block;
    padding:0.6em 0 0.6em 20px;
    text-decoration:none;
}

#subnavcontainer>ul#subnavlist li a {
    width:auto;
}

ul#subnavlist li#active a {
    background:#ffffff;
    color:#007ea7;
    font-weight:bold;
}

ul#subnavlist li a:hover, ul#subnavlist li#active a:hover {
    background:#ffffff;
    color:#007ea7;
}





