#header {
	width: 526px;
	height:28px;
	position:relative;
	background-image: url(./media/btnBg.gif);
	margin:0 0 0 10px;
	padding: 0px;
}

#header2 {
	width: 152px;
	height:28px;
	position:relative;
	background-image: url(./media/btnBg.gif);
	margin:0 0 0 10px;
	padding: 0px;
}

#header3 {
	width: 226px;
	height:28px;
	position:relative;
	background-image: url(./media/btnBg.gif);
	margin:0 0 0 10px;
	padding: 0px;
}

#header ul, #header2 ul, #header3 ul {

	list-style-type: none;
	text-align: left;
	display: inline;
	margin: 0px;
}

#header2 ul li {
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

#header ul li, #header3 ul li {
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0px;
}

#header2 ul li a {
	background: url(./media/btnBg.gif) no-repeat left top;
	text-decoration: none;
	border: none;
	float: left;
	font-size: 10px;
	color: #000000;
	width: 75px;
	height: 23px;
	margin: 0;
	padding: 5px 0 0 0;
}

#header ul li a, #header3 ul li a {
	background: url(./media/btnBg.gif) no-repeat left top;
	text-decoration: none;
	border: none;
	float: left;
	font-size: 10px;
	color: #000000;
	width: 75px;
	height: 23px;
	margin: 0;
	padding: 5px 0 0 0;
}

#header a:hover, #header2 a:hover, #header3 a:hover {
	text-decoration: none;
	border: none;
	background: url(./media/btnBg.gif) no-repeat 0px -30px;
}

.onBg{
	text-align: center;
	background: url(./media/btnBg.gif) no-repeat 0px -30px;
	border: none;
	float: left;
	font-size: 10px;
	color: #000000;
	width: 75px;
	height: 23px;
	margin: 0;
	padding: 5px 0 0 0;
	}
