@charset "utf-8";
/* CSS Document */

#menu{
	margin: 0px auto;
	width: 848px;
	height: 40px;
	border: 1px solid #000;		background-color: gray;
}
#menu ul{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 40px;
}
#menu ul li{
	display: block;
	height: 40px;
	float: left;
	background: url(/images/bg_menu.gif) center top repeat-x;
}
#menu ul li a{
	display: block;
	padding-top: 14px;
	height: 26px;
	color: #cfa1a2;
	font: normal bold 11px "Myriad Pro", "Trebuchet MS";
	text-transform: uppercase;
	text-align: center;
	line-height: 10px;
	border-right: 1px solid #5c0607;
	text-shadow: 1px 1px 1px #800a0d;
}
	#menu ul li a:hover{
		color: white;
	}
#menu ul li.search{
	background: url(/images/bg_search.gif) center top repeat-x;
	width: 155px;
	height: 40px;
	padding: 0px;
	display: block;
	position: relative;
}
	#menu form{ margin: 0px; padding: 0px;}
	#menu .field{
		width: 195px;
		height: 22px;
		float: left;
		background: url(/images/bg_search-filed.gif) center center no-repeat;
		border: none;
		margin: 0px;
		padding: 0px;
		color: #CCC;
		font: italic normal 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	#menu .searchBtn{
		width: 22px;
		height: 22px;
		display: block;
		border: none;
		background: url(/images/btn_search.gif) center top no-repeat;
		position: absolute;
		top: 9px;
		right: 11px;
	}
	#menu .searchBtn:hover{
		background-position: center bottom;
		cursor: default;
	}
/*==============================*/
#menu ul li.linkAbout a{ width: 140px;}
#menu ul li.linkSPSFAST a{ width: 140px;}
#menu ul li.linkCryomilling a{ width: 142px;}
#menu ul li.linkCustomer a{ width: 140px;}
#menu ul li.linkInvestors a{ width: 140px;}
#menu ul li.linkContact a{ width: 140px;}
/*==============================*/
#About li.linkAbout a,
#SPS ul li.linkSPSFAST a,
#Services ul li.linkCryomilling a,
#Customers ul li.linkCustomer a,
#Investors ul li.linkInvestors a,
#Contact ul li.linkContact a{
	color: white;
	background: url(/images/bg_menu_active.gif) center top repeat-x;
}

#menu .search a{
	color: #CCC;
	text-shadow: 1px 1px 1px #333;
	border-right: 0px;
}

/*=========================================================================================DROPDOWN MENU */
#dropmenudiv{
	position:absolute;
	z-index:1000;
	padding: 5px 0 0 0;
	text-transform: uppercase;
	background: #222;
	margin: 0;
}
	#dropmenudiv a{
		display: block;
		text-align: left;
		text-decoration: none;
		color: #fff;
		padding: 7px 10px;
		margin: 0;
		font: 11px Arial, Helvetica, sans-serif;
		border-bottom: 1px dotted #333;
	}
	#dropmenudiv a:hover{ /*hover background color*/
		background: #444;
	}