/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.zNav2 {
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.zNav2 ul {
	background-color: #ffffff;
	white-space: nowrap;
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.zNav2 li {
	background-color: #ffffff;
	background-image: url(img/whiteout.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.zNav2 li.selected {
	background-color:#ffffff;
	background-image:url(img/selected_1.gif);
	background-repeat: no-repeat;
	padding: 0px 1px 0px 0px;
	margin: 0px 0px 0px 0px;
}


/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.zNav2 ul li.selected {
	background-image:url(img/selected_2.gif);
}

/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
	position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: none;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: none;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}