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


.zpMenu {
	width: 100%;
	padding:0;
	border-bottom:2px #000000 solid;
}

/* All hrefs in the Menu color black */
.zpMenu-top a{
	color:#FFF;
	font-weight:600;
	font-size:12px;
}
.zpMenu-top a:hover{
	background-color:#000;
	color:#FFF;
}
.zpMenu-top {
	background-color:#000	;
}
.zpMenu .zpMenu {
	position: absolute;
	width: 170px;
	margin-top:0px;
}

.zpMenu .zpMenu .zpMenu {
	margin-top:0px;
}

/* properties of a drop down menu */
.zpMenuVertical {
	float: left;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:4px;
	padding-top:4px;
}


/* General items that's not a top menu */
.zpMenu .zpMenu .zpMenu-item {
	float: none;
	background: #000; 
	padding:2px;
	margin:0;
	padding-left:12px;
	padding-right:14px;
	border-left:2px #000 solid;
	border-right:2px #000 solid;

}

.zpMenu .zpMenu .zpMenu-item a{
	color: #FFF;
	font-weight:600;
}	

.zpMenu-item table.zpMenu-table {
	font: 12px  "Arial", sans-serif;
}


/* Current selected items in top horizontal menu*/
.zpMenu .zpMenu-item-selected {
	color: #FFF;
	border:0;
}


/* Current selected items in vertical menu*/
.zpMenu .zpMenu .zpMenu-item-selected {
	background: ##A6B8FB; 
	padding-left:12px;
	padding-right:14px;
	border-left:2px #FFF solid;
	border-right:2px #FFF solid;
}

.zpMenu .zpMenu .zpMenu-item-selected a {
	color: #FFF;
}

/* Icons */



div.zpMenu-item a{
	text-decoration:none;
}


/* 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") #c0c0c0  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") #BDCFFD no-repeat 0 50%; 
	background-position:right;
	color: #000000;

}

.zpMenu .zpMenu .zpMenu{
	margin-left:-1px;
}


/* Controls the behavior of <hr>  it the menu */
.zpMenu .zpMenu .zpMenu-item-hr {
	background: #c0c0c0;
}

/* Left margin to bring the text to the right of the image*/
.zpMenu-item .tgb {
	width: 32px;
}

