.indentmenu{
	width: 100%;
	overflow: hidden;
	color: #6578B0;
	/* [disabled]border: 1px solid #627BB3; */
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #564c66; /*dark purple border*/
border-width: 1px 0;
background: black url(../images/menu/indentbg.gif) repeat-x center center;
}

.indentmenu ul li{
display: inline;
white-space: nowrap;
}

.indentmenu ul li a{
float: left;
color: #6479B0; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: #6376B0;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #003366!important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-color: black;
	background-image: url(../images/menu/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
