
div.hoverBtn {
	position: 		relative;
	float:			left;
	background:		url(images/nav-bg.jpg) repeat-x 0 0 scroll;
	border-right: dashed 1px #a80000;
}
div.hoverBtn a {
	position: 		relative;
	z-index: 		2;
	display: 		block;
	width: 			140px;
	height: 		36px;
	line-height: 		30px;
	text-align: 		center;
	font-size:		15px;
	text-decoration:	none;
	color:			#fff;
	background:		transparent none repeat-x 0 0 scroll;
	font-weight:bold;
	font-family:Trebuchet ms,Arial, Helvetica, sans-serif;
}
div.hoverBtn div {
	display:		none;
	position: 		absolute;
	z-index: 		1;
	top: 			0px;
	background:		white url(images/nav-bg-hover.jpg) repeat-x 0 0 scroll;
}

.clear	{ clear: both; }


#current {
background:url(images/nav-bg-hover.jpg) repeat-x;
}
