﻿/* navigation */
table.nav
{
    border: 0;
    margin: 0;
    
background-color: Transparent;
}

table.nav td
{

text-align:center;
font-size:17px;
font-family:Impact;

padding-top: 3px;
width:180px;
height:40px;
    background: Transparent url(_images/btn_lo-trans.png) no-repeat top left;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
}

table.nav_selected
{
    background: Transparent url(_images/btn-trans.png) no-repeat top left;
color: #FFFFFF;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    
}

table.sublevel
{
    border: 0;
    margin: 0;
    padding: 0;
background-color: Transparent;
z-index: 1000; 
    
}


.IE8Fix 
{ 
    z-index: 1000; 
}

table.sublevel td
{
text-align:center;
font-size:17px;
font-family:Impact;

width:180px;
height:40px;
    background: Transparent url(_images/btn_lo-trans.png) no-repeat top left;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    display: block;
    height: 100%;
    width: 100%;
    color: #FFFFFF;
}

table.sublevel_selected
{
    
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
}
/* end navigation */
