body {
	background-color: #669966;
	background-image: url(images/bg_navi.jpg);
	background-repeat: repeat-y;
}
td.NaviTable {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	height: 18px;
	line-height: 18px;


}
tr.NaviTable{
	height: 18px;
}

a:link{
	color: #ffffff;
	text-decoration: none;

}
a:visited{
	color: #ffffff;
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	background-color: #000066;
	width:100%;
	


}
