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

a.nav, a.nav:link, a.nav:visited {
	display:block;
	width:150px;
	height:40px;
	margin-top:0px;
	text-align:center;
	text-decoration:none;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#292929;
	line-height:40px;
	overflow:hidden;
	float: left;
	font-weight: bold;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: left;
}

a.nav:hover {
	color:#fff;
	background-image: url(images/menubuttondown.png);
	background-repeat: no-repeat;
	background-position: center -1px;
} /*the hover state colour*/

a.nav:active {
	color:#FFF;
} /*the active state colour*/

#current {
	font-weight: bold;
	color: #123C8E;
}

