/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.indentmenu {
	font:				bold 13px Arial;
	width:				100%;
}
.indentmenu ul {
	margin:				0;
	padding:			0;
	float:				left;
	width:				100%;
	border:				1px solid #564c66;
	border-width:		1px 0;
	background:			black url(../images/indentbg.gif) center center repeat-x;
}
.indentmenu ul li {
	display:			inline;
}
.indentmenu ul li a {
	float:				left;
	color:				#000000;
	padding:			5px 11px;
	text-decoration:	none;
	border-right:		1px solid #564c66;
}
.indentmenu ul li a:visited {
	color:				#000000;
}
.indentmenu ul li a:hover, .indentmenu ul li .current {
	color:				#000000 !important;
	padding-top:		6px;
	padding-bottom:		4px;
	background:			black url(../images/indentbg2.gif) center center repeat-x;
}

