.menu
{
    float: left;
   padding-left:15px;
    font-size: 12px;
    font-family: Tahoma, Geneva, sans-serif;
    height: 29px;
    
   
}

.btn
{
    margin: 0px;
    padding: 0px;
    width: 100px;
    height: 29px;
}

.btn a:link, .btn a:visited
{
    font-size: 12px;
    display: block;
    width: 100px;
    height: 29px;
    border: none;
    text-decoration: none;
    color: #124d7e;
    line-height: 30px;
    padding: 0px;
    background: #FFF;
    background: url(../images/menu.jpg) no-repeat;
    font-weight: bold;
}

.btn a:hover, .menu .btn a:active
{
    font-size: 12px;
    display: block;
    width: 100px;
    height: 29px;
    border: none;
    text-decoration: none;
    color: #124d7e;
    line-height: 30px;
    padding: 0px;
    background: url(../images/menu_hover.jpg) no-repeat;
    font-weight: bold;
}
.menu .btn a.current
{
    color: #FFF;
    background: url(../images/btncurrent.jpg) no-repeat;
    width: 100px;
    text-align: center;
    height: 39px;
    display: block;
    margin-top: -4px;
    line-height: 35px;
}

.menu .btn a.current:hover
{
    cursor: default;
}
.text
{
    width: 68px;
    float: left;
    text-align: center;
}
.textrent
{
    width: 66px;
    float: left;
    text-align: center;
}
.arrow
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;

}
.arrowrent
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;
}
.arrowVehicles
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;

}
.arrowCustomer
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;

}
.arrowReports
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;
    
}
.arrowSetting
{
    float: left;
    margin-top: 14px;
    padding-left: 20px;
    
}
