*{outline: none;}
img {border: 0;}
.container {
	padding: 0;
	margin: 0 auto;
}
ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	text-align:center;
	height: 44px;
	padding:0;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
	background: url(../images/nav_home_1.png) no-repeat;
	width: 78px; 
	line-height:50px;
}
ul#topnav a.about {
	background: url(../images/nav_home_1.png) no-repeat;
	width: 78px; 
	line-height:50px;
}
ul#topnav a.projects {
	background: url(../images/nav_projects.png) no-repeat;
	width: 105px; 
	line-height:50px;
}
ul#topnav a.people {
	background: url(../images/nav_home.png) no-repeat;
	width: 78px; 
	line-height:50px;
}
ul#topnav a.events {
	background: url(../images/nav_home.png) no-repeat;
	width: 78px; 
	line-height:50px;
}
ul#topnav a.publications {
	background: url(../images/nav_publications.png) no-repeat;
	width: 110px; 
	line-height:50px;
}
ul#topnav a.blog {
	background: url(../images/nav_home_1.png) no-repeat;
	width: 78px; 
	line-height:50px;
}
ul#topnav a.contact {
	background: url(../images/nav_contact.png) no-repeat;
	width: 88px; 
	line-height:50px;
}


ul#topnav li .sub {
	position: absolute;	
	top: 44px; left: 0;
	background: #000;
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-bottom-topright: 5px;
	display: none;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 190px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}
ul#topnav .sub ul li h2 a {
	padding: 0;
	background-image: none;
	color: #FFF;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url(../images/navlist_arrow.png) no-repeat 5px 12px;*/
	padding: 0 0 5px 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	text-transform:capitalize;
	font-size:12px;
	text-align:left;
}
ul#topnav .sub ul li a:hover {color: #999999; background-position: 5px 12px ;}
