#Navigation{
	float:left;
	/*border: solid 1px silver;*/
	width:205px !important;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:10px;
	border: solid 1px silver;
	margin-top:10px;
	background-image:url(images/navigation_back.gif);
	/*background-color:silver;*/
}

#Navigation a:link{
	text-decoration:underline;color:black;font-weight:bold;
}
#Navigation a:hover{
	text-decoration:underline;color:black;font-weight:bold;
}
#Navigation a:visited{
	text-decoration:underline;color:black;font-weight:bold;
}
#Navigation a:active{
	text-decoration:underline;color:black;font-weight:bold;
}
.Menu{
	margin-top:0px;
	margin-bottom:0px;
}
.Menu Table{
	font-size:10pt;
	margin-top:0px;
	margin-bottom:0px;
	border:1px;
}	
.Menu Table TH{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	background-color: silver;
	height:20px !important;

}
.Menu Table TD{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	width:200px;
	background-color: silver;
	padding-left:3px;
	font-size:8pt;
}
.Menu Table TD:hover{
	background-color: white;
}
.Smallmenu{
	margin:0px;
	padding-left:10px;
	margin-bottom:-2px;
	
}
.Smallmenu TD{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	width:185px;
	padding-left:3px;
	font-size:8pt;
}
.Smallmenu TD:hover{
	background-color:silver;	
}
.Smallmenu TH{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	height:20px;
	width:20px;
}
.UnderSmallmenu{
	margin:0px;
	padding-left:20px;
	margin-bottom:-2px;
}
.UnderSmallmenu TD{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	width:185px;
	padding-left:3px;
	font-size:8pt;
}
.UnderSmallmenu TD:hover{
	background-color:silver;	
}
.UnderSmallmenu TH{
	border:solid 1px #686767;
	border-left-color: white;
	border-right-color: white;
	height:20px;
	width:20px;
}