/* Menu!!! */

.indentmenu{
	font: 11px Tahoma;
	width: 727px; /*leave this value as is in most cases*/
	height:30px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	width: 727px; /*width of menu*/
	height:30px; 
	bottom:0px;
	left:4px;
	right:4px;
	border: 1px solid #333333; /*dark border*/
	border-width: 1px 0;
	background: url(/images/indentbg.gif) center center repeat-x;
	position:absolute;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: grey; /*text color*/
	padding: 5px 6px;
	text-decoration: none;
	border-right: 1px solid #333333; /*dark divider between menu items*/
	height:20px;
}

.indentmenu ul li a:visited{
	color: black;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
	color: grey !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(/images/indentbg2.gif) center center repeat-x;
}
