	.MenuHeader_s
{
	background-color: #fff;
	font-family: verdana,arial,times;
	font-size: 8pt;
	color: #000000;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	text-decoration: none;
	height:20px;
	margin-bottom: 0px;
	vertical-align:bottom;
	cursor:hand; 
	border-bottom:solid 1px #e23087;
	border-left:solid 1px #e23087;
	border-right:solid 1px #e23087;
	width:161px;
}
.MenuHeaderHover_s
{
	background-color: #e23087;
	font-family: verdana,arial,times;
	font-size: 8pt;
	color: #fff;
	padding-left: 2px;
	padding-right: 1px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	text-decoration: none;
	height:20px;
	margin-bottom: 0px;
	vertical-align:bottom;
	cursor:hand;
	border-bottom:solid 1px #e23087;
	border-left:solid 1px #e23087;
	border-right:solid 1px #e23087;
}
.MenuItem_s
{
	border : 0px none; 
	BACKGROUND-COLOR: #e23087;
	DISPLAY: block;
	COLOR: #000000; 
	font-family: verdana,arial,times;
	font-size: 8pt;
	TEXT-DECORATION: none;
	padding: 1px;
	cursor:hand; 
}

.MenuItemHover_s
{
	border : 0px none; 
	BACKGROUND-COLOR: #e23087;
	DISPLAY: block;
	COLOR: #ffffff; 
	font-family: verdana,arial,times;
	font-size: 8pt;
	TEXT-DECORATION: none;
	padding: 1px;
	cursor:hand; 
}

.Seperator_s
{
	BACKGROUND-COLOR: #e23087;
	DISPLAY: block;
	COLOR: #ffffff; 
	font-family: verdana,arial,times;
	font-size: 8pt;
	TEXT-DECORATION: none;
	padding: 1px;
	cursor:default; 
	border-bottom:solid 1px #e23087;
	border-left:solid 1px #e23087;
	border-right:solid 1px #e23087;
}