table.header{
	width:100%;
	background-color:#000000;
	color:#FFFFFF;
}

table.header td{
	font-size:10px;
	vertical-align:center;
}

table.header td.intro{
	border-bottom:solid 1px #6D4A20;
	height:18px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:2px;
	vertical-align:bottom;
}

table.header td.menu{
	background-image:url("../img/menu_bg.jpg");
	height:28px;
	vertical-align:center;
	font-size:11px;
	font-family:'tahoma';
	cursor:hand;
}

table.header a:link{
	color:#FFFFFF;
	text-decoration:none;
}

table.header a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

table.header a:hover{
	color:#9EB421;
	text-decoration:none;
}