
a{
	font-family: "Times New Roman", Times, serif;
	color: #1f4155;
	font-weight:bold;
	text-decoration: none;
	font-size: 12px;
}

a:hover {
	
	color: #000000;
}


#menu{
	width: 960px;
	height: 49px;
	background: url(images/menu2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 0px;
	margin-top: 0px;
}

#menu{
	width: 960px;
	height: 49px;
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 0px;
	margin-top: 0px;
}

#menu ul {
	padding-left: 0px;
	margin: 0px;
	list-style:none;
}

#menu li {
	display: inline;
	list-style: none;
	padding-left:0px;
}

#menu a {
	float: left;
	width: 120px;
	height: 34px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding-top: 15px;
	font-size: 15px;
	
}

#menu a:hover{
	width: 120px;
	height: 34px;
	background: url(images/menuhover.png);
	background-repeat: no-repeat;
	background-position: center;
}


