

/* Applies to submenus */

.zpMenu-item table.zpMenu-table td.zpMenu-label {
 background: #0A296B;
 border-bottom:1px #426BC3 solid;
}

.zpMenu-item-selected td {
 background: Highlight;
}
.zpMenu-item-selected a {
 color: HighlightText;
}


/* Icons */


.zpMenu-top {
	margin-bottom:30px;
}

/* hrefs in the Menu */
.zpMenu .zpMenu-item table.zpMenu-table td.zpMenu-label a {
text-decoration: none;
color:#FFFFFF;
font-size:1em;
}

/* Current selected items href*/

.zpMenu-item-selected table.zpMenu-table td.zpMenu-label { 
	background-color: 
	Highlight; color: 
	HighlightText; 
}
/* Basic CSS for menus to be included by other CSS files */

/* LAYOUT CSS -- this part should not be altered! */

/* This selector will activate on page load when the menue is displayed */
.zpMenuContainer, .zpMenu {
	float: left; /* IE fix */
	position: relative;
	
}


/* Top menu, horizontal */
.zpMenu-horizontal-mode .zpMenu-level-1 {
	float: left;
	
	//height: 44px;
}

/* Anchor has NO style */
.zpMenu-top a{
	text-decoration:none;
	border:0;
}




/* What to do if the LI has NO icon
by default show NO icons
-you css can override this
*/
.zpMenu-level-1  {
	background: none;
}

/* Vertical: true */
.zpMenu-vertical-mode  .zpMenu-level-1 {
	width: 10em;
	position:relative;
	/* override float:left in basic.css */
	float:none;
	margin:0;
//	padding-left: 5px;	/* Label 5px in */

 }



/* FORMATTING CSS -- can be altered. */


/* Menu containers */

.zpMenu-item table.zpMenu-table {
	font: 0.8em "Arial", "Verdana", sans-serif;
}


.zpMenu-item {
	cursor: pointer;
}


/* Hide expansion indicators */

/* These are indicators for items that have sub-menus, and are hidden cause they generate a
   blank space in front of the content of those items */

.zpMenu .zpMenu-item .minus,
.zpMenuContainer .zpMenuContainer .zpMenu-item .minus,
.zpMenu .zpMenu-item .plus,
.zpMenuContainer .zpMenuContainer .zpMenu-item .plus {
	display: none;
}

/* Helper classes to hide the menu onload */
/* ??? I guess these are to be used on low Internet connection to display nothing befor all the needed things for the menu are loaded*/
.zpHideOnLoad {
	background: url("images/menuLoad.gif") no-repeat 100% 100%;
	display:none;
}
.zpHideOnLoad ul {
	display:none;
}


/* Begin HR style */
/* Controls the behavior of <hr>  it the menu
Overide ALL element contained in a zpMenu-item-hr */
.zpMenuContainer .zpMenuContainer .zpMenu-item .zpMenu-item-hr,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr .zpMenu-item td,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr .zpMenu-item td .zpMenu-label,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr .zpMenu-item .tgb,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr .zpMenu-item .icon,
.zpMenuContainer .zpMenuContainer .zpMenu-item-hr {
	margin:0;
	padding:0;

}


.zpMenuContainer .zpMenuContainer .zpMenu-item-hr hr {    /* for CSS1 browsers */
	display: none;
}


.zpMenuContainer .zpMenuContainer .zpMenu-item-hr hr * {     /* for CSS2 browsers */
	display: none;
}


/* End HR style */

/* Start - ICON Alignment */
/* Controls the behavior of ALL left icons */
.zpMenuContainer .zpMenuContainer .icon {
	background: none;
	width: 32px;
	//padding-right:5px;
}

/* If you have an icon column and you want the Label to be left aligned, where the
   icon would start, then uncomment this section
.zpMenuContainer .zpMenuContainer  .zpMenu-noicon {
	background: none;
	width: 0px;
}
*/
/* End - ICON Alignment */

/* Sub-menu */
.zpMenuContainer .zpMenuContainer {
	position: absolute;
	width: 10em;
	padding:1em;
}

/* General items that's not a top menu */
.zpMenuContainer .zpMenuContainer .zpMenu-item {
	float: left;
	width: 10em;
	padding:0em;
}

/* TOP Menu - Set vertical align to center table */
.zpMenu-vertical-mode .zpMenu-level-1,
.zpMenu-horizontal-mode .zpMenu-level-1 {
	vertical-align:middle;
}

/* TOP Menu - Have table use 100% of DIV so it can be vertical-align: middle */
.zpMenu-horizontal-mode .zpMenu-level-1 .zpMenu-table {
	height:100%;
}

.zpMenuContainer .zpMenuContainer  .zpMenu-label {
	/* This scenario is needed when an Arrow image is over a menu item image */
	/* Make the Menu label FILL the td so the Arrow will be right aligned */
	/* zpMenu-item-collapsed, zpMenu-item-expanded */
	width:1000px; 
}


/* Must include this CSS for Animation and Special Effects.  Fixes IE problems */
.zpMenuContainer .zpMenuContainer .zpMenu {
	filter: alpha(opacity=100);
}
