#menu {
	
	float:left;
	width: 755px;
	height: 35px;
	position: absolute;
	top: 117px;
	left:23px;
	z-index: 10;
	padding: 0;
	margin: 0;
	background: #fff;
	
	border-bottom: 1px solid #c3c6c7;
	
	

}



#menu ul {

	list-style: none;
	margin:0;
	padding: 0;
	
}

#menu a, #menu h6 {
	font: bold 1.1em arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 15px;
}

#menu h6 {
	color: #FFFFFF;
}

#menu a {
	color: #535456;
	text-decoration: none;
	border:none;
	padding-top: 8px;
	padding-bottom: 11px;
	padding-left: 8px;
	padding-right: 8px;
	
}

#menu a:hover {
	/* color: #fff; */
	
	border:none;
	/* background: #c5d1d6; */
	background-color: #eeeeee;
		
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	
	
	/* white-space: nowrap; */
	background: #fff;
	margin: 0;
	
	
	}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #c3c6c7;
	border-bottom:1px solid #c3c6c7;
	border-right:1px solid #c3c6c7;
	
	/* background-image: url(images_exp/00-submenubackgr.jpg); */
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 200px;
	margin: 0px;
	
	
	

}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #c3c6c7;
	font-size: 1em;

	margin-left: 5px;
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #c3c6c7;	
	font-size: 1em;
}
#menu li li a:hover {
	color: #000;
	border-top:0px dotted #c3c6c7;
	border-bottom:0px dotted #c3c6c7;
	border-left: 0px solid #c3c6c7;
	background: transparent;
		background-image: url(images_exp/arrowsub3.gif);
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left center;
}

#menu ul ul {
	position: absolute;
  z-index: 500;
  width: 1px; /* if this isn't here, the drops get laidout horiz instead of vert in Moz browsers*/
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

#menu ul ul {
	display: none;
}

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

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

