.MenuStyle
{	
	z-index:100;
}

.mnuItem {
	color: #ffffff;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
	background-color: #660520;
	
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-image: url(../_img/MenuDropShadow.png);
	background-repeat:repeat-y; 

	cursor:pointer;
}

.mnuItemOver {
	color: #ffffff;

	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	
	text-decoration: none;
	background-color: #B20937;
	
	padding-left: 12px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-image: url(../_img/MenuDropShadowOver.png);
	background-repeat:repeat-y; 
	
	cursor:pointer;
}