﻿.tabs .tab
{
    float: left;
    margin-right: 0.2em;
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #d0d0d0;
    background-color:#ddd;
    background-image:url(Images/grid.png);
    padding: 0.4em 0.5em 0.3em 0.5em;
    height:1.4em;

    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.tabs .tab a
{
    text-decoration:none;
}