﻿.indentmenu{
	font: bold 12px Arial, Sans-Serif;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	background: none;
	height:36px;
	text-align:center;
	padding-left: 18px;
}

.indentmenu ul li{
	display: inline;
	height:36px;
	
}

.indentmenu ul li a{
	float: left;
	color: #ffffff;
	text-decoration: none;
	background-image: url('Images/menuitem_background.png');
	background-repeat:repeat-x;
	height:36px;
	padding:8px 10px 0px 10px;
	
	margin: 0px 5px 0px 0px;
	
}

.indentmenu ul li a:visited{
	color: white;
	height:36px;
	padding:8px 10px 0px 10px;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: #E89B19 !important; /*text color of selected and active item*/
	height:36px;
	padding:8px 10px 0px 10px;
}
