#navbar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navbar li {
	background-image: url(../images/button-two-color.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 140px;
}
#navbar li a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	height: 20px;
	width: 140px;
	text-align: center;
	padding-top: 10px;
	margin: 0px;
}
#navbar li a:hover {
	color: #FF3300;
}
/* 	#navbar a:active 
	display the current tab */
#navbar li a#current {
	color: #000000;
	background-image: url(../images/button-two-color.gif);
	background-repeat: no-repeat;
	background-position: 0px -40px;
	/*	line to cover gap between tab and picture */
	border-bottom-width: 1px;
	border-bottom-color: #99CCFF;
	height: 20px;
	width: 140px;
	margin: 0px;
	padding: 10px 0px 0px;
}


#navbar {
	height: 30px;
}

