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

a.menu, a.menu:visited
{
float:left;
text-decoration:none;
color:white;
font-weight:bold;
background-color:#585858;
/* padding:6px 16px; */
padding:6px 24px;
/*border-right:1px solid white; */
font-size:.45em;
}

a.menu:hover, a.menu:focus
{
background-color:#929292;
color:#56f5f0;
}

.twoColFixLtHdr #menubar { 
	background: #756f65; 
	height: 25px;
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 


