#menu {
	width: 100%;
	float:left;

}

#menu ul {
	list-style: none;
	margin:0;
	padding: 0;
}

#menu a, #menu h6 {
	display: block;
	margin: 0;
	height: 26px !important;
	font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;

}

#menu h6 {
	color: #FFFFFF;
}

#menu a {
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #170904;
	background-color: #3D2219;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #505050;
	border-bottom-style: solid;
	border-bottom-color: #170904;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #505050;
}
#menu .current_navlink {
	padding-top: 0;
	padding-right: 0;
	background-color: #170904;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #170904;
	border-right-color: #170904;
	border-bottom-color:  #1a1a1a;
	border-left-color: #170904;
}
#menu a:hover {
	color: #fff;
	background-color: #950001;
	height: 26px !important;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #950001;
	border-right-color: #950001;
	border-bottom-color:  #1a1a1a;
	border-left-color: #950001;
}

#menu li {
	position:relative;
	float: left;
	text-align:center;
	width:0% !;
}

#menu li li {
	position:relative;
	float: left;
	text-align:left;
	border-left:1px solid #669933;
	border-bottom:1px solid #8fb82e;
	border-right:1px solid #8fb82e;
	background:#a9d147;
	background-image: url(images/00-submenubackgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	width: 130px;
	margin: 0px;
}

#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;
	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: #fff;
	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;
}

