#chromemenu{
	font-weight: bold;
	font-size: 18%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

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

#chromemenu ul{
	border: 1px solid #CCC;
	width: 100%;
	margin: 0;
	text-align: center; /*set value to "right" for example to align menu to the left of page*/
	background-image: url(../images/chromebg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

#chromemenu ul li{
	display: inline;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
}

#chromemenu ul li a{
	color: #333;
	padding: 6px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font-size: 10px;
}

#chromemenu ul li a:hover{
	background-image: url(../images/chromebg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #000;
}
