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

#header_law ul
{
	list-style:none;
}

#header_law 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_law 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;
	font-size:10px;
}

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

#Law #Overview #header_law li.Overview,
#Law #Scout_Handbook #header_law li.Scout_Handbook,
#Law #International #header_law li.International,
#Law #Missing_Laws #header_law li.Missing_Laws,
#Law #Scouts #header_law li.Scouts,
#Law #Scout_Master #header_law li.Scout_Master,
#Law #Challenges #header_law li.Challenges,
#Law #Sermons #header_law li.Sermons
{
	background-image: url("images/tab_left_active.gif");
}	

#Law #Overview #header_law li.Overview a,
#Law #Scout_Handbook #header_law li.Scout_Handbook a,
#Law #International #header_law li.International a,
#Law #Missing_Laws #header_law li.Missing_Laws a,
#Law #Scouts #header_law li.Scouts a,
#Law #Scout_Master #header_law li.Scout_Master a,
#Law #Challenges #header_law li.Challenges a,
#Law #Sermons #header_law li.Sermons a
{
	background-image: url("images/tab_right_active.gif");
	background-color:transparent;
//	color:#ffffff;
	color:#005500;
}	

