/* MAIN MENU */
DIV#menu {
	float: left;
	margin-top: -1px;
}

DIV#menu UL LI {
	float: left;
	margin: 0 10px;
	_width: 10px;
}

DIV#menu UL LI A {
	font-size: 91%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position: relative;
}

DIV#menu UL LI.active A {
	color: #516a32;
	display: block;
	background: url('../images/bg-tab-right-corner.png') no-repeat right 0;
	position: relative;
	padding-right: 62px;
	overflow: hidden;
	margin-right: -35px;
	border: 0px solid black; /*IE 6 fix */
}

DIV#menu UL LI A SPAN {
	padding: 1.1em 0px .9em 0px;
	display: block;	
}

DIV#menu UL LI.active A SPAN {
	margin-left: 8px;
	padding-left: 10px;
	background: url('../images/bg-tab.png') repeat-x;
}

DIV#menu UL LI A SPAN.no-bg {
	background: none;
}

DIV#menu UL LI.over UL,
DIV#menu UL LI:hover UL {
	visibility: visible;
}

DIV#menu UL LI.arrow,
DIV#menu UL LI:hover {
	background: url('../images/bg-menu-hover-arrow.gif') no-repeat 8px bottom;
}

DIV#menu UL LI.active {
	background: url('../images/bg-tab-left-corner.png') no-repeat top left;	
	margin: 0;	
	border: 0px solid black;
	
}

/* 2nd menu */
DIV#menu UL LI UL {
	position: absolute;
	background: url('../images/bg-grey-submenu.jpg') repeat-x top #fff;
	border: 1px solid #7a9a37;
	border-top: 0px solid black;
	margin-left: 3px;
	padding: .3em 0;
	width: 16em;
	visibility: hidden;
}

DIV#menu UL LI UL LI {
	font-size: 12px;
	float: none;
	_height: 0px;
	_width: auto;
}

DIV#menu UL LI UL A SPAN,
DIV#menu UL LI UL A.noactive SPAN,
DIV#menu UL LI UL A.active SPAN {
	background: none;
	border: 0px solid magenta;
	display: inline;
	padding: 0 !important;
	margin: 0 !important;
}

DIV#menu UL LI LI:hover{
	background:none;
}

DIV#menu UL LI LI A,
DIV#menu UL LI LI A.noactive,
DIV#menu UL LI LI A.active  {
	background-image: url('../images/icon-green-arrow.gif');
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 1px;
	display: block;
	padding: 7px 6px 7px 20px;
	font-weight: normal;
	margin-right: 0 !important;
	color: #313131;
	border: 0px solid blue; /*IE 6 fix */
	border-bottom: 1px solid #d6d6d6;
}

DIV#menu UL LI UL LI.active {
	background-color: #eaeaea;
	margin: 0 10px;
}

DIV#menu UL LI UL A.active {
	background-color: #eaeaea;
}

DIV#menu LI.last A {
	border: 1px solid transparent !important; /*IE FIX */
	
}


/* 3rd menu */
DIV#menu UL UL UL {
	position: absolute;
	visibility: hidden !important;
	margin-top: -3em;
	left: 	14em;
	border-top: 1px solid #7a9a37;
}

DIV#menu UL LI LI:hover UL,
DIV#menu UL LI LI.over UL {
	visibility: visible !important;
}
DIV#menu UL LI UL A:hover{
	background: #eaeaea url('../images/icon-green-arrow.gif') no-repeat 0 center;
}


/* 2nd menu */
DIV#menu UL UL {
	z-index:5000;
}
/* 3rd menu */
DIV#menu UL UL UL {
	z-index:5010;
}
/* 4th menu */
DIV#menu UL UL UL UL {
	z-index:5020;
}

