.menu
{
	width: 800px;
	background-color: #555555;
}

.staticMenuItemStyle
{
	height: 30px;
	font-size: 18px;
	font-weight:900;
	text-align: left;
	padding-left: 4px;
	background-color: #555555;
	text-decoration: none;
}

.staticSelectedStyle
{
	height: 30px;
	font-size: 18px;
	font-weight:900;
	text-align: left;
	padding-left: 4px;
	background-color: #555555;
	text-decoration: none;
}


