﻿/* navigation */
table.nav td
{
    border-right: solid 1px #999999;
    text-align:center;
	width :100px;
	height :100%;
	display :block;
	
}
table.nav td:hover
{
	display :block;
	height : 100%;
	width : 100px;
	
	}

a.nav, a.nav:link, a.nav:active, a.nav:visited, a.nav:hover
{
	display: block;
	height: 100%;
	width: 100%;
	color: #F00;
}

a.nav:hover
{
	color: #000;
	font-weight:bold;	
}

a.nav_selected, a.nav_selected:link, a.nav_selected:active, a.nav_selected:visited, a.nav_selected:hover
{
	color: #000;
	font-weight:bold;
}

div.sublevelwrapper
{
	border-right: solid 1px #000000;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
	background-color: #00F;
	z-index:1;
}

a.sublevel, a.sublevel:link, a.sublevel:active, a.sublevel:visited, a.sublevel:hover
{
    padding: 3px;
    display: block;
    height: 100%;
    width: 100%;
    color: #ffffff;
}

a.sublevel:hover
{
	color: red;
	background-color: #FFF;
}

a.sublevel_selected, a.sublevel_selected:link, a.sublevel_selected:active, a.sublevel_selected:visited, a.sublevel_selected:hover
{
	font-weight: bold;
	color: #F00;
}
/* end navigation */
