.head
{
	height: 34px;
	font: 18px,arial;
	color: Red;
	margin: 8px;
	font-weight: bold;
	text-decoration: none;
}

.menu
{
	border-style: solid;
	border-width:3px 0px 3px 0px; 
	border-color:#FF0000;
	width:100%;
}

.menuItem
{
	color: red;
	font:10px, Arial;
	font-weight:bold;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	width:13%;
	font-size: smaller;
}

.menuItem a
{
	position: relative;
	z-index: 1;	
}
