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

/* properties a drop down menu */
/* NOTE: If vertical:true then this class is NOT rendered */
.zpMenu-horizontal-mode .zpMenu-level-1 {
	/*background: url("rectangles/arrow_right.gif")  no-repeat right center;*/
	border-right: 2px solid #FFFFFF;
}
/* Current selected items in top horizontal menu*/
.zpMenu-horizontal-mode .zpMenu-level-1 .zpMenu-item-selected {
	background-color: #CC0000;
	color: #999999;
font-size:11px;
	text-decoration:none;
}

/* ALL menu items have this border and background color */
.zpMenuContainer .zpMenu-item {
/*	border: 1px solid gray;*/
	/*background-color: #890711;*/
}

/* ALL Anchors have NO decorations, all menu item font color */
.zpMenu-top a, .zpMenu-top .zpMenu-label {
font-family: Tahoma; 
font-size: 12px;
	text-decoration:none;
	color:#ffffff;
}
.zpMenu-top a:hover {
font-family: Tahoma; 
font-size: 12px;
	text-decoration:none;
	color:#F4F4F4;
}

a.sdfsdf, a.sdfsdf:hover {
font-family: Tahoma; 
font-size: 12px;
	text-decoration:none;
	color:#ffffff;
}


/* Top menu LABEL */
.zpMenu .zpMenu-label {
	font-weight: bold;
}

a.mm{
color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
	font-family: Tahoma;
}
a.mm:hover{
font-family: Tahoma;
color: #FFA800;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
}

/* SUB menu LABEL */
.zpMenu .zpMenu .zpMenu-label {
	font-weight: normal;
}

/* All menu items in the tree */
.zpMenuContainer .zpMenu-item {
	color:rgb(122,90,89);
	font-family: Tahoma;
	font-size: 1em;

}



.zpMenuContainer .zpMenuContainer {
	border: 1px solid #676767;
	width: 15em;
}

.zpMenuContainer .zpMenuContainer .zpMenu-item,
.zpMenuContainer .zpMenuContainer {
	/* override top menu padding and margin */
	/*padding: 1px 1px 1px 1px;
	margin: 1px 1px 1px 1px;
	border: 1px solid gray;*/
	margin: 2px 1px 2px 1px;
	width: 210px;
	background: #E4E4E4;
		}

/* All others */
.zpMenu-horizontal-mode .zpMenu .zpMenu .zpMenu-item {
	/*background:  white;*/
}
/* SUB align the borders on selected items */
/* must override any other settings below for expand/collapse */
.zpMenuContainer .zpMenu-item-selected,
.zpMenuContainer .zpMenuContainer .zpMenu-item-selected {
	background-color: #CC0000;
	color: #ffffff;
	text-decoration:none;
}


/* SUB menu selected items, labels (no anchor), anchor */
.zpMenu-item-selected .zpMenu-label{
background-color: #CC0000;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
}
a.zer{
color: #000000;
	font-weight: bold;
	text-decoration:none;
	font-size:11px;
	font-family: Tahoma;
}
/* The arrow that shows up when there's a sub-menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item-collapsed  {
	/*background-image: url("rectangles/arrow_right.gif");
	background-repeat: no-repeat;
	background-position: center right;*/
	
}

/* The arrow that shows up when there's a sub-menu and the item is hovered*/
.zpMenuContainer .zpMenuContainer .zpMenu-item-expanded  {
	/*background: url("rectangles/arrow_right.gif")  white no-repeat right center;*/
}

.zpMenuContainer .zpMenu-item-hr,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
	background:brown;
	height:3px;
	/* widith defined in basic.css for non-hr items, must define again */
	
	width: 10em;
}
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
	width: 15em;
}

