/* =================================================================================== */

	ul.menu {
		display: block; position: absolute;
		left: 0px; top: 0; margin: 0; padding: 0;
		list-style-type: none;
		line-height: 12px;
		zborder-left: 1px solid #4a4a4a;
		z-index: 100;
		}

		ul.menu li.sep {
			display: none; float: left; position: relative;
			margin: 0; padding: 0; width: 15px; height: 24px;
			background: transparent top left no-repeat url(../img/nav/sep.jpg);
			}

		ul.menu li.end {
			display: none; float: left; position: relative;
			margin: 0; padding: 0; width: 5px; height: 24px;
			background: transparent top right no-repeat url(../img/nav/end.jpg);
			}

			ul.menu li a img {
				display: block; position: relative;
				width: 100%; height: 100%;
				border: none;
				}


/* - - - ADxMenu: BASIC styles [ MANDATORY ] - - - */

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	}

.menu li {
	display: block; float: left; position: relative;
	margin: 0 0 0 0; padding: 0;
	ztext-indent: -5000px;
	height: 28px;
	z-index: 5; cursor: pointer;
	zborder-right: 1px solid #4a4a4a;
	}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
	}

.menu li li {
	}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0; top: 0;
	}

.menu li:hover>ul {
	visibility: visible;
	top: 100%; left: -1px;
	}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	top: 0;
	left: 100%;
	}
	
.menu a {
	zletter-spacing: -0.001em;
	}	

/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	}
	
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
	}
/* -- float.clear.END --  */

/* -- sticky.submenu --
	it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
	
.menu ul {
	}

.menu ul ul {
	}
/* -- sticky.submenu.END -- */


/* - - - ADxMenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.menu ul {
	width: 170px;
	}

.menu ul li {
	color: #fff;
	width: 170px;	
	}

.menu a {
	position: relative; float: left; width: auto;
	margin: 0; zpadding: 7px 9px; outline: none !important;
	text-decoration: none !important; color: #5AAEA3; font-weight: bold; text-transform: lowercase;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size: 14px;
	background-color: #FFF;
	}

.menu li:hover {
	}

	
	/* SECOND LEVEL DROP DOWNS */
	
	.menu li.submenu {
		color: #eee;
		}

	.menu li.submenu a {
		display: block; float: none; overflow: auto;
		color: #5AAEA3; background-color: #FFF;
		}
		
	.menu .submenu li a {
		font-weight: normal; text-align: left;
		text-transform: none !important;
		border: none; background-color: #FFF;
		}

	.menu .submenu a:hover, .menu .submenu li:hover>a {
		}


.menu li li {	/* create borders around each item */
	zborder: 1px solid #3a3a3a;
	}
	
.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
	}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: -1px;
	left: 100%;
	}

/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */

.menu li a.active, .menu li a.current {
	zbackground: #FFF;
	color: #A6637C;
	}
	
.menu li li a.active, .menu li li a.current {
	zbackground: #FFF;
	color: #A6637C;
	}
	
.menu a:hover, .menu li:hover>a {
	zborder-color: #3a3a3a;
	zbackground-color: #FFF !important;
	color: #A6637C !important;
	}

	/* REQUIRED FOR GRAPHICAL MENU */

	ul.menu li a {
		background-position: left top;
		background-repeat: no-repeat;
		height:28px;
		}

	ul.menu li a:hover, ul.menu li a.active {
		background-position: left bottom !important;
		}
	
	li.aboutus a {
		width: 93px;
		background-image: url(../img/nav/about.png);
		}	

	li.gallery a {
		width: 83px;
		background-image: url(../img/nav/gallery.png);
		}	

	li.fragilenews a {
		width: 129px;
		background-image: url(../img/nav/news.png);
		}	

	li.talktome a {
		width: 111px;
		background-image: url(../img/nav/contact.png);
		}	