	
#menuitems {
	list-style: none;
	padding-top: 3px;
}
#menuitems li {
	float: left;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#menuitems a {
	border-style: solid;
	border-width: 0 1px 0 0;
	border-color: #66b6cb;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	height: 24px;
	padding: 17px 12px;
	text-decoration: none;
}
#menuitems a:hover {
	background: #006497 url("/img/buttons/hover.gif") bottom center repeat-x;
	color: #fff;
	
	
}

.menuleft {
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #66b6cb;
}