.MenuHeader_s
{
	BACKGROUND-COLOR: #b2b5af;
	padding-left: 8px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	TEXT-DECORATION: none;	
	border : 1px solid #ffffff;
	height:	25px;
	width:189px;
	cursor:hand; 
}
.MenuHeaderHover_s
{
	BACKGROUND-COLOR: #8f0000;
	padding-left: 8px;
	FONT-WEIGHT: bold;
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	TEXT-DECORATION: none;	
	border : 1px solid #ffffff;
	height:	25px;
	width:189px;
	cursor:hand; 
}
.MenuItem_s
{
	BACKGROUND-COLOR: #585A5A;
	padding-left: 8px;
	FONT-WEIGHT: normal;
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;	
	border:none;
	width:255px;
	height:	20px;
	cursor:hand; 
}

.MenuItemHover_s
{
	BACKGROUND-COLOR: #D8922F;
	padding-left: 8px;
	FONT-WEIGHT: normal;
	COLOR: #ffffff; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 10px; 
	TEXT-DECORATION: none;	
	border : none;
	width:255px;
	height:	20px;
	cursor:hand; 
}

.MenuSpacer_s
{
	width:3px;
}