@import url(../default.css);
/**
* 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
{
	display: block;
	padding: 4px 0px 4px 4px;
}
/*------------- Override default*/
UL.dropdown LI
{
	padding: 0;
	margin-right: 0px;
	margin-left: 0;
}
/*------------- Reinitiate default: post-override activities*/
UL.dropdown LI.dir
{
	padding: 0px;
}
UL.dropdown UL LI.dir
{
	padding-right: 8px;
}
/*------------- Custom*/
UL.dropdown LI
{
}
UL.dropdown UL A
{
	padding: 4px 5px 4px 4px;
	width: 120px;
/*Especially for IE*/
	text-align: left;
}
UL.dropdown UL A:hover
{
	background-color: #000000;
	text-align: left;
}
UL.dropdown A.open
{
	background-color: #444444;
	color: #FEF285 !important;
}
UL.dropdown UL A.open
{
	background-color: #76B900;
	color: #FFF;
}
/*CSS 2.1*/
UL.dropdown LI:hover>A.dir
{
	background-color: #725B29;
	color: #FEF285;
}
UL.dropdown UL LI:hover>A.dir
{
	background-color: #76B900;
	color: #FFF;
}
.style1
{
	font: bold 16px sans-serif;
	font-size: 16px;
}
.style2
{
	color: #000000;
	font: bold 1em sans-serif;
}
.style3
{
	font-size: 16px;
	color: #003366;
}
.style4
{
	font-size: 30px;
	font-weight: bold;
	line-height: 125%;
}
a.main
{
	font-size: 18pt;
	font-weight: bold;
	font-properties: normal;
	text-decoration: none;
	color: #000000;
	
}
a.main:visited	
{
	text-decoration: none
}
a.main:active	
{
	text-decoration: none
}
a.main:hover	
{
	color: #937632;
}