.tab_active
{
 color: #000000;
 border: solid 1px black;
 padding: 1px 8px 2px 8px;
 margin: 0px 4px 2px 0px;
 font-size: 11px;
 background-color: #CBCBFF;
 text-decoration: none;
 font-weight: bold;
 color: #000000;
 font-family: Tahoma;
}

.tab_inactive
{
 color: #000000;
 border: solid 1px black;
 padding: 1px 8px 2px 8px;
 margin: 0px 4px 2px 0px;
 font-size: 11px;
 background-color: #FFDD47;
 text-decoration: none;
 font-weight: bold;
 color: #000000;
 font-family: Tahoma;
}

.nav_top {
	width: 100%;
	border-bottom: 1px solid black;
	padding: 2px 0px 2px 2px;
}

.nav_bottom {
	width: 100%;
}

.nav_bottom_text {
	font-size: 9px;
}

.nav_sidebar {

	background-color:#E8E8E8;
	border-right: 1px solid #A3A3A3;
}

.nav_side {
	padding: 5px;
}

.nav_side_text {
	font-size: 11px;
	color:#000095;
	margin-bottom:5px;
}
	
.nav_side_title {
	background-color: #CBCBFF;
	font-weight: bold;
	padding: 3px;
	margin-bottom:8px;
}

.nav_side_active {
	border: 1px solid #333388;
	padding: 2px;
	margin: 4px;
	background-color: white;
}

.nav_side_inactive {
	border: 1px dotted #cccccc;
	padding: 2px;
	margin: 4px;
}
