@charset "UTF-8";

/** 
 * NVIDIA CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		NVIDIA
 * @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 "dropdown/themes/nvidia.com/helper.css";



/*------------------------------------------------------------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				*(.class|:hover)
 * @level sep	ul
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown {
	/* font: normal 12px Arial, Helvetica, sans-serif; */
      font: bold 13px 'trebuchet ms', 'lucida grande', arial, sans-serif;
	color: #333333;
	/* This pads the text in the dropdown to help center it.  */
	padding-left: 125px;
}

	ul.dropdown li {
	padding: 7px 0;
	color: #333333;
	line-height: normal;
	}

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

	ul.dropdown a:link,
	ul.dropdown a:visited {
	color: #333333;
	text-decoration: none;
}
	ul.dropdown a:hover {
	color: #000000;
	text-decoration: none;
}
	ul.dropdown a:active {
	color: #333333;
}


/* ----- END LEVEL */


	/* ----- NON-FIRST LEVEL */

	ul.dropdown ul {
	width: 190px;
	background-color: #CEC5AB;
	color: #93413A;
	font-size: 12px;
	text-transform: none;
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	KhtmlOpacity: .9;
	opacity: .9;
	}

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

		ul.dropdown ul li.hover,
		ul.dropdown ul li:hover {
		 background-color: transparent;
		}

		ul.dropdown ul a:link,
		ul.dropdown ul a:visited {
	color: #000000;
}
		ul.dropdown ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
		ul.dropdown ul a:active {
	color: #333333;
}


/* ----- END LEVEL */



/*------------------------------------------------------------------------------------------------------/
 * @section	Support Class 'dir'
 * @level sep	ul, .class
 */


/* ----- ALL LEVELS (incl. first) */

ul.dropdown *.dir {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown *.noright {
 padding-right: 12px;
 background-image: none;
 background-position: 100% 50%;
 background-repeat: no-repeat;
 border-right-width: 1px;
 border-right-style: solid;
 border-right-color: #93413A;
}

/* ----- END LEVEL */


/* Components override */

