#menu {
	width: 100%;
	float:left;
	height: 23px;
	margin-top: 186px;
	margin-left: 0px;
	padding-bottom: 5px;
	text-transform: uppercase;
	z-index: 10;
}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
	
}

#menu a, #menu h6 {
	font: normal 11px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 0px 0px;
	color: #cccccc;
	text-decoration: none;
	border:none;
	padding-top: 12px;
	padding-bottom: 10px;
	*padding-bottom: 8px;
	padding-left: 3px;
	padding-right: 3px;
	width: 115px;
	
}

#menu a:hover, #menu h6:hover {
	color: #f3d96b;
	border-left: 0px solid #666;
	background-image: url(images/bg_menu_06.jpg);
	background-repeat: repeat-x;
	
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
/*	width: 80px; */
	border-right: 0px solid #333333;
	z-index: 10;
}
#menu li a:hover {
	
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #666666;
	border-bottom:1px solid #666666;
	border-right:1px solid #666666;
	background: #052c79;
	color: #FFF;
	/*background-image: url(images/00-submenubackgr.jpg);
	background-repeat: repeat-x;*/
	background-position: left top;
	padding: 0px;
/*	width: 130px; */
	margin: 0px;
	z-index: 10;
}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;
	font-size: 11px;
	/*background-image: url(images/arrowsub3.gif);
	background-repeat: no-repeat;*/
	background-position: left center;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 150px;
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;	
	font-size: 11px;
}
#menu li li a:hover {
	color: #003366;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #669933;
}

#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:#a9d147;
}

.submenu a, .submenu h6 {
	width: 130px;
}