﻿/* navigation */
table.thirdMenuStatic
{
	font-weight: normal;
    font-size:11px;
    line-height:19px;
    text-align:left;
    color: #fff;
}
.thirdMenuStatic
{
	color: #fff;
	background-color:Transparent;
} 

table.secondMenuStatic
{
	font-weight: bold;
    font-size:11px;
    line-height:19px;
}
.secondMenuStatic
{
	background-color: Gray;
	padding-left:15px;
} 
a.secondMenuStatic, a.secondMenuStatic:link, a.secondMenuStatic:active, a.secondMenuStatic:visited, a.secondMenuStatic:hover
{
	background-color:Transparent;
	background-image:none;
	color:White;
} 
table.nav
{
    /*font-weight: bold;*/
    font-size:11px;
    background-color:Gray;
}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
    display: block;
    height: 100%;
    width: 100%;
    color: White;
    Width: 103px;
}

a.nav:hover
{
    /*color: #bbbc20;*/
    font-weight: bold;
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
    font-weight: bold;
    color: Red;
     height: 100%;
    width: 100%;
    display: block;
    Width: 103px;
}

table.sublevel
{
    
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 3px;
    display: block;
    height: 100%;
    width: 100%;
    color: #197A30;
}

a.sublevel:hover
{
    color: #FFFFFF;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
    font-weight: bold;
    color: #FFFFFF;
}
/* end navigation */