#header_content{
	width: 960px;
	overflow: hidden;
	margin:0 0px;
}

.topLogo {
	width: 291px;
	float: left;
	margin-left:10px;
}

.topMenu {
	width: 640px;
	float: right;
	font: normal normal 11px "Trebuchet MS", Trebuchet MS, sans-serif;
	font-weight:bold;
}

.topMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.topMenu ul li {
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
	float: left;
}

.topMenu ul li a {
	color: #fff;
	text-decoration: none;
}

.topMenu ul li a:hover {
	color: #fff;
}

.login {
	padding-right: 7px;
	padding-top: 6px;
	background: none;
	border: none;
	cursor: pointer;
	float: right;
	line-height: 18px;
    text-transform: capitalize;
	padding-left:8px;
	color:#d90202;
	font-weight:bold;
}

.login a{
	text-decoration: underline;
	font-weight: bold;
    color:#d90202;
}

.login a:hover{
	text-decoration:underline;
    color:#d90202;
}