/* CSS Document */

.indentmenu{
	overflow: hidden;
	font-family: Arial;
	font-size: 13px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid #564c66;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
	background-color: black;
	background-image: url(images/indentbg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: white !important;
	background-color: black;
	background-image: url(images/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}


