@charset "utf-8";
/* CSS Document */

#bronav {
	
	margin: 0;
	padding: 0;
	float: right;
	width: 750px;
	margin-bottom: 10px;
	clear: both;

}

#bronav ul	{
	list-style: none;
	margin: 5px; /*adjust this to move the menu away from the edge of the content border */
	padding: 0;
	border: none;
	clear:both;

}

#bronav li
{	
	display: inline;
    margin-right: 18px;
	margin-left: 37px;
}
	
#bronav a:link, #bronav a:visited
{
	color: white;

	text-decoration: underline;
	padding: 2px 6px 2px 2px; /*pad the link text, not the li itself */
}

#bronav a:hover
{
	color: #000000;
	text-decoration: none;
}