#menuArea {
	width: 1024px;
	margin: 0;
	padding: 0;
	font-size: 95%;
	background-color: #faf1d7;
	clear: both;
	}

#leftMenuArea {
	float: left;
	width: 188px;
	text-align: center;
	background-color: #faf1d7;
	color: #00423C;
	font-weight: bold;
	font-size: 70%; /* 80% in IE stylesheet */
	padding: 5px 0px 5px 0px;
    }

#middleMenuArea {
	width: 591px;
	float: left;
	text-align: center;
	color: #00423C;
	background: #faf1d7 url(../../../images/menuEnd.gif) top right no-repeat;
	font-weight: bold;
	}
	
#rightMenuArea {
		width: 238px; /* Diff width for IE (245px see IE Specific .css)*/
		float: left;
		background-color: #ffffff;
		padding: 2px 0px 2px 0px; /* Diff Padding for IE (see IE Specific .css) */
	}

#menu {
	width: 570px;
	margin: 0;
	font-size: 71%; /* 81% in IE stylesheet */
	text-align: center;
	
	}

#menu li {
	float: left;
	position: relative;
	list-style-type: none;
	text-align: center;
	padding: 0px 0px 0px 4px;
	background: transparent url(../../../images/menuDivider.gif) top left no-repeat;

}

#menu li ul li {
	z-index: 4;
	
}

#menu li ul {
	top: 100%;
}

#menu li.first {
	background-image: none;
}

#menu li.unpublished {
	background-color: #ffff99;
}

#menu li a {
	color: #00423c;
	text-decoration: none;
	padding: 5px;
	display: block;
	text-align: center;
	text-transform: uppercase;
}

#menu li a.empty{
	cursor: default;
}

#menu li a:hover, #menu li.unpublished a:hover {
	background-color: #e6ce88;
	color: #00423c;
	text-decoration: none;
	/*padding: 5px;*/
}

#current {
	color: #e6ce88;
}

#menu li ul li {
	border: none;
	width: 100%;
	padding: 0px;

}

#menu li ul li a {
	color: #00423c;
	background-color: #eeddad;
	text-transform: none;
	
}

#menu li ul li a:hover, #menu li ul li.unpublished a:hover {
	background-color: #00423c;
	color: #f1e4be;
}

#menu li ul li.unpublished, #menu li ul li.unpublished a {
	background-color: #ffff99;
}

#menu li ul li ul li a {
	color: #00423c;
	background-color: #e6ce88;
	text-transform: none;
	/*padding: 5px;*/
}

#menu li ul {
	display: none;
	position: absolute;
	left: 0;
	font-weight: normal;
	font-size: 90%;
	
}
#menu ul ul {
	position: absolute;
}
#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	display: none;
	
	}

#menu ul ul,
#menu ul li.hover ul ul,
#menu ul ul li.hover ul ul {
	display: none;
	/*padding: 5px;*/
}

#menu ul li.hover ul,
#menu ul ul li.hover ul,
#menu ul ul ul li.hover ul
	{
	display: block;
	/*padding: 5px;*/
}

#menu li.hover ul,
#menu ul li.hover ul,
#menu ul ul li.hover ul

{
	/* for whatever reason, this needs to be after the .menu li ul or the menu stops working */
	display: block;
	text-decoration: none;
	color: #00423c;
	background-color: #faf1d7;
	text-align: left;
	/*padding: 5px;*/
} 
#menu li>ul {
	top: auto;
	right: auto;
}
#menu ul:after,#menu ul ul:after,#menu ul ul ul:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	background-color: #faf1d7;
}
#menu ul li ul li {
	width: 125px;
}
