.MenuHeader_s
{
	
	float: left; 
	color: white; 
	font-weight: bold;
	font-size:16px;
	padding: 4px 15px 0px 15px;
	border-right-width: 3px;
	border-right-color: white;
	border-right-style: solid;
	height:21px;
	line-height:21px;
	cursor:pointer; 
}
.MenuHeaderHover_s
{
	float: left; 
	color: #618a2a; 
	font-weight: bold;
	font-size:16px;
	padding: 4px 15px 0px 15px;
	border-right-width: 3px;
	border-right-color: white;
	border-right-style: solid;
	height:21px;
	line-height:21px;
	cursor:pointer; 
}
.MenuItem_s
{
	background-color:#618a2a;
	float: left; 
	color: white; 
	font-weight: bold;
	font-size:16px;
	padding: 4px 15px 0px 15px;
	height:21px;
	line-height:21px;
	border-top:solid white 1px;
	border-left:solid white 1px;
	cursor:pointer; 
}

.MenuItemHover_s
{
	background-color:#618a2a;
	float: left; 
	color: white; 
	font-weight: bold;
	font-size:16px;
	padding: 4px 15px 0px 15px;
	height:21px;
	line-height:21px;
	border-top:solid white 1px;
	border-left:solid white 1px;
	cursor:pointer; 
}