@charset "UTF-8";

/** 
 * NVIDIA Advanced CSS Drop-Down Menu Theme
 *
 * @file		default.advanced.css
 * @name		NVIDIA
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 */

#hor-nav { background: url(../images/bg-container.gif) repeat-y; padding: 5px 15px 0; }
ul.dropdown { background: url(../images/bg-nav.gif) no-repeat; height: 38px; padding: 0 10px; }

ul.dropdown li a { border-left: #cef3f9 solid 1px; border-right: #1ca4d4 solid 1px; color: #333; display: block; float: left; font-weight: bolder; height: 38px; line-height: 38px; padding: 0 17px 0 18px; }
ul.dropdown li a:hover, ul.dropdown li a.Active { background: url(../images/bg-nav-active.gif) repeat-x; }
ul.dropdown li.First a { border-left: 0; }
ul.dropdown li.Last a { border-right: 0; }

/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir { }

	ul.dropdown ul {
	 width: 220px;
	 filter: alpha(opacity=90);
	 -moz-opacity: 0.9;
	 KhtmlOpacity: .9;
	 opacity: .9;
	}


/* ------------- Custom */

	ul.dropdown li.dir li {
		background: #d8f6fe;
		border-bottom: #bcd2c9 solid 1px;
		height: 25px;
		line-height: 25px;
		padding: 0;
	}

	ul.dropdown li ul a { border-left: none; border-right: none; width: 200px; height: 25px; line-height: 25px; padding: 0 10px; }

	ul.dropdown li ul a:hover { background: none; background-color: #b5ebfb; }

	ul.dropdown a.open {
	 background-color: #2e2e2e;
	 color: #76b900 !important;
	}

	ul.dropdown ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */

	ul.dropdown li:hover > a.dir {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	ul.dropdown ul li:hover > a.dir {
	 background-color: #76b900;
	 color: #fff;
	}