@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
	font: 13px Arial;
	width: 100%;
	background-color: #96BA1C;
	height: 24px;
}

.indentmenu ul{
	margin: 0 auto 0px;
	padding: 0;
	width: 505px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: 25px;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: white;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; /*dark purple divider between menu items*/
	background-image: url(images/button_bck.gif);
	float: left;
	background-repeat: repeat-x;
	background-position: center center;
	width: 100px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: center;
	background-color: #96BA1C;
}

.indentmenu ul li a:visited{
color: white;
}


.indentmenu ul li a:hover{
	color: white !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: #9CA262 url(images/button_bck_dark.gif) repeat-x center center;
}
