.nav_tab
{
    padding-right: 0px;
    padding-left: 0px;
    display: block;
    font-size: 14px;
    background-image: url('/images/tabs/tab_not_active.gif');
    padding-bottom: 4px;
    width: 125px;
    height:24px;
   /*color: #E17009;*/
    color: white;
    margin-right: 1px;
    padding-top: 4px;
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
}

.nav_tab:hover
{
    font-size: 14px;
   /* background-image: url('/images/tabs/tab-active.png');*/
    color: #2E6E9E;
    text-decoration: none;
}

.nav_tab_selected
{
    padding-right: 0px;
    display: block;
    padding-left: 0px;
    font-size: 14px;
    background-image: url('/images/tabs/tab_active.png');
    padding-bottom: 4px;
    width: 125px;
    height:24px;
   /* color: #2E6E9E;*/
    color: white;
    margin-right: 1px;
    padding-top: 4px;
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    
}

.nav_tab_selected:hover
{
	display: block;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 4px;
    padding-top: 4px;
    width: 125px;
    height:24px;
    font-size: 14px;
  /*  color: #2E6E9E;*/
     color: white;
    margin-right: 1px;
    background-repeat: repeat-x;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

