.indentmenu{
margin: 0;
padding: 0;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;

}

.indentmenu ul li{
display: inline;
margin: 0;
padding: 0;
}

.indentmenu ul li a{
float: left;
text-indent: -99999px; /*darkred divider between menu items*/
margin: 0;
padding: 0;
}

.indentmenu ul li a:visited{
color: black;
}



#posstab {
	background: url(../images/posstab.png) no-repeat;
	width: 225px;
	height: 28px;
	margin: 0 1px 0 0;
	padding: 0;
}

#posstab .selected {
	background: url(../images/posstab1.png) no-repeat;
	width: 225px;
	height: 28px;
}

#posstab:hover {
	background: url(../images/posstab1.png) no-repeat;
	width: 225px;
	height: 28px;
}

#firestab {
	background: url(../images/firestab.png) no-repeat;
	width: 200px;
	height: 28px;
	margin: 0;
	padding: 0;
}

#firestab .selected {
	background: url(../images/firestab1.png) no-repeat;
	width: 200px;
	height: 28px;
}

#firestab:hover {
	background: url(../images/firestab1.png) no-repeat;
	width: 200px;
	height: 28px;
}

