@import url("layout/3d.css");

.zpMenu {
	/*background:  #B0C4DE;
	border: 1px solid blue;*/
	/*background:#c6c6c6;*/
	
	text-align:left;
	width:115px;
}

.zpMenu a
{
	/*color:  #0002B9;*/
	font-weight: bold;
	height:20px;
	margin-top:3px;
	margin-bottom:3px;
	width:110px;
	display:block;
	color:#00314a;
	
	padding-left:5px;
	padding-right:5px;
	text-align:left;
	background:#c9b08d;
}

/* All selected items bold */

.zpMenu .zpMenu-item-selected a {
	/*color:#00FFFF;*/
margin-top:3px;
	margin-bottom:3px;
	
	padding-left:5px;
	padding-right:5px;
	text-align:left;
}


.zpMenu-vertical-mode .zpMenu-level-1 {
	/*border-color: rgb(255,242,245);*/
	
	margin: 10px 3px 5px 3px;
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:0px;
	text-align:left;
}

.zpMenu-label
{
	text-align:left;
	padding:0px;
}

/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item ,.zpMenu .zpMenu a{

	background:#00314b;
	
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #c9b08d;
	text-transform:uppercase;
	padding:0px;
	text-align:left;
	display:block;
	width:150px;
	margin:0px;
}

.zpMenu .zpMenu a:hover{
display:block;
	background:#00659b;
	
	text-decoration: none;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #c9b08d;
	margin:0px;
	text-transform:uppercase;
	padding:0px;
	text-align:left;
}




/* Current selected items in vertical menu*/
.zpMenu .zpMenu-item-selected,
.zpMenu .zpMenu .zpMenu-item-selected {
	/*background:  #000099;*/
}

/* The arrow that shows up when there's a sub-menu */
.zpMenu .zpMenu .zpMenu-item-collapsed .zpMenu-label{
	background: url("icon/arrow_right_black.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("icon/arrow_right_black.gif")  no-repeat 0 50%; 
	background-position:right;
}
