/* CSS Document */

#menu {	
	width:980px;
	height:32px;
	background-image:url(/graphics/common/gradient-bar.png);
	background-repeat:repeat-x;
	
	border-color:#4A551A;
	border-width:0px;
	border-style:solid;
	border-bottom-width:1px;
}

.menu-button {
	width:108px;
	height:28px;
	float:left;
	text-align:center;
	font-size:18px;
	font-style:normal;
	color:#858585;
/*	border-color:#6666FF;
	border-width:1px;
	border-style:solid;*/
/*	border-bottom-width:0px;*/
	padding-top:4px;
	cursor:pointer;
}

.menu-button:hover {

}

.menu-button a {
	color:#858585;
	font-weight:normal;
}

.menu-button:hover a {
	color:#4A551A;
}

.menu-button-spacer {
	width:1px;
	height:32px;
	float:left;
	margin-left:0px;
	margin-right:0px;
/*	background-color:#FFFFFF;
	border-right-color:#000000;
	border-right-width:1px;
	border-right-style:solid;*/
}