.MenuHeader_s
{
	BACKGROUND-COLOR: #933193;
	padding: 3px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none;	
	line-height : 20px;
	text-align : center;
	border: solid 1px #E5DEE6;
	cursor:hand; 
}
.MenuHeaderHover_s
{
	BACKGROUND-COLOR: #FFFFFF;
	padding: 3px;
	FONT-WEIGHT: bold;
	COLOR: #933193; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none;	
	line-height : 20px;
	text-align : center;
	border: solid 1px #E5DEE6;
	cursor:hand; 
}
.MenuItem_s
{
	BACKGROUND-COLOR: #933193;
	padding-left: 4px; padding-bottom: 1px; padding-top: 1px; padding-right: 4px; 
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF; 
	line-height : 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none;	
	border : none;
	cursor:hand; 
}

.MenuItemHover_s
{
	BACKGROUND-COLOR: #FFFFFF;
	padding-left: 4px; padding-bottom: 1px; padding-top: 1px; padding-right: 4px; 
	FONT-WEIGHT: bold;
	COLOR: #933193; 
	line-height : 20px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	FONT-SIZE: 11px; 
	TEXT-DECORATION: none;	
	border : none;
	cursor:hand; 
}