.Nav1_MenuItem 
{		
	background-color: #EDE7EE;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: 30px;
}


.Nav1_MenuItemHover 
{
	background-color: #EDE7EE;
	cursor: hand;
	cursor: pointer;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	height: 30px;
}

.nav1_ChildItem 
{
	color: #4f1559;
	background-color: #ede7ee;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: 'none';
	cursor: hand;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;	
	vertical-align: middle;
	text-align: left;
	height: 29px;
	border-bottom-color: #BDA8C1;
	border-left-color: #BDA8C1;
	border-right-color: #BDA8C1;
	border-bottom-style: solid; 
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 150px;	
}

.nav1_ChildItemHover {
	color: #fff;
	background-color: #BDA8C1;
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: 'none';
	cursor: hand;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align:middle;
	text-align:left;
	height: 29px;	
	border-bottom-color: #BDA8C1;
	border-left-color: #BDA8C1;
	border-right-color: #BDA8C1;
	border-bottom-style: solid; 
	border-left-style: solid;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	width: 150px;
}
