#topnav {
	text-align: center;
	margin: auto;
	width: 720px;
	margin-top: -5px;
	font-size: 14px;
	height: 4px;
	font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;

}

#topnav ul {
	margin: 0;
	padding: 0;
	margin-top: -2px;
	margin: auto;
	width: 730px;
	list-style-type: none;
	background-image: url("http://aptonic.com/images/menu/bg2.png");
	background-position: 0px 1px;
	background-repeat: no-repeat;
	height: 38px;

}

#topnav ul.home {
	background-position: 0px 3px;
}

#topnav ul.features {
	background-position: 0px -35px;
}

#topnav ul.blog {
		background-position: 0px -109px;
}

#topnav ul.press {
	background-position: 0px -146px;
}

#topnav ul.extend {
	background-position: 0px -72px;
}

#topnav ul.support {
	background-position: 0px -183px;
}

#topnav ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;

}

#topnav ul li a:hover {
	text-decoration: none;

}

#topnav li {
	float: left;
	display: block;
	width: 120px;
	height: 40px;

}

#topnav ul li.active {
	color: #5599ff;
}

#topnav li a {
	line-height: 3.4em;
	width: 100%;
	display: block;
	color: #A7A7A7;
}

#topnav li a:hover {
	color: #fff;
}

#topnav ul li.active a{
		color: #5599ff;

}

#topnav a.active {
	color: #5599ff;
}
