/*up styles*/

.submenuup {
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.subMenuItemsup{
		display:block;
		background: #ffffff;
		text-decoration: none;
		height:27px;
		color:#032f5a;
		font-family: Arial;
		font-weight: bold;
		font-size: 11px;
		line-height: 11px;
		width:200px;
		}
		.subMenuItemsup span{
			display:block;
			float:left;
			padding-top: 9px;
			padding-right:10px;
			padding-left: 5px;
			cursor: pointer;
		}
	.subMenuItemsup:hover,a.subMenuItemsup.on{
		background: #00a6a8;
		color:#ffffff;
		
	}
	
.L3Menuup{
	/*these styles are required*/
	position:absolute;
	/*these styles are required*/
	width:200px;
	}
	.L3MenuItemsup{
		display:block;
		width:200px;
		background:#00a6a8;
		text-decoration: none;
		color: #ffffff;
		font-family: Arial;
		font-size: 12px;
		line-height: 27px;
		}
		.L3MenuItemsup span{
			display:block;
			padding-left:5px;
			padding-right: 5px;
			cursor: pointer;
		}
	.L3MenuItemsup:hover{
		background: #01797b;
	}
