.navcontainer a {
	display:block;
	outline-color:invert;
	outline-style:none;
	outline-width:non;
	width:150px;
	height:14px;
	text-align: left;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0A94D6;
	text-decoration: none;
	background-image: url(center_searchbg.jpg);
	font-weight: bold;
}
.navcontainer a:link, .navlist a:visited {
	color: #0A94D6;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navcontainer a:hover {
	color: #0A94D6;
	width: 150px;
	height: 14px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #E9E9EB;
	text-decoration: none;
}
