#navMain {
	float: left;
	position: relative;
	width: 852px;
	background: #336699;
	padding: 5px 20px 0px 20px;
	margin: 0px auto 0px;
	overflow: hidden;
	height: 30px;
}

#navMain ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#navMain ul li {
	float: left;
	list-style: none;
}

#navMain ul li a {
/*	text-indent: -500em;*/
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
	padding: 5px 22px;
	font: normal 12px Lucida Sans, Lucida Grande, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#navMain ul li.current a {
	color: #FFFFFF;
	font-weight: ;
}


#navMain li.background {
/*	background: url('images/bg_menu_right.png') no-repeat top right !important;*/
	background: url(../_images/bg_menu_right.gif) no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#navMain .background .left {
/*	background: url('images/bg_menu.png') no-repeat top left !important;*/
	background: url(../_images/bg_menu.gif) no-repeat top left;
	height: 30px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
