@charset "utf-8";
/*
  Date: 2008 February 05
  By:   Dennis A. Marcelo
	
  Kan Pacific Saipan
  This file contain the Cascading Style Sheets (CSS) for all the tab in this website
*/

#tab {
	background: #FFF url("tab.gif") top left repeat-x; 
	font-family: "Lucida Grande", Verdana, sans-serif; 
	font-size: 0.8em; 
	font-weight: bold; 
	height: 43px; 	
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%; 	
}

#tab li { 
	display: block; 
	float: left; 
	margin: 0 0 0 5px; 
}

#tab li a { 
	color: #777; 
	display: block; 
	float: left; 
	height: 43px; 
	line-height: 200%; 
	padding: 8px 15px 0; 
	text-decoration: none; 
}

#tab li a:hover { 
	color: #333; 
}

#tab li a.tabcurrent { 
	background: #FFF url("tabselected.gif") top left repeat-x; 
	color: #FFF; 
	padding: 5px 15px 0; 
}