#tabhead {
    margin-left: 0px;
    list-style-type:none;                         
}

#tabhead li {
    display: inline;
    font-family: arial, verdana,  sans-serif;
    border:1px #ddd solid;
    background:#eee;
    padding:3px; 
    text-align:center;
    vertical-align: bottom;                       
    font-size:18px;
    height:24px;
    float:left;
    width: 7em;
    text-decoration:none;
    color: #000;
}
                         
#tabhead a {
    color:#000;
}

#tabhead li.spacer {
    background:#fff;
    width:4px;
    border:0px;
    padding:0px;
    border-bottom:1px #ddd solid;
    color:#fff;
    padding-top:7px;                         
}
                         
#tabhead li.spacer.end {
    width:159px;
}
                         
#tabhead li.selected {
    background:#fff;
    color:#333;
    border-bottom:1px #fff solid;
    width:7em;
}

#tabhead li.selected a {
    color:#333;
}
                         
#tabhead li:hover {
    background:#666;
}
                         
#tabhead li:hover a {
    color:#fff;
}
                         
#tabhead li.spacer:hover {
    background:#fff;
}

#tabhead li.selected:hover {
    background:#fff;
}

#tabhead li.selected:hover a {
    color:#000;
}
                             
.site_tab {
    padding:3px;
    border:#ccc 1px solid;
    border-right:#fb6 1px solid;
    border-bottom:0px;
    margin-left:5px;
    background:#fff;
    vertical-align:middle;
    text-decoration:none;
}

.tabToggle {
    padding:3px;
    /*border:#ccc 1px solid;*/
    cursor:pointer;
}

#site_bar a {
    color:#333;
    text-decoration:none;
}

#site_bar a:hover {
    color:#000;
}

.site_tab a:hover {
    background-color:orange;
}
                                
.site_tab img {
    border:1px #fed solid;
    height:20px;
}

.site_tab.group {
    background-color: #fff;
    border-left:0px;
    text-align:center;
    font-size:18px;
}
.site_tab.bottom {
    background-color: #fff;
    border:0px;
    border-top:1px solid #ccc;
    border-right:#fb6 1px solid;
    font-size:0px; 
}
                                
#site_bar {
    border-bottom:0px #ccc solid;
    margin-right:-3px;
    position:relative;
    z-index:2 ;
    font-size:12px;
    font-weight:bold;
}
                                
.site_tab.selected {
    background-color:#fed;
    border:1px solid #fb6;
    border-right:1px solid #fed;
    margin-left:0px;
    font-weight:bolder;
    position:relative;
    z-index:3;
}
                                
.site_tab.selected img {
    border:2px solid #fb6;
}

