.toolbar_item {
        text-decoration: none;
        background-image: none;
        color: #FFFFFF;
        height: 27px;
        line-height: 27px;
        text-align: center;
        display: block;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
        border-right: 1px solid #d2a3a3;
        border-left: 1px solid #670404;        
        float: left;
        z-index: 255;
}

.toolbar_item:visited {
        text-decoration: none;
        color: #FFFFFF;
}

.toolbar_item:hover {
        padding-left: 8px;
        padding-right: 8px;        
        color: #DDDDDD;
}

.toolbar_itemv {
        text-decoration: none;
        background-image: none;
        color: #FFFFFF;
        height: 27px;
        line-height: 27px;
        text-align: center;
        display: block;
        font-size: 12px;
        font-weight: bold;        
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 0px;
        float: right;
        z-index: 255;
}

.toolbar_itemv:visited {
        text-decoration: none;
        color: #FFFFFF;
}

.toolbar_itemv:hover {
        padding-left: 10px;
        padding-right: 10px;        
        color: #DDDDDD;
}

h1, body {
font-family: verdana;
font-size: 12px;
background-color:#244366;
background-image: url('');
background-repeat: repeat-x;
}
