
/*@charset "UTF-8";
@import "helper.css";*/


ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
 list-style: none;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

/*ul.dropdown {
 font-weight: bold;
border: solid #FF0000;

}*/

/*ul.dropdown {
 width: 97%;
 position: relative;
 z-index: 597;
 float: left;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 10px;
font-weight: bold;
border: solid #FF0000;
}*/

ul.dropdown li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

ul.dropdown ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0px;
 z-index: 298;
 width: 100%;
}

ul.dropdown ul li {
 float: none;
}

ul.dropdown ul ul {
 top: 1px;
 left: 99%;
}

ul.dropdown li:hover > ul {
 visibility: visible;
}


	ul.dropdown li {
	 padding: 6px 21px; /*this controls the height and width of the whole menu*/
	 border-style: solid;
	 border-width: 0px 1px 1px 0;
	 border-color: #fff #d9d9d9 #d9d9d9;
	 background-color: #4F874F; /*this controls the background color of the whole menu*/
	 color: #000;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #4F874F; /*this controls the background color of the buttons throughout the menu when you hover*/
	 color: #C8C77A; /*this controls the color of the text on hover*/
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #000; text-decoration: none; }
	ul.dropdown a:hover		{ color: #C8C77A; }
	ul.dropdown a:active	{ color: #ffa500; }


	/* -- level mark -- */

	ul.dropdown ul {
	 width: 280px;
	 margin-top: 1px;

	}

		ul.dropdown ul li {
		 font-weight: normal;
		 
		}

ul.dropdown *.dir {
 padding-right: 16px; /*controls the width of the boxes*/
 /*background-image: url(../images/nav-arrow-down.png);*/
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 5px;
 background-image: url(../images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(../images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(../images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 0px;
 padding-left: 0px;
 background-image: url(../images/nav-arrow-left.png);
 background-position: 0 0%;
}