

.indentmenu
{
	font:			bold 13px Arial;
	width:			100%;				/* Leave this value as is */
	border:			0px solid #f00;  	/* Red border for testing */
	/* background:		url(../i/menu_2/blue_1a.gif) center center repeat-x; */
}

.indentmenu ul
{
	margin:			0;
	padding:		0;
	float:			left;
	width:			100%;			/* Width of menu */
	border:			0px solid #000; 
	border-width:	0px 0px 0px 0px;
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	margin:				0;
	float:				left;
	color:				#fff;			/* Menu text color */
	padding:			5px 66px;		/* Change the second value here to determine horizontal width of menu items */
	text-decoration:	none;
	border-right:		0px solid #f00; /* Red divider between menu items */
	background:		url(../i/menu_2/blue_1a.gif) center center repeat-x;
}

.indentmenu ul li a:visited
{
	color: white;
}
 
.indentmenu ul li a.current
{
	color:			white !important;	/* Text color of selected and active item */
	background:		url(../i/menu_2/blue_2a.gif) center center repeat-x;
}
.indentmenu ul li a:hover
{
	color:			black !important;	/* Text color of selected and active item */
	background:		url(../i/menu_2/blue_3a.gif) center center repeat-x;
}
