body
{
}#menuWrapper {
	clear: right;
}

#menu {
	
	font-family: Trebuchet, Sans-Serif;
	font-weight: bold;
}

#menu a {
	color: white;
	text-decoration: none;
}

#menu a:hover {
	color: yellow;
	text-decoration: none;
}

#menu .dynamic {
}

#menu .dynamicItem {

}

menu .staticItem 
{
  color: white;
}

.staticItem a {
	color: white;
	text-decoration: none;
}

.staticItem a:hover {
	color: yellow;
	text-decoration: none;
}

.dynamicItem a {
	color: white;
	text-decoration: none;
}

.dynamicItem a:hover {
	color: yellow;
	text-decoration: none;
}


