@charset "UTF-8";

/** 
 * MTV.com CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		MTV
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE6+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */


/*------------------------------------------------------------------------------------------------------/
	@section	Style Framework  */


	/* First-level expected directory tag - li */

	ul.dropdown li {
	 padding: 5px;
	}

	ul.dropdown *.dir {
	 padding-right: 30px;
	 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: 12px/normal Arial, Helvetica, sans-serif;
	}

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

		ul.dropdown li.hover,
		ul.dropdown li:hover {
		 color: #0256a5;
		}

		/* Links */

		ul.dropdown a:link,
		ul.dropdown a:visited { color: #555; text-decoration: none;}
		ul.dropdown a:hover {
		 border-top-color: #´ccc !important;
		 border-left-color: #ccc;
		 background-color: #eee;
		 color: #0256a5;
		}

		ul.dropdown ul span.dir:hover { /* proposal */
		 background-color: #eee;
		 background-image: url(./images/comnav-arrowon.png);
		 color: #0256a5;
		}

		ul.dropdown a:active {
		 background: #058acf url(./images/nav-sub-press.png) 0 0 repeat-x !important;
		 color: #0256a5;
		}


		/* NON-FIRST LEVEL */

		ul.dropdown ul {
		 left: auto;
		 right: 0;
		 width: 150px;
		 margin-top: -1px;
		 border-top: 1px solid #ccc;
		 border-left: solid 1px #ccc;
		 font: 11px/1em Tahoma, Geneva, Verdana, sans-serif;
		}

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

		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: #ddd;
			}

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



/* Mixed */

ul.dropdown li a,
ul.dropdown *.dir {
 border-style: solid;
 border-width: 1px;
 border-color: #ccc #ccc #aaa #ccc;
}

ul.dropdown ul li a,
ul.dropdown ul *.dir { border-color: #ccc #ccc #aaa; border-left: none; }

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

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



/* Custom elements */

#n-news { width: 90; text-align: center; }

#n-products { width: 140; text-align: center; }
#n-products ul { right: auto; left: 0; width: 200px; text-align: left; }
#n-products ul ul { left: 200px; width: 250px; }
#n-products ul a { width: 233px; }
#n-products ul a.dir { width: 250px; }

#n-company ul { right: auto; left: 0; width: 130px; text-align: left; }