@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) */


#topMenuHolder
{
	width:943px;
	height:40px;
	padding:0 1px 0 1px;
	display:block;
	clear:both;
}

#topMenu {
	width:100%;
	border-top:solid 1px #d8ddd8;
	background:url(../../img/bg_menu.jpg) 0 0 repeat-x;
	float:left;
}


#topMenu ul{
	width:100%;
	margin:0;
	padding:0;
	float:left;
}

#topMenu ul li{
	list-style:none;
	float:left;
}

#topMenu ul li a{
	font-family:arial,verdana;
	font-size:12px;
	font-weight:bold;
	color:#619b4c;
	text-decoration:none;
	display:block;
	margin:0 0 0 0;
	padding:0 20px 0 20px;
	
}


#topMenu ul li a #mn_left{
{
	width:6px;
	height:29px;
	background:url(../../img/mn_left.png) 0 0 no-repeat;
	float:left;
}
