#menu-list {
	Z-INDEX: 2;
	HEIGHT: 75px;
	background-color: rgb(126, 192, 120);
}

#menu-list LI:first-child {
	MARGIN-LEFT: -7px;
	/* background-color: gold; */
}

#menu-list LI UL LI:first-child {
	MARGIN: 0px
}

#menu-list LI {
	FLOAT: left;
	LIST-STYLE-TYPE: none;
	/* background-color: rgb(126, 192, 120); */
}

#menu-list LI A {
	/* DISPLAY: inline-block; */
	PADDING-LEFT: 15px;
	FONT-SIZE: 14px;
	FLOAT: left;
	TEXT-TRANSFORM: uppercase;
	COLOR: #000;
	LINE-HEIGHT: 120px;
	FONT-FAMILY: "Tahoma";
	HEIGHT: 75px;
	TEXT-DECORATION: none
}

#menu-list LI UL {
	DISPLAY: none
}

#menu-list LI#headlink UL {
	Z-INDEX: 4;
	POSITION: absolute;
	TOP: 75px;
	TEXT-ALIGN: left
}

#menu-list LI#headlink:hover UL {
	DISPLAY: block
}

#menu-list LI#headlink a:hover {
	background-color: rgb(79, 151, 79);
	COLOR: #fff;
	width: 130px;
}

#menu-list LI#headlink {
	width: 150px;
	border-right: #dbdbdb 1px solid;
}

#menu-list LI#headlink:hover ul ul {
	DISPLAY: none
}

#menu-list li#headlink ul li#subsub ul {
	/* padding-left: 245px; */
	position: absolute;
	/* margin-top:-15px */
	margin-top: 45px;
	/* subsub vertical position  */
}

#menu-list li#headlink ul li#subsub:hover ul {
	DISPLAY: block;
	left: 380px;
	/* subsub horisontal position */
}

#menu-list li#headlink ul li a:hover {
	BACKGROUND: #8FD352;
	width: 380px;
	/* menu-width hover*/
}

#subsub>ul>li:nth-child(1)>a {
	width: 220px! important;
}

#subsub>ul>li:nth-child(2)>a {
	width: 220px! important;
}

#menu-list LI UL LI {
	CLEAR: both! important;
	DISPLAY: block! important;
	FLOAT: none! important;
	BORDER-TOP-STYLE: none! important;
	BORDER-RIGHT-STYLE: none! important;
	BORDER-LEFT-STYLE: none! important;
	BORDER-BOTTOM-STYLE: none! important;
	padding-left: 5px;
}



#menu-list LI UL LI A {
	width: 380px! important;
	/* menu-width */
	CLEAR: both! important;
	DISPLAY: block! important;
	FLOAT: none! important;
	BORDER-TOP-STYLE: none! important;
	BORDER-RIGHT-STYLE: none! important;
	BORDER-LEFT-STYLE: none! important;
	BORDER-BOTTOM-STYLE: none! important;
	PADDING-RIGHT: 0px! important;
	DISPLAY: block! important;
	PADDING-LEFT: 0px! important;
	FONT-SIZE: 16px! important;
	BACKGROUND: rgb(11, 95, 36);
	PADDING-BOTTOM: 0px! important;
	TEXT-TRANSFORM: none! important;
	COLOR: #fff! important;
	TEXT-INDENT: 15px;
	LINE-HEIGHT: 30px! important;
	PADDING-TOP: 0px! important;
	BORDER-BOTTOM: #fff 1px solid;
	HEIGHT: 30px! important;
}