/* CSS Document */

#menu {
	height: 24px;
	border: 0;
	margin: 150px 30px 10px 40px;
	padding:0;
	width: 884px;

}

#menu ul {
	list-style: none;
	float: left;
	margin: 0;
	border: 0;
	padding: 0;
	width: 95px; /*cancel later*/
	z-index: 400;
}

#menu a {
	font-size: 12px/16px;
	display: block;
	background-color:transparent; 
	/*background: transparent url(../images/flower-top-bullet.png) center left no-repeat;*/
	margin: 0;
	padding: 6px 10px;
	text-decoration: underline;
	z-index: 400;
}
#menu ul li a {
	text-align: center;
	z-index: 400;
}
#menu ul li ul li a {
	background: #fff;
	background-image: none;
	text-align: left;
	z-index: 400;
}
#menu a:hover {
	color: #3D3855;
	background: #E9EEFE;/*
		background-image: url(../images/flower-top-bullet.png);
		background-repeat: no-repeat;
		background-position: center left;*/
	/*background: transparent url(../images/flower-top-bullet.png) center left no-repeat;*/
	border: 0;
	z-index: 400;
}
#menu ul li ul li a:hover {
	background-position: none;
	background-image: none;
}

#menu li {
	position: relative;
	z-index: 400;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 12em;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	z-index: 400;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.menuitem {
	border: 0;
}
.menutitle {
	padding: 4px;
}