@charset "UTF-8";

/* @section	Style Framework  */
/* First-level expected directory tag - li */
	ul.dropdown li {
	 padding: 5px;
	}

/* @section	Base Drop-Down Styling  */
/* ALL LEVELS (incl. first) */
	ul.dropdown {
		font-family:  Arial,Helvetica,Verdana , Tahoma, sans-serif;
		font-size:12px;
		font-weight:bold;	
	}
	
	ul.dropdown li {
		 background-color: #216521;
		 color: #fff;
	}

	ul.dropdown li.hover,
	ul.dropdown li:hover {
	}

	/* Links */
	ul.dropdown a:link {color: #fff; text-decoration: none;}
	ul.dropdown a:visited { color: #fff; text-decoration: none;}
	ul.dropdown a:hover {
	 border-top-color: #5db1e0 !important;
	 border-left-color: #5db1e0;
	 background-color: #0060BF;
	 color: #fff;
	}

	ul.dropdown a:active {
	 background: #0060BF 0 0 repeat-x !important;
	 color: #fff;
	}

	/* NON-FIRST LEVEL */

	ul.dropdown ul {
	 left: 0;
	 right: auto;
	 width: 150px;
	 margin-top: -1px;
	 border-top: 1px solid #1a1a1a;
	 border-left: solid 1px #4c4c4c;
	font-family: Arial, "Trebuchet MS",Helvetica,Verdana , Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	}

	ul.dropdown ul li {
	 background-color: #3a3a3a;
	}

	ul.dropdown ul ul {
	 top: 0;
	 right: auto;
	 left: 100%;
	 margin-top: 0;
	 border-top: none;
	 border-left: none;
	 font-weight: normal;
	}

	ul.dropdown ul ul li {
	 background-color: #4c4c4c;
	}

	ul.dropdown ul ul ul li {
	 background-color: #595959;
	}


/* Mixed */

ul.dropdown li a,
ul.dropdown *.dir {
	font-family:  Arial,Helvetica,Verdana , Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;	

}

ul.dropdown ul li a,
ul.dropdown ul *.dir { border-color: #4a4a4a #242424 #242424; border-left: none; }

ul.dropdown ul ul li a,
ul.dropdown ul ul *.dir { border-color: #595959 #333 #333; }

ul.dropdown ul ul ul li a,
ul.dropdown ul ul ul *.dir { border-color: #767676 #404040 #404040; }



/* Custom elements */

#n-home { width: 75px; text-align: center; }
#n-homeshort { width: 60px; text-align: center; }
#n-question { width: 100px; text-align: center; }
#n-discussion { width: 115px; text-align: center; }
#n-discussion02 { width: 145px; text-align: center; }
#n-usefullinks { width: 90px; text-align: center; }
#n-contactus { width: 75px; text-align: center; }
#n-faq{ width: 50px; text-align: center; }
#n-movies ul { right: auto; left: 0; width: 249px; text-align: left; }
#n-movies ul ul { left: 249px; width: 150px; }
#n-movies ul a { width: 232px; }
#n-movies ul a.dir { width: 210px; }
#n-movies ul ul a { width: 133px; }
#n-movies ul ul a.dir { width: 111px; }
#n-home ul ul ul { right: 100%; }
#n-question ul ul ul { right: 100%; }
#n-discussion ul ul ul { right: 100%; }
#n-usefullinks ul ul ul { right: 100%; }
#n-contactus ul ul ul { right: 100%; }


/* @section		Base Style Extension*/
ul.dropdown a,
ul.dropdown span {
 display: block;
 padding: 5px 0px;
}

/* @section	Base Style Override */

ul.dropdown li {
 padding: 0;
}

ul.dropdown ul a,
ul.dropdown ul span { /* POI, proposal: override abstract a, span */
 padding: 8px;
}


/*@section		Base Style Reinitiate: post-override activities */

ul.dropdown ul a {
	 width: 133px;
}

/* @section		Support Class `open` Usage
 * @source		js, artificial */

ul.dropdown *.open {
 background-color: #3d3d3d;
}
ul.dropdown ul *.open {
 background-color: #4c4c4c;
 color: #fff;
}
ul.dropdown ul ul *.open {
 background-color: #595959;
 color: #fff;
}
/* Override UPPER TWO definitions */
ul.dropdown a.open:hover {
 background-color: #0060BF;
 color: #fff;
}
ul.dropdown ul a.open:hover {
 color: #fff;
}
