/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: "Book Antiqua", "Times New Roman", sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFFF;
	background-position: center;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 1000px;
	background-color: #FFFFFF;
	background-image: url(indentbg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #564c66;
	border-right-color: #564c66;
	border-bottom-color: #564c66;
	border-left-color: #564c66;
}

.indentmenu ul li{
	display: inline;
	width: 100px;
}

.indentmenu ul li a{
	float: left;
	color: #9900CC; /*text color*/
	padding: 5px;
	text-decoration: none; /*dark purple divider between menu items*/
	background-color: #FFFFFF;
	border: 1px solid #9900CC;
	width: auto;
	background-image: none;
}

.indentmenu ul li a:visited{
	color: #9900CC;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
	color: #FFFFFF !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: #9900CC;
	background-image: none;
	background-repeat: repeat-x;
	background-position: center center;
}
