<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */



#chromemenu { 
width: 780px;
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{
border: 0px;
background: none;
padding: 5px 0;
margin: 0;
text-align: center;
margin-left:3px;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
	color: #663300;
	padding: 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #663300;
}

#chromemenu ul li a:hover{
	color: #669933;
	background: none;
}

</style>

