.MenuHeader_s
{
	background-color: none;
	font-weight: normal;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;	
	border : none;
	cursor:pointer; 
	text-transform:uppercase;
	
	background-image: url(/images/nav_line_new.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 14px 0px 12px;
}
.MenuHeaderHover_s
{
	background-color: none;
	font-weight: normal;
	color:#636363;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	TEXT-DECORATION: none;	
	border : none;
	cursor:pointer; 
	text-transform:uppercase;
	
	background-image: url(/images/nav_line_new.gif);
	background-position: right;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px 14px 0px 12px;
}
.MenuItem_s
{
	background-image: url(/images/nav_line.gif);
	background-repeat: no-repeat;
	font-weight: normal;
	color: #636363;
	font-family: Verdana;
	font-size: 11px;
	line-height: 27px;
	text-decoration: none;	
	border : none;
	padding: 0px 0px 0px 15px;
	width: 204px;
	cursor:pointer; 
}

.MenuItemHover_s
{
	background-image: url(/images/nav_line.gif);
	background-repeat: no-repeat;
	font-weight: bold;
	color: #636363;
	font-family: Verdana;
	font-size: 11px;
	line-height: 27px;
	text-decoration: none;	
	border : none;
	padding: 0px 0px 0px 15px;
	width: 204px;
	cursor:pointer; 
}
/*
.MenuItemBottom
{
	background-image: url(/images/subnav_end.gif);
	background-repeat: no-repeat;
	text-decoration: none;	
	border : none;
	width: 204px;
	height:25px;
	cursor:hand; 
}*/
