#header
{
//	border-bottom: 2px solid #3b3bb8;
	border-bottom: 2px solid #003300;
	height:27px;
	margin: 12px 0 0 0;
}

#header ul
{
	list-style:none;
}

#header li
{
	float:left;
	background-image: url("images/tab_left.gif");
	background-repeat:no-repeat;
	margin: 0 2px 0 0;
	padding: 0 0 0 7px;
}

#header a
{
	float:left;
	display:block;
	background-image: url("images/tab_right.gif");
	background-repeat:no-repeat;
	background-position: right top;
	padding: 0.2em 10px 0.2em 0;
	text-decoration:none;
	font-weight:bold;
//	color:#333366;
	color:#003300;
}

#header a:hover
{
	color:#ffffff;
}

#Introduction #header li.Introduction,
#Law #header li.Law,
#Scouts #header li.Scouts,
#Others #header li.Others,
#Contests #header li.Contests
{
	background-image: url("images/tab_left_active.gif");
}	

#Introduction #header li.Introduction a,
#Law #header li.Law a,
#Scouts #header li.Scouts a,
#Others #header li.Others a,
#Contests #header li.Contests a
{
	background-image: url("images/tab_right_active.gif");
	background-color:transparent;
//	color:#ffffff;
	color:#005500;
}	
