#menu
    {
	width: 725px;
	background-color: #C00;
	padding-top: 1px;
	padding-bottom: 3px;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	z-index: 2;
	position: relative;
	top: 0px;
	}
	

#menuitem a
	{
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	}
	
	
#menuitem a:hover
	{
	color: #FFF;
	text-decoration: underline;	
	}
	
