﻿#tabsE
{
    float: none;
    font-size: 9pt;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: normal;
    border-top: solid 4px #c84600;
    background-color:#c84600;
    border-left: solid 4px #c84600;
    margin-left: 22px;
    margin-right: 24px;
}
#tabsE ul
{
    margin: 0;
    padding:  0px;
    list-style: none;
    height: 24px;
}
#tabsE li
{  
    display: inline;
    margin: 0;
    padding: 0;
}
#tabsE a
{
    float: left;
    background: url('http://www.mongoliantemple.com/CSSs/tableftE.gif') no-repeat left top;
    margin: 0;
    padding: 0 0 0 0px;
    text-decoration: none;
}
#tabsE a span
{
    float: left;
    display: block;
    background: url('http://www.mongoliantemple.com/CSSs/tabrightE.gif') no-repeat right top;
    padding: 5px 5px 4px 6px;
    color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsE a span
{
    float: none;
}
/* End IE5-Mac hack */

#tabsE a:hover span
{
    color: #FFF;
}
#tabsE a:hover
{
    background-position: 0% -42px;
}
#tabsE a:hover span
{
    background-position: 100% -42px;
}
