@import url('anylink.css');
@import url('side_menu.css');
#chromemenu {
	font-weight: bold;
	font-size: 13px;
	width: 901px;
	font-family: Convection, Arial, Times New Roman, Sans-serif, serif;
	margin-left: -1px;
	top: 0px;
	position: fixed;
	z-index: 999;
}
/*Add margin between menu and rest of content in Firefox*/
#chromemenu:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#chromemenu ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url('chromebg3.gif') repeat-x center center;
	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;
	border-right: 1px solid #DADADA;
	color: #008000;
	padding: 5px;
	margin: 0;
	marker-offset: auto;
}
#chromemenu ul li a {
	text-decoration: none;
	height: 100%;
}
#chromemenu ul li:hover {
	background: url('chromebg3-over.gif') repeat-x center center;
}
#chromemenu ul li .current {
	background-color: #008000;
	color: #FFFFFF;
}

