@import url("layout/3d.css");

.zpMenu {
	/*font-family:Arial, Helvetica, sans-serif;
	width:180px;*/
	margin-top:45px;
}

.zpMenu .zpMenu{
	margin-top:0px;
}

.zpMenu a,
.zpMenu .zpMenu-label {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight: bold;
	/*width:178px;*/
	width:128px;
	display:block;
}

/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label/*,
.zpMenu .zpMenu-item-selected a */{
	color:#ffffff;
	text-decoration:none;
	width:128px;
}
.zpMenu .zpMenu-item-selected .zpMenu-label,
.zpMenu .zpMenu-item-selected a {
	color:#ffffff;
	text-decoration:none;
	width:128px;
}


.zpMenu-vertical-mode .zpMenu-level-1 {
	/*border-color: rgb(255,242,245);*/
	background-image:url(../../../images/imag_menu.jpg);
	background-repeat:no-repeat;
	/*margin-top:15px; */
	margin-right:10px;
	padding-left:40px;
	width:128px;
	margin-bottom:8px;
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	margin-top:0px;
	padding-top: 0px;
	background:   #333333;
	padding:0px;
	text-decoration:none;
	padding-left:5px;
}

/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected
/*.zpMenu .zpMenu .zpMenu-item-selected*/ {
	
	background-color:#666666;
	width:128px;
	
}

.zpMenu .zpMenu .zpMenu-item-selected
{
	background-color:#666666;
	/*width:160px;*/
}

/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label{
	background: url("contrast_blue/arrow.gif")  no-repeat 0 50%; 
	background-position:right;
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenu .zpMenu .zpMenu-item-expanded .zpMenu-label{
	background: url("contrast_blue/arrow.gif")  no-repeat 0 50%; 
	background-position:right;
}

