@charset "UTF-8";
/* CSS Document */

ul#navlist {
margin-left: 0;
padding-left: 0;
margin-top: 15px;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { padding: 6px 15px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #164473;
	text-decoration: none;
	font-weight: normal;
}

#navlist a:hover
{
	color: #000;
	background-color: #fff;
	text-decoration: none;
	padding-top: 17px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	background: url(../images/buttonBg.jpg) top center repeat-x;
	font-weight: normal;
}
.style1 {color: #164473}
