@charset "utf-8";
*{margin:0;padding:0;border:0;}
#nav {
   line-height: 24px; width:630px; height:28px; list-style-type: none; font-family:Arial, Helvetica, sans-serif; font-size:15px;
}
#nav a {
  display: block; text-align:center;
}
#nav a:link {
  color:#FFF; text-decoration:none;
}
#nav a:visited {
  color:#FFF;text-decoration:none;
}
#nav a:hover {
	color:#FFF;
	text-decoration:none;
}
#nav_home a:hover {
	background-image:url(../images/home_cg.gif);
	background-repeat:no-repeat;
}
#nav_gi a:hover {
	background-image: url(../images/gi_cg.jpg);
	background-repeat: no-repeat;
}
#nav_exhibitions a:hover {
	background-image: url(../images/exhibitions_cg.jpg);
	background-repeat: no-repeat;
}
#nav_visitors a:hover {
	background-image: url(../images/visitors_cg.gif);
	background-repeat: no-repeat;
}
#nav_media a:hover {
	background-image: url(../images/media_cg.gif);
	background-repeat: no-repeat;
}
#nav_conference a:hover {
	background-image: url(../images/conference_cg.jpg);
	background-repeat: no-repeat;
}
#nav_download a:hover {
	background-image: url(../images/download_cg.jpg);
	background-repeat: no-repeat;
}
#nav li {
	float: left; padding-top:2px; height:30px;
}
#nav li ul {
  line-height: 27px; list-style-type: none;text-align:center; margin-left:290px;
  left: -999em; width: 640px; position: absolute; float:right; margin-top:-9px; display: auto;
}
#nav li ul li{
  float:right; color:#CCCCCC; background-image:none;
}
#nav li:hover ul {
  left: 0;
}
#nav li.sfhover ul {
  left: 0;
}
#nav li ul a{
  display: block; color:#666666; text-align:center; font-family:Arial; font-size:11px; color:#CCCCCC; font-weight:normal;
}
#nav li ul a:link {
  color:#666; text-decoration:none;
}
#nav li ul a:visited {
  color:#666;text-decoration:none;
}
#nav li ul a:hover {
  text-decoration:none;font-family:Arial; font-size:11px;font-weight:normal; background-image:none; color:#339900;
}
#nav li:hover ul {
  left: 0;
}
#nav li.sfhover ul {
  left: 0;
}
#content {
  clear: left; 
}
