#header {
	margin:20px 0px 0px 0px;
}

#header h1, #header h2 {
	margin: 0px;
}

#header h2 {
	margin: 0px 0px 5px 0px;
	font-weight: normal;
	font-size: 14px;
	letter-spacing:0.3px;
}

#header a, #header a img {
	color:#616161;
	border:0px;
}

#header a:hover {
	color:#000000;
}

#header a.logo {
	float:left;
}

#header a.new_project {
	float:left;
	min-height:27px;
	height:29px;
	width:88px;
	padding-left:30px;
	line-height:28px;
	background: transparent url(/images/new_project_bg.png) no-repeat;
	font-weight:bold;
	margin-left:200px;
}

#menu {
	float:left;
	width:100%;
	margin:5px 0px 0px 0px;
}

#menu ul {
	float:right !important;
}

#menu ul, #menu li {
 	display: inline;
 	list-style-type: none;
 	margin: 0;
 	padding: 0;
 	outline-style:none;
	float:left;
}

#menu a:link, #menu a:visited {
 	color: #ffffff;
 	float: left;
	font-size:12px;
 	font-weight: normal;
 	line-height: 13px;
 	padding: 2px 10px;
 	text-decoration: none;
 	outline-style:none;
	margin:5px 10px 0px 0px;
}

#menu a:link.active, #menu a:visited.active {
	margin-top:6px;
	padding:3px 10px;
	background:#ffffff;
 	color: #616161;
 	outline-style:none;
}

#menu a.active:hover {
	text-decoration: none;
	cursor:default;
}

#menu a:hover {
	text-decoration: underline;
}

#identity {
	margin:-10px 0px 0px 0px;
	padding:0px;
	float:right;
	text-align:right;
}

#identity img {
	float:right;
	height:50px;
	margin:-3px 0px 0px 10px;
	padding:0px;
}

#identity a {
	color:#C72906;
	outline-style:none;
	text-decoration:none;
}

#identity a:hover {
	color:#C72906;
	text-decoration:underline;
}