body {
	background-color: #000000;
	background-image: url(background-navigation.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}

.tabelcel
{
	background-color: #70c067;
	height: 20px;
	padding: 0;
	text-align: center;
	border:#FFFFFF 1px outset;
}

.tabelcel a
{
	font-family:Maiandra GD, Trebuchet MS;
	font-size:14px;
	font-weight:100;
	color: #006633;
	text-decoration: none;
}

.tabelcel a:hover
{   
   	color: #ffffff;
	
}

.tabelcel a:active
{
	color: #FFffff;
}

.tabelcelb
{
	background-color: 70c067;
	height: 20px;
	padding: 0;
	text-align: center;
	border:#FFFFFF 1px outset;
}

.tabelcelb a
{
	font-family:Maiandra GD, Trebuchet MS;
	font-size:14px;
	font-weight:100;
	color: #006633;
	text-decoration: none;
}

.tabelcelb a:hover
{   
   	color: #ffffff;
	cursor: default;
	
}

td.subtabelcel
{ 
   height: 15px;
   padding: 0;
   text-align: center;
   border:#FFFFFF 1px outset;
}

table.subtabelcel
{
	font-size:100%;
	position: absolute;
	visibility:hidden;
	border:0; 
}

.subtabelcel a
{
   	font-family:Maiandra GD, Trebuchet MS;  
	font-size:12px;        
	font-weight:100;
	color: #006633;
	text-decoration: none;
}

.subtabelcel a:hover
{
   color: #FFFFFF;
	display:block;
	width:100%;
	height:100%;
	background-color: #88CC88;
}

.subtabelcel a:active
{
	color: #FFffff;
	display:block;
	width:100%;
	height:100%;
	background-color: #88cc88;
}


