	.menubar 
	{
		background-Image: url("bar.jpg");
		width: 924px;
		height: 43px;
		background-repeat: repeat-x;
	}
	
	.menucontent
	{
		padding-top: 7px;
		position: absolute;
		width: 924px;
	}
	
	.menuitem
	{ 
		font-family: arial;
		font-size: 12px;
		text-align: center;
		color: black;
		position: relative;
		width: 113px;
		float: left;
		height: 16px;
		overflow: hidden;
	}
	
	.spacer, .spacerb
	{
		background-Image: url("spacer.jpg");
		width: 1px;
		position: relative;
		float: left;
		top: -4px;
		height: 16px;
	}
		
	.submenu
	{
		margin-top: 4px;
		background-Color: white;
	}
	
	.menubar a { color: black; text-decoration: none; }
	.menubar a:hover { color: #e00046; }