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