﻿@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.
 *
 */


ul.dropdown li a {
	/* styles the links -- both in list across and in the drop down*/
	display: block; /*padding: 7px 14px;*/;
	padding: 5px 21px 5px 21px;
	color: white;
	text-decoration: none;
	font-weight: bold;
}


/* ------------- Override default */

	ul.dropdown li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	ul.dropdown li.dir {
	 /*padding: 7px 20px 7px 14px;*/
	 padding: 21px 21px;	 
	}

	ul.dropdown ul li.dir {
	 /*padding-right: 15px; not sure what this does*/
	}


/* ------------- Custom */


	ul.dropdown ul a {

	/*background of the drop down that appears */
	padding: 4px 5px 4px 21px;
	/*width: 151px;  Especially for IE */	width: 210px; /*background-color: #cccccc;*/;
	/*background: url('../images/hornav_bg.gif') repeat-x; */

	
	/*float: left;*/
	margin: 0;
	/*padding: 0;*/
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	/*border-left: none;*/
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	color: #000000;
	font: normal;

	
}

	ul.dropdown ul a:hover { /* controls hover of drop down list*/
		background: #ccc;
}

/*	ul.dropdown a.open { Not sure this is used.
	 background-color: orange;
	 color: #76b900 !important;
	}

	ul.dropdown ul a.open { Not sure this is used.
	 background-color: purple;
	 color: #fff;
	}

*/
	/* CSS 2.1 */

	ul.dropdown li:hover > a.nodir { /* added by CB to get the items without a sub to highlight */
	 color: #3399ff;
	}


	ul.dropdown li:hover > a.dir { /* highlights word that has drop downs */

	 color: #3399ff;
	}

	ul.dropdown ul li:hover > a.dir { /* not sure this is used. if it is, haven't figured out when. */
	 background-color: pink;
	 color: #fff;
	}