/* CSS Document */
/*THE FOLLOWING MUST INSERTED INTO THE DOCUMENT 
JUST BEFORE THE CLOSING </head> TAG FOR THIS STUFF 
TO WORK:

[if gte IE 5]>
<style>
#navlist a  {
position: relative;
height: 1em;
zoom: 100%;
}
</style>
<![endif]

/////////////////END OF SECTION//////////////////*/


/*BEGIN MENU CSS ///////////////////////////////////////////
//////////////////////////////////////////////////////////*/

#navlist {
	font-size: 12px;
	margin-left: auto; 
	margin-right: auto;
	width: 100%;
	color: #F7DFB5;
	font-family: Arial, sans-serif, "MS Sans Serif";
	font-weight: bold;
	padding: 0px;
	

}
#navlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	float: left;
	text-align: center;
	
	

}

#navlist ul {
margin: 0;
padding: 0;
}
#navlist a {
	padding: 12px 10px;
	background-color: ##636531;
	background-image: url(assets/buttonBG.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	text-decoration: none;
	border-top: 1px none #9C7D6B;
	border-right: 1px solid #9C7D6B;
	border-bottom: 1px solid #666666;
	border-left: 1px none #9C7D6B;
}
#navlist a:link, #navlist a:visited {
color: #F7DFB5;
}
#navlist a:hover, #navlist a:active,
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-color: ##636531;
background-image: url(assets/buttonBG_over.gif);
background-repeat: no-repeat;
background-position: 0% 50%;
color: #F7DFB5;
}

/* END MENU CSS/////////////////////////////////////*/


