@import url("layout/3d.css");
/* Menu */

.zpMenu {
	padding: 0 0 0 0;
	text-align: left;
	float:right;
	width:243px;
	margin-right:20px;
	margin-top:20px;
}

.zpMenu .zpMenu {
	/*margin-top:2px;*/
}

/* properties a drop down menu */
.zpMenu-vertical-mode .zpMenu-level-1, 
.zpMenuVertical {
	margin-top:5px;
	background:url(../../../images/box3-title.gif) no-repeat;
	color:#7f8b14;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:243px;
	height:46px;
	text-decoration:none;

}


.zpMenu .zpMenu .zpMenu-item {
	background: #ffffff;
}
/* General items that's not a top menu */
x.zpMenu .zpMenu .zpMenu-item {
	background: #F5F5F5;
	width: 243px;
}


/* Current selected items in top horizontal menu*/
.zpMenu .zpMenu-item-selected {
		margin-top:5px;
	background:url(../../../images/box3-title.gif) no-repeat;
	color:#7f8b14;
	font:bold 14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:243px;
	height:46px;
	text-decoration:none;
	
	
	text-decoration:none;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	background: #E7E7E7; 
	color: #ffffff;
	
}

