@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

 *

 */





/*------------------------------------------------------------------------------------------------------/

 * @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, Times, Times New Roman;

 /*text-transform: uppercase;*/

 padding-bottom:-50px;

}





	ul.dropdown li {

	 padding: 0px 0px;

	 background-color: transparent;

	 color: #fff;

	 line-height: normal;

	 width: 80px;

	}



	ul.dropdown li.hover,

	ul.dropdown li:hover {

	 

	}



	ul.dropdown a:link,

	ul.dropdown a:visited { color: #fff; text-decoration: none; }

	ul.dropdown a:hover { color: #f7941e; text-decoration: none; }

	ul.dropdown a:active { color: #fff; }





/* ----- END LEVEL */





	/* ----- NON-FIRST LEVEL */



	ul.dropdown ul {

	 width: 170px;

     margin-top: 36px;

	 background-color: #bf1e2a;

	 color: #fff;

	 font-size: 13px;

	 line-height: 20px;

	 text-transform: none;

	 padding: 0;

	}



		ul.dropdown ul li {

		 background-color: transparent;

		 color: #000;

		 filter: none;

		 padding-top:3px;

		}



		ul.dropdown ul li.hover,

		ul.dropdown ul li:hover {

		 background-color: transparent;

		}



		ul.dropdown ul a:link,

		ul.dropdown ul a:visited { color: #fff; }

		ul.dropdown ul a:hover { color: #fff; text-decoration: none; }

		ul.dropdown ul a:active { color: #fff; }





/* ----- END LEVEL */







/*------------------------------------------------------------------------------------------------------/

 * @section	Support Class 'dir'

 * @level sep	ul, .class

 */





/* ----- ALL LEVELS (incl. first) */



ul.dropdown *.dir {

 padding-right: 0px;

 background-image: none;



 background-repeat: no-repeat;

}



/* ----- END LEVEL */





/* Components override */




