@charset "UTF-8";

/** 
 * CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */

@import "helper.css";


/*------------------------------------------------------------------------------------------------------/
	@section	Style Framework  */


	/* First-level expected directory tag - li */

	ul.dropdown li {
	 padding: 5px;

	}

	ul.dropdown *.dir {
	 padding-right: 24px;
	 background-image: none;
	 background-position: 100% 50%;
	 background-repeat: no-repeat;
	}

		/* Non-first level */
		ul.dropdown ul *.dir {
		 padding-right: 15px;
		 background-image: url(images/nav-arrow-right.png);
		 background-position: 100% 50%;
		 background-repeat: no-repeat;
		}

		ul.dropdown ul ul *.dir {
		 background-image: url(images/nav-arrow-right2.png);
		}


	/* Components override */

	ul.dropdown-vertical *.dir {
	 background-image: url(images/nav-arrow-right.png);
	}

	ul.dropdown-vertical-rtl *.dir {
	 padding-right: 15px;
	 background-image: url(images/nav-arrow-left.png);
	 background-position: 0 50%;
	}



/*------------------------------------------------------------------------------------------------------/
	@section	Base Drop-Down Styling  */



	/* ALL LEVELS (incl. first) */

	ul.dropdown {
	 font-size:.79em;

	}

		ul.dropdown li {
		 background: #f0f0f0;

	
		}

		ul.dropdown li.hover,
		ul.dropdown li:hover {
		}


		/* Links */

		ul.dropdown #Bar1:hover, ul.dropdown #Bar2:hover, ul.dropdown #Bar3:hover, ul.dropdown #Bar4:hover, ul.dropdown #Bar5:hover, ul.dropdown #Bar6:hover,{
		/*background:#fff url(../site-images/droparrowhover.gif) 100% 50% no-repeat !important;*/
		}
		
		ul.dropdown #Bar1W:hover, ul.dropdown #Bar2W:hover, ul.dropdown #Bar3W:hover, ul.dropdown #Bar4W:hover, ul.dropdown #Bar5W:hover, ul.dropdown #Bar6W:hover,{
		/*background:#fff url(../site-images/droparrowhover.gif) 100% 50% no-repeat !important;*/
		}
		
		
		ul.dropdown #Bar1 a:link,
		ul.dropdown #Bar1 a:visited { color: #0082a1; text-decoration: none;}
		ul.dropdown #Bar1 a:hover {
		 border-top-color: #fff !important;
		 border-left-color: #fff;
		 		 color: #0082a1;
		 background-position:100% -32px;
		}
		
		ul.dropdown #Bar1W a:link,
		ul.dropdown #Bar1W a:visited { color: #0082a1; text-decoration: none;}
		ul.dropdown #Bar1W a:hover {
		 border-top-color: #fff !important;
		 border-left-color: #fff;
		 		 color: #0082a1;
		 background-position:100% -32px;
		}
		
		ul.dropdown #Bar1 a:link,
		ul.dropdown #Bar1 a:visited, 
		ul.dropdown #Bar2 a:link,
		ul.dropdown #Bar2 a:visited,
		ul.dropdown #Bar3 a:link,
		ul.dropdown #Bar3 a:visited,
		ul.dropdown #Bar4 a:link,
		ul.dropdown #Bar4 a:visited,
		ul.dropdown #Bar5 a:link,
		ul.dropdown #Bar5 a:visited,
		ul.dropdown #Bar6 a:link,
		ul.dropdown #Bar6 a:visited,  { color: #0082a1; text-decoration: none;}
		
		ul.dropdown #Bar1W a:link,
		ul.dropdown #Bar1W a:visited, 
		ul.dropdown #Bar2W a:link,
		ul.dropdown #Bar2W a:visited,
		ul.dropdown #Bar3W a:link,
		ul.dropdown #Bar3W a:visited,
		ul.dropdown #Bar4W a:link,
		ul.dropdown #Bar4W a:visited,
		ul.dropdown #Bar5W a:link,
		ul.dropdown #Bar5W a:visited,
		ul.dropdown #Bar6W a:link,
		ul.dropdown #Bar6W a:visited,  { color: #0082a1; text-decoration: none;}
		
		
		
		ul.dropdown #Bar1 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #c0d740;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar2 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #d30f4c;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar3 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #663366;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar4 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #f47920;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar5 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #00aeef;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar6 a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #fcb316;color: #000;background-position:100% -32px;}
		
		ul.dropdown #Bar1W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #c0d740;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar2W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #d30f4c;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar3W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #663366;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar4W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #f47920;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar5W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #00aeef;color: #fff;background-position:100% -32px;} 
		ul.dropdown #Bar6W a:hover{border-top-color: #fff !important;border-left-color: #fff;background-color: #fcb316;color: #000;background-position:100% -32px;}
		
		
		

		ul.dropdown a:link,
		ul.dropdown a:visited { color: #0082a1; text-decoration: none;}
		ul.dropdown a:hover {
		 border-top-color: #000 !important;
		 border-left-color: #000;
		 color: #0082a1;
		}
		
	
		

		ul.dropdown ul #Bar1 a.dir:hover {#c0d740;background: #c0d740 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar2 a.dir:hover {background:#d30f4c url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar3 a.dir:hover {background:#663366 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar4 a.dir:hover {background:#f47920 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar5 a.dir:hover {background:#00aeef url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar6 a.dir:hover {background:#fcb316 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		
		ul.dropdown ul #Bar1W a.dir:hover {#c0d740;background: #c0d740 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar2W a.dir:hover {background:#d30f4c url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar3W a.dir:hover {background:#663366 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar4W a.dir:hover {background:#f47920 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar5W a.dir:hover {background:#00aeef url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		ul.dropdown ul #Bar6W a.dir:hover {background:#fcb316 url(../site-images/DropdownArrow.gif) top right no-repeat;color: #fff;}
		
	
		

		ul.dropdown a:active {
		 
		 color: #fff;
		}


		/* NON-FIRST LEVEL */

		ul.dropdown ul {
		  width: 207px;
		  margin-top: 0px;
		 /*border-top: 1px solid #1a1a1a;*/
		  border-left: solid 1px #0082a1;
		  /*border-bottom: 1px solid #0082a1;*/
		  border-top: 1px solid #0082a1;
		}
		ul.dropdown #Bar6 ul{
			border-right:none;
		}

		
		
		
		
		
		
			ul.dropdown ul li {
			 background-color: #f0f0f0;
			
			}

		ul.dropdown ul ul {
		
		 top: -1px;
		 right: auto;
		 left: 206px;
		 margin-top: 0;
		 border-top: 1px solid #0082a1;
		 border-left: solid 1px #0082a1;
		 font-weight: normal;
		 /*border-bottom: 1px solid #0082a1;*/
		 /* scroll bars???
		  width:205px;
		  max-height:200px;
		  overflow-y: scroll;*/
		}
		
		ul.dropdown #Bar6 ul ul {
			 top: -1px;
			 right: auto;
			 left: -208px;
			 margin-top: 0;
			 border-top: 1px solid #0082a1;
			 border-right: none;
			 font-weight: normal;
			
		 }

			ul.dropdown ul ul li {
			 background-color: #f0f0f0;
			}

		ul.dropdown ul ul ul li {
		 background-color: #0082a1;
		}
		
	



/* Mixed *
ul.dropdown li a,
ul.dropdown *.dir {
 border-style: solid;
 border-width: 0px 1px 0px 0px;
 border-top-color: #FF00FF;
  border-right-color:#fff;
   border-bottom-color: #1a1a1a;
    border-left-color:#333333;
}*/

ul.dropdown li#Bar6 a{border-right:none!important;}
ul.dropdown li#Bar6 ul li a{border-right:1px solid #0082a1!important;}


ul.dropdown ul li a,
ul.dropdown ul *.dir { 
border-top:none;
border-right:1px solid #0082a1;
border-bottom:none;


}

ul.dropdown ul ul li a,
ul.dropdown ul ul *.dir { 

border-top:none;
border-right:1px solid #0082a1;
border-bottom:none;


}

ul.dropdown ul ul ul li a,
ul.dropdown ul ul ul *.dir { border-top:1px solid #0082a1;
border-right:1px solid #0082a1;
border-bottom:none;
 }



/* Custom elements */

#n-movies { width: 250px; 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-movies ul ul ul { left: 100%; }