.navitem{
	float:left;
	height:30px;
}
.navitem h6{
	margin:0;
	padding:0;
}
.navitem h6:hover{
	height:30px;
	background:url(arrow.gif) bottom center no-repeat;
}
.navitem #current{
	height:30px;
	background:url(arrow.gif) bottom center no-repeat;
}
