/*@charset "utf-8";*/

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	position: relative;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	z-index:1;
}
ul#topnav li a {
	float: left; 
	text-indent: -9999px;
	height: 80px;
}
ul#topnav li:hover a, ul#topnav li a:hover {
	/*background-position: left bottom;*/
	margin-top: -2px;	
}
ul#topnav a.home {
	background: url(menu/nav_home1a.png) no-repeat;
	width: 95px;/*95*/
	margin-top: -10px;	/*height: 50px;*/
}
ul#topnav a.art {
	background: url(menu/nav_artwork.png) no-repeat;
	width: 118px;
	margin-top: -10px;	/*height: 50px;*/
}
ul#topnav a.pub {
	background: url(menu/nav_publications.png) no-repeat;
	width: 146px; 
	margin-top: -10px;	/*height: 50px;*/
}
ul#topnav a.cv {
	background: url(menu/nav_cv1.png) no-repeat;
	width: 70px; 
	margin-top: -10px;	/*height: 50px;*/
}
ul#topnav a.contact {
	background: url(menu/nav_contact.png) no-repeat;
	width: 90px; 
	margin-top: -10px;	/*height: 50px;*/
}


ul#topnav li .sub {
	position: absolute;
	top: 75px;
	left: 0;
	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;*/
	display: none;
	background-color: #6E7275;
	/*background-image: url(sub1_bg.png);
	background-repeat: repeat;*/
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	z-index: 1;
}
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: 100px; /*distance between rows 140*/
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 5px 0;
	background-image: none;
	color: #6DCFF6;
}
ul#topnav .sub ul li a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	background: url(menu/navlist_arrow.png) no-repeat 5px 12px;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {color: #ddd; background-position: 5px 12px ;}/*--Reset text indent--*/
