@charset "utf-8";
ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform:uppercase;
  font-weight:bold;
	}
ul li {
  display: block;
  position: relative;
  float: left;
}
li ul { display: none; }
ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  padding: 5px 10px 5px 10px;
  background: #fff;
  margin-left: 1px;
  white-space: nowrap;
}
ul li a:hover { background: #f7f7f7; color:#e30613; }
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
  float: none;
  font-size: 11px;
}
li:hover a { background: #f7f7f7;  color:#333333;}
li:hover li a:hover { background: #ffffff;  color:#e30613;}

.copyright{
	width:auto;
	height:20px;
	float:left;
	color:#333333;
	font-size:12px;
	font-family: Arial, Verdana;
	margin-top:10px;
	}
	
.career a{
	width:auto;
	height:20px;
	float:left;
	margin-left:650px;
	color:#333333;
	font-size:12px;
	font-family: Arial, Verdana;
	text-decoration:none;
	margin-top:10px;
	}
	
.press a{
	width:auto;
	height:20px;
	float:left;
	margin-left:10px;
	color:#333333;
	font-size:12px;
	font-family: Arial, Verdana;
	text-decoration:none;
	margin-top:10px;
	}
	
.contact a{
	width:auto;
	height:20px;
	float:left;
	margin-left:10px;
	color:#333333;
	font-size:12px;
	font-family: Arial, Verdana;
	text-decoration:none;
	margin-top:10px;
	}
	
.career a:hover, .press a:hover,	.contact a:hover{
	color:#e30613;
	text-decoration:underline;
	}

.shareicon{
	width:auto;
	height:auto;
	float:right;
	margin-left:10px;
	margin-top:15px;
	}
	
.shareicon img{
	border:0px;
	}