* { -moz-box-shadow: none !important; }
* { -webkit-box-shadow: none !important; }

* { -moz-border-radius: 0px !important; }
* { -webkit-border-radius: 0px !important; }

#mainnavback {
	height: 28px;
	width: 888px;
	border-right-style: none;
	border-left-style: none;
	background-color: #333333;
	background-image: url(3nav_bg.png);
	background-repeat: repeat;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 0px;
	clear: both;
	z-index: 5;

}
#mainnavback ul {
 list-style-type: none;
 margin: 0px;
 padding: 0px 0px 0px 0px;
}
#mainnavback li { display: inline; 
}
#mainnavback a {
 color: #FFFFFF;
 text-decoration: none;
 font: bold 12px Arial, Helvetica, sans-serif;
 text-transform: uppercase;
}
#mainnavback a:hover {
 color: #FFFF00;
 text-decoration: none;
 font-weight: bold;

}
 