/* CSS Document */


table.TopNavi
{
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#000000;
	border-top:3px solid  yellow;
	border-left:3px solid yellow;
	border-right:3px solid black;
	min-width:900px;
}
table.TopNavi td.left div
{
	width:18px;
	height:70px;

	background-repeat:no-repeat;
	background-position:top left;
}
table.TopNavi td.right div
{
	width:18px;
	height:70px;

	background-repeat:no-repeat;
	background-position:top right;
}
table.TopNavi td.navi
{
	width:100%;
	height:70px;

	background-repeat: repeat-x;
	background-position:top;
	vertical-align:middle;
	text-align:right;
}


table.TopNavi td.navi a
{
	display:inline-block;
	margin-left:5px;
	height:25px;
	color: #99FF33;
	background-image:none;
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/pics/star.GIF);
	border:0px solid red;
	padding-top:7px;
	text-decoration:none;
}
table.TopNavi td.navi a:hover
{
	background-image:url(/pics/star_anim.GIF);
	color:#FFFF00;
	text-decoration:none;
}
