/* CSS Document */

#mainNav {
	position:absolute;
	top: 29px;
	left:260px;
	width: 596px;
	height: 38px;
	overflow: hidden;
}

#Nav {
	margin: 0;
	padding: 0;
	list-style:none;
	display:inline;
	height: 38px;
	overflow: hidden;
}
	
#Nav li {
	margin: 0;
	padding: 0;
	list-style:none;
	display:inline;
}

#Nav a {
	float:left;
	padding: 38px 0 0 0;
	overflow: hidden;
	height: 0px;
	height /**/: 38px;
}

#Nav a:hover {
	background-position: 0 -38px;
}

#Nav a:active   {
	background-position: 0 -76px;
}

#Nav .selected  {
	background-position: 0 -76px;
}

#navTech a {
	width: 112px;
	background: url(../images/nav_tech.gif) top left no-repeat;
}

#navProducts a {
	width: 86px;
	background: url(../images/nav_products.gif) top left no-repeat;
}

#navNews a {
	width: 67px;
	background: url(../images/nav_news.gif) top left no-repeat;
}

#navCareers a {
	width: 76px;
	background: url(../images/nav_careers.gif) top left no-repeat;
}

#navAboutus a {
	width: 88px;
	background: url(../images/nav_aboutus.gif) top left no-repeat;
}

#navLogin a {
	width: 127px;
	background: url(../images/nav_login.gif) top left no-repeat;
}

#DropDown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	color: #333333;
	position:relative;
	z-index: 200;
}

#DropDown li {
	list-style-type: none;
	margin: 0px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #999999;
	height: 23px;
}
#DropDown ul {
	margin: 0px;
	padding: 0px;
	background-color: #64A438;
}

#DropDown li A{
	color: #333333;
	display: block;
	text-decoration: none;
	padding: 3px 10px 6px 16px;
	
}

#DropDown li A:hover{
	text-decoration: none;
	color:#FFFFFF;
	background-color: #5B93A0;
}


#MenuAboutUs {
	position:absolute;
	width: 140px;
	list-style-type: none;
	z-index: 200;
	top: 0px;
	left:601px;
	visibility: hidden;
}







