/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
	width: 820px; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: "Arial Narrow";
	font-size: 14px;
	font-weight: bold;
	margin-left: 9px;
	text-align: center;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	background-image: url(indentbg_1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white;
	text-decoration: none; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
	color: white !important; /*text color of selected and active item*/
	padding-top: 6px; /*shift text down 1px for selected and active item*/
	padding-bottom: 4px;
	background-image: url(indentbg2_1.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
