body
{
	margin: 0;
}

/*********************************
START: Header
*********************************/
.headerContainer
{
	height: 50px;
	padding: 0;
	margin: 0;
}

.headerLeft
{
	width: 33%;
	background-color: #000000;
	padding: 0;
	margin: 0;
}

.headerRight
{
	width: 33%;
	background-color: #77B900;
	padding: 0;
	margin: 0;
}

.headerCenter
{
	text-align: center;
	padding: 0;
	margin: 0;
}

/*********************************
END: Header
*********************************/

/*********************************
START: Menu CSS
*********************************/
.menuContainer
{
	background-image: url(http://www.nvidia.com/content/includes/images/us/MenuBarBackground.gif);
	background-repeat: repeat-x;
	font-family: arial;
	font-size:8pt;
	height: 22px;
	width: 100%;
	white-space: nowrap;
	z-index: +1;
	padding: 0;
	margin: 0;
}

.menuSubContainer
{
	font-family: arial; 
	position:relative;
	font-size:8pt;
	height: 22px;
	margin:0; 
	padding:0;
	white-space: nowrap;
	display:block;
	float:left;
}

.ulMenuLevel1{
	list-style-type:none;
	margin:0;
	padding:0;
	
	font-family: arial;
	font-size:8pt;
}

.liMenuLevel1{
	list-style-type:none;
	float:left;
	
	font-family: arial;
	font-size:8pt;
}

.linkMenuLevel1{
	display:block;
	
	font-family: arial;
	font-size:8pt;
}

.ulMenuLevel2{
	list-style-type:none;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	
	background-color:#333333; 
	filter: alpha(opacity=90); 
	-moz-opacity: 0.9;
	KhtmlOpacity: .9;
	opacity: .9;
	font-family: arial;
	font-size:8pt;
}

.liMenuLevel2
{
	line-height: 22px;
	font-family: arial;
	font-size:8pt;
}

.liMenuLevel2 a{
 text-decoration: none;
 display:block;
 color: #ffffff;
 width:250px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
.liMenuLevel2 a:visited{
 text-decoration: none;
 display:block;
 color: #ffffff;
 width:250px;
 
 padding-left: 25px;
 font-family: arial;
 font-size:8pt;
}
 
.liMenuLevel2 a:hover{
 text-decoration: none;
 display:block;
 width:250px;
 
 background:transparent; 
 background:#424242;
 color: #76B900;
 font-family: arial;
 font-size:8pt;
}
 



li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	
	font-family: arial;
	font-size:8pt;
}

#mainMenuUL li>ul { 
	top: auto;
	left: auto;
	
	font-family: arial;
	font-size:8pt;
}

/*********************************
END: Menu CSS
*********************************/


/*********************************
START: Search CSS
*********************************/
.search
{
	position: absolute;
	text-align:right;
	left: 70%;
	top: 38px;
}

.search input
{
	border: 1px solid #77B900;
}
/*********************************
END: Search CSS
*********************************/


.copyright {
	font-family:arial;
	font-size:9px;
	color: #666666;
}

a.copyright {
	text-decoration:none;
}

a.copyright:hover {
	color: #929FBA;
	text-decoration:underline;
}

/*********************************
START: New Masthead
*********************************/
div.masthead {
background-image: url(http://www.nvidia.com/content/includes/masthead/nvidia/masthead_bg_nvidia.jpg);
background-repeat: no-repeat;
background-color: #76b900;
}
td.globalsearchBG {
background-image: url(http://www.nvidia.com/content/includes/masthead/nvidia/header_bg_nvidia.jpg);
background-repeat: no-repeat;
color: #FFFFFF;
padding: 0px;
text-align: left;
margin: 0px;
position: relative;
z-index:25
}

#globalselector {
position:absolute; 
left:0px;
top:0px; 
z-index: 98; 
width:220px;
}

div.newSearch {
position: relative;
left: 363px;
top: 30px;
width: 200px;
}

div.newSearch input {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
text-indent: 3px;
}

select.worldwide {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
}
/*********************************
END: New Masthead
*********************************/