@import url("layout/3d.css");

.zpMenu {
	width:100%;	
}

.zpMenu a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
}

.zpMenu .zpMenu-label {
	background:url(../../../images/menu_off.jpg) no-repeat;
	text-decoration:none;
	width:180px;
	height:23px;
	line-height:10px;
	padding-top:2px;	
	padding-left:5px;
/*	padding-left:35px;*/	
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:  #FFFFFF;		
}


/* All selected items bold */
.zpMenu .zpMenu-item-selected .zpMenu-label{
	background:url(../../../images/menu_on.jpg) no-repeat;
	color:#5a91c9;
	/*padding-left:35px;	*/
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	width:215px;
	height:23px;
}

.zpMenu .zpMenu-item-selected a {
	color:#5a91c9;
	text-decoration:none;
	text-align:center;
	padding-top:2px;	
	padding-left:23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
}


/*.zpMenu-vertical-mode .zpMenu-level-1 {
	border-color: rgb(255,242,245);
}*/

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-label{
	height:18px;
	text-align:left;
	text-decoration:none;
	margin-top:0px;
	background:#dec024;
	border-bottom: 1px solid #fbdc44;
	padding:2px;
	color: #FFFFFF;
}

.zpMenu .zpMenu .zpMenu-label a{
	text-align:left;
	text-decoration:none;
	margin-top:0px;
	padding:2px;
	color: #FFFFFF;
}

.zpMenu .zpMenu .zpMenu-label a:hover{
	text-decoration:none;
	color:#5a91c9;
}

/* Current selected items in vertical menu
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
	background:  #000000;
}*/

/* 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;
}
