<style type="text/css">

#chromemenu{
width: 970px;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#chromemenu ul{
	width: 970px;
	background: url(../images/css/chromebg22.gif) center center repeat-x;
	padding: 5px 0;
	margin: 0;
	text-align: left; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #FFF;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

.exposition {
	margin: 0px;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	color: #666;
}

#chromemenu ul li a:hover{
	background: url(../images/css/chromebg33.gif) center center repeat-x;
	margin: 0px;
	padding: 5px;
}

</style>