/* horizontal tab navigation */

div.masthead 
	{
	position: absolute; top: 0px; left: 0px; 
	width: 771px; height: 60px; 
	background: url(../gfx/bg_masthead_grey_3.gif) 0 0 repeat-x; 
	border-left: 0;
	}
	
div.masthead p a:hover, div.masthead form a:hover 
	{
	text-decoration: underline;
	}
	
div.masthead ul.navBar 
	{
	position: absolute; bottom: 0; left: 153px; 
	height: 22px; 
	margin: 0; 
	padding: 0;
	}
	
div.masthead ul.navBar li 
	{
	display: block; 
	float: left; 
	height: 22px; 
	background: #4b4b4b url(../gfx/lap_front.gif) 0 0 repeat-x;
	}
	
div.masthead ul.navBar li a 
	{
	display: block; 
	float: left; 
	height: 18px; 
	_height: 22px; 
	padding: 6px 15px 0 10px; 
	font: bold 11px arial; 
	color: #fff; 
	text-decoration: none; 
	text-align: center; 
	background: url(../gfx/lap_back.gif) 100% 0 no-repeat;
	}
	
div.masthead ul.navBar li a:hover 
	{
	color: #E5C45B;
	}

div.masthead ul.navBar li.first 
	{
	background-image: url(../gfx/lap_first.gif);
	}
				
div.masthead ul.navBar li.last a 
	{
	padding-right: 30px; 
	background-image: url(../gfx/lap_last.gif);
	height: 22px;
	}