@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.
 *
 */

@import "default.css";

.horizontal-main-nav{
	background-color:#7db123;
	float:left;
	margin-bottom:10px;
	padding-left:2%;
	padding-right:2%;
	width:96%;
	
}

.dropdown-menu ul{
	font-size:13px;
	font-weight:bold;
	font-family:Arial,Helvetica;
}
.dropdown-menu ul ul{
	width:auto;
}
.dropdown-menu ul li span,
.dropdown-menu ul li a {
 display: block;
 padding: 7px 14px;
	background-color:#7db123;
}
.dropdown-menu ul li span,
.dropdown-menu ul li a.level {
	background-image:url(level1.png);
	background-position:center 90%;
	background-repeat:no-repeat;
}

.dropdown-menu ul li a:hover{
	background-color: #98d036;
	color:#fff;
}

.dropdown-menu ul li.attention-to-this-item a{
	background-color:#c90;
	background-image:url(arrow_to_right.png);
	background-position:7% center;
	background-repeat:no-repeat;

padding-left:20px;
width:108px;	
}
.dropdown-menu ul li.attention-to-this-item a:hover{
	background-color:#da1;
}

.dropdown-menu ul li.login a{
	background-color:#55a6ee;
}
.dropdown-menu ul li.login a:hover{
	background-color:#6fbbff;
}



.dropdown-menu ul.float-right ul{
 left: auto !important;
 right:0;
}

.dropdown-menu ul.float-right li{
 text-align: right;
}

.dropdown-menu ul.float-right ul a {
	width:60px;
}

/* ------------- Override default */

	.dropdown-menu ul li {
	 padding: 0;
	}


/* ------------- Reinitiate default: post-override activities  */

	.dropdown-menu ul li.dir {
	 padding: 7px 20px 7px 14px;
	}

	.dropdown-menu ul ul li.dir {
	 padding-right: 15px;
	}


/* ------------- Custom */

	.dropdown-menu ul li {
	}

	.dropdown-menu ul ul a {
	 padding: 4px 14px 4px 14px;
	 width: 100px; /* Especially for IE */
	 font-weight:normal;
	}

	.dropdown-menu ul ul a:hover {
	}

	.dropdown-menu ul a.open {
	 background-color: #2e2e2e;
	 color: #76b900;
	}

	.dropdown-menu ul ul a.open {
	 background-color: #76b900;
	 color: #fff;
	}


	/* CSS 2.1 */

	.dropdown-menu ul li:hover > a.dir {
		background-color:#7db123;
		color:#fff;
	}

	.dropdown-menu ul ul li:hover > a.dir {
	 background-color: #76b900;
	 color: #fff;
	}