﻿.indentmenu{
font: normal 12px Tahoma;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: right;
width: 100%; /*width of menu*/
}

.indentmenu li{
display: inline;

}

.indentmenu li a{
	float: left;
	color: #ead6d6;
	padding: 0px 0px;
	background:url(nav-bg1.gif) no-repeat 0 0;
	width:136px;
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	text-shadow:1px 1px 0 #185cb6;
}

.indentmenu li a:hover{
	background:url(nav-bg2.gif) no-repeat 0 0;
	color:#f4f4f4;
	text-shadow:1px 1px 0 #185cb6;
}
.indentmenu li .current{
	background:url(nav-bg2.gif) no-repeat 0 0;
	color:#f4f4f4;
	text-shadow:1px 1px 0 #185cb6;
}