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

.indentmenu{
	font: bold 11.5px Calibri, Arial, sans-serif, Helvetica;
	width: 1000px; /*leave this value as is in most cases*/
	overflow: hidden;
	margin: auto;
	z-index: 20;
	background-image: url(../images/wind-energy.png);
	background-repeat: no-repeat;
	
	
	
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-top: solid black 1px;
	border-bottom: solid black 0px;
	-moz-border-radius-topright: 7px;
	border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-left-radius: 7px;
	
}

.indentmenu ul{
	margin: 248px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	border: none; /*dark purple border*/
	border-width: 1px 0;
	background:   url(indentbg2.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: black; /*text color*/
	padding: 4px 8px;
	text-decoration: none;
	border-right: 1px solid #ebe6c4; /*dark purple divider between menu items*/
	
}

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

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: black !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 3px; /*shift text down 1px for selected and active item*/
background:  url(indentbg2.png) center center repeat-x;
}
