
.topbar {
	background-color: #000000;
}

.csstopnav {
    display: block;
    position:relative;
    font-family:  arial, verdana, helvetica, sans-serif;
    background-image: url('../images/b5_over.gif');
    background-repeat: no-repeat;
    font-size: 11px;
    width: 80px;
    height: 20px;
    margin: 0; 
    margin-bottom:0px;
    padding: 0;
    PADDING-LEFT: 0px 
}
.csstopnav a:link {
    display: block;
    color: #FFFFFF;
    font-size: 11px;
    FONT-WEIGHT: bold;
    width: 80px;
    height: 20px;
    float: center;
    margin: 0;
    padding: 0; 
    text-decoration: none; 
}
.csstopnav a:link:hover {
    display: block;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: none;
    width: 80px;
    height: 20px;
    display: block;
    float: center;
    margin: 0;
    padding: 0;  
}

.csstopnav img {
    width: 80; 
    height: 100%; 
    border: 0; 
}
.csstopnav a:hover {
    visibility: visible;
    color: #FFFFFF;
    font-size: 11px;
    FONT-WEIGHT: bold;
    text-decoration: underline;
}
.csstopnav a:hover img{
    visibility: hidden
}
.csstopnav a:visited {
     visibility: visible;
     color: #FFFFFF;
     FONT-WEIGHT: bold;
     text-decoration: underline;
}
/*.csstopnav a:visited img{visibility:visible}*/
.csstopnav span {
    position: absolute;
    font-size: 11px;
    FONT-WEIGHT: bold;
    left: 20px;	
    top: 3px;	
    margin: 0;	
    cursor: hand;
}

