/* @group Navigation */
#navigation{
	width: 78.5%;
	position: relative;
	height: 40px;
}

#navigation .app_icon
{
	
}

#navigation ul {
	padding-top: 5px;
}

#navigation ul li{
	margin-right: 10px;
	display: block;
	float: left;
	font-size: 1.1em;
}

#navigation a {	                           
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	height:  23px;
}

#navigation b {
	background-color: #f6f5d2;
	color: #804000;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px;
	height:  23px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#navigation ul li ul{
	/*put the subnavs below and hide them all*/
	display: none;
	position: absolute;
	height: 20px;
	left: 0;
}

#navigation .apps li
{
	position: relative;
	top: -30px;
	margin-right: 2em;
}

#navigation .apps img
{
	position: relative;
	top: 18px;
}

#navigation .meta{
	position: absolute;
	width: 19%;
	right:0;
}

#navigation .blog{
	position: absolute;
	width: 9%;
	right:20%;
}


#navigation .meta,
#navigation .blog{
	top: 0.3em;
	font-size: 0.8em;
}

/* @end */