#menu {
	position: relative;
	width: 956px;
	height: 22px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
	background-image: url(menu_bg1.gif);
	background-repeat: repeat-x;
	font-size: 11px;
	line-height:150%;
}

#menu a {
	width: 150px;
	height: 22px;
	color: #0b1b56;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	padding:0px 20px 0px 20px;
}
#menu a:hover {
	color: #dc0303;
	background-position: center;
}

#menuLink {
	position: absolute;
	top: 1px;
}
#datamenu {
	float: right;
	margin: 1px 2px 0px 0px;
	color: #dc0303;
	font-weight: bold;
}