#menu {
	width: 100%;
	float:left;
	height: 31px;
	/**/
}

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

#menu a, #menu h6 {
	display: block;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;	/*font-weight: bold;	padding: 2px 15px;*/
	font-weight: 900;
}

#menu h6 {
	color: #FFFFFF;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
	border:none;
	padding-top: 8px;
	padding-bottom: 9px;
	/*padding-left: 31px;
	padding-right: 31px;*/ 
	/*By Commenting this out, it removes the space between the items*/
}

#menu a:hover {
	
	border:none;
	background-image: url(images/top_nav_bg_hover.png);
	background-repeat: repeat-x;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	/*width:0% !;*/
	/*This is the problem element*/
	width: 115px; /*Solution*/
	z-index: 500;
}

#menu li a:hover {
	background-image: url(images/top_nav_bg_hover.png);
	background-repeat: repeat-x;
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	background-image: url(images/top_nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 130px;
	/*margin: 0px;*/
	/*margin-left: -60px;*/
	background-color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #00587A;
	border-bottom-color: #00587A;
	border-left-color: #00587A;
	text-indent: 0px;
	z-index: 500;
}

#menu li li a {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;
	font-size: 11px;
	margin-left: 5px;
	text-transform: none;
	padding-left: 20px;
	padding-right:5px;
}

#menu li li a:visited {
	font-weight:normal;
	border-bottom:0px dotted #D9F266;	
	font-size: 11px;
}
#menu li li a:hover {
	color: #fff;
	border-top:0px dotted #D9F266;
	border-bottom:0px dotted #D9F266;
	border-left: 0px solid #669933;
	background-image: url(images/arrowsub3.gif);
	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:#a9d147;
}
