/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 860px;
	background-color: #333333;
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #FFFF00;
	text-decoration: none; /*dark purple divider between menu items*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-top: 2px;
	padding-right: 11px;
	padding-bottom: 1px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: #FFFF00;
}

.indentmenu ul li .current{
	color: white !important; /*text color of selected and active item*/
	padding-top: 2px;
	background-color: black;
	background-image: url(../000_img/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.indentmenu ul li a:hover{
	color: #FFFF00 !important; /*text color of selected and active item*/
	padding-top: 2px;
	background-color: black;
	background-image: url(../000_img/indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
