
ul.tab {
	background:#fff;
	height:18px;
	voice-family: "\"}\"";
	voice-family: inherit;
    margin:2px;
    margin-bottom: 0;
    padding: 0px 10px 0 4px;
    list-style:none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
ul.tab img { vertical-align: middle; }
html>body ul.tab {
	height:20px;
}

ul.tab li {
    float:left;
    background:url("/images/tabs/tab_left.gif") no-repeat left top;
    margin:0;
    white-space: nowrap;
    font-size:8pt;
    padding:0 0 0 9px;
}
ul.tab li a {

    float:left;
    display:block;
    background:url("/images/tabs/tab_right.gif") no-repeat right top;
    padding: 2px 12px 2px 3px;
    text-decoration:none;
    font-weight:bold;
    color: #494949; 
}

ul.tab li.selectedtab {
    background-image:url("/images/tabs/tab_left_on.gif");
}
ul.tab li.selectedtab a {
    background-image:url("/images/tabs/tab_right_on.gif");
    color:#333;
}
ul.tab li.disabled a {
    color:#CCCCCC;
}
ul.tab li.home
{
    padding-left: 0;
    background-image:none;
}
ul.tab li.home img { border: 0; }
ul.tab li.home a
{
    padding: 2px 4px 2px 2px;
    background-image:none;
    font-weight: normal;
}
