#menu {
	width: 100%;
	float:left;
	height: 23px;
}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#menu a, #menu h6 {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 2px 15px;
}

#menu h6 {
	color: #FFFFFF;
}


#menu a {
	color: #ffffff;
	text-decoration: none;
	border:none;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-right: 18px;
	height: 9px
		
}

#menu a:hover {
	color: #000000;
	border:none;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	width:0% !;
		/*-moz-opacity:0.95;
	filter:alpha(opacity=95); */
}

#menu li li {
	position: relative;
	float: left;
	text-align:left;
	background:#D6E0EB;
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 140px;
	height: 17px;
	margin: 0px;
	border-top:2px solid #ffffff;
	padding-left: 4px;

}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;
	color: #30608F;
	font-size: 11px;
	background-image: url(images/arrowsub3.gif); 
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 5px;
	
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;	
	font-size: 11px;
}
#menu li li a:hover {
	color: #30608F;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #D9F266;
	border-right: 4px solid #CECB02;
	background-image: url(images/arrowsub3.gif);
	background:#ffffff;
}

#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 {
	position: absolute;
	display: block;
	background:#ffffff;
	border-top: 1px #81A1C1;
	border-left:1px solid #81A1C1;
	border-bottom:1px solid #81A1C1;
	border-right:1px solid #81A1C1;
	
}

