/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: normal 13px Verdana, Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
 
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
height:30px;

/*border: 1px solid #564c66; dark purple border
border-width: 1px 0;*/
/*background: black url(bk.gif) center center repeat-x;
 background:url('common/top_menu/bk.gif') repeat-x; */
background: black url(/orpg/shared/images/homepage/bk.gif) repeat-x;
}

.indentmenu ul li{
margin: 0;
padding: 0;
display: inline;

}

.indentmenu ul li a{
	margin: 0;
	padding: 5px 11px;
	float: left;
	color: white;
	padding: 5px 11px;
	text-decoration: none;
	background-image:url(/orpg/shared/images/homepage/item_bk_default.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item
background: black url(indentbg2.gif) center center repeat-x;*/
background-image:url(/orpg/shared/images/homepage/item_bk_selected.gif);
background-repeat: no-repeat;
background-position: top right; 
}
