#htop {
    width: 960px;
    height: 219px;
    border-top: solid 1px #c5c5c5;
    font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
#htop a {
	text-decoration: none;
}
#htop p {
    float: left;
    padding-top: 10px;
    font-size: 14px;
}
#htop #icons {
    display: block;
    float: right;
    width: 565px;
    height: 43px;
    padding-top: 5px;
    font-size: 12px;
    overflow: hidden;
}
#htop .h_separator {
    display: block;
    float: right;
    height: 38px;
    background: url(/frames/hseparator.gif) no-repeat top right;
    width: 96px;
}
#htop #nl {
	float: right;
}
#htop #nl span {
    float: left;
    height: 18px;
    padding: 6px 0 0px 0;
}
#htop #nl img {
    padding: 1px 0 0px 0;
}
#htop #facebook-fanpage img {
    padding: 3px 0 0px 0;
}
#htop #fps img {
	float: right;
    padding: 3px 0 0;
    margin-left: 10px;
}

/**/
#htop #logo{
    position: relative;
    width: 960px;
    height: 170px;
    background: #fff;
}
#htop #logo a.logopic{
	display: block;
	position: absolute;
	left: 0px; top: 0px;
	background: url(/uploads/hu_HU/conference/logo.png) no-repeat;
	z-index: 2;
	cursor: pointer;
}
#htop #logo .header_frame{
	position: absolute;
	left: 0px; top: 0px;
	width: 960px;
	height: 170px;
	background: url(/frames/header_frame.png) no-repeat;
	z-index: 1;
}

/* menu */
ul#nav{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 960px;
	height: 39px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    text-align: center;
}
ul#nav li{
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 39px;
}
ul#nav li a{
	float: left;
	position: relative;
	padding: 9px 10px 0px 10px;
	height: 25px;
	border-bottom: solid 5px #bababa;
	color: #fff;
	text-decoration: none;
}
ul#nav li a span{
	position: absolute;
	top: 10px; right: 1px;
	display: block;
	width: 1px;
	height: 12px;
	background: #fff;
	font-size: 1px;
}
ul#nav li a:hover, ul#nav li:hover a, ul#nav li.over a{
	background: url(/frames/menu_hover_prc.gif) no-repeat center bottom;
	border-bottom: solid 5px #5F5F5F;
	color: #BBB;
}
ul#nav li a.active, ul#nav li a.active:hover{
	background: url(/frames/menu_active_prc.gif) no-repeat center bottom;
	border-bottom: solid 5px #ff0000;
	font-weight: bold;
	color: #ff0000;
}
ul#nav li:hover a.active, ul#nav li.over a.active, ul#nav li:hover a.active:hover, ul#nav li.over a.active:hover{
	background: url(/frames/menu_hover_prc.gif) no-repeat center bottom;
	border-bottom: solid 5px #5F5F5F;
}
ul#nav li ul{
	display: none;
	margin: 0px;
	padding: 0px 0px 5px;
	position: absolute;
	right: -5px; top: 34px;
	z-index: 10;
	width: 200px;
	height: auto;
	background: url(/frames/submenu_bg.png) no-repeat bottom;
	text-align: left;
	text-transform: none;
	font-weight: bold;
}
ul#nav li ul li{
	float: none;
	display: block;
	width: 200px;
	height: auto;
	background: #5F5F5F;
}
ul#nav li:hover ul, ul#nav li.over ul{
	display: block;
}
ul#nav li:hover ul li a, ul#nav li.over ul li a, ul#nav li ul li a{
	float: none;
	padding: 5px 10px;
	display: block;
	width: 180px;
	height: auto;
	background: none;
	border: none;
	color: #fff;
}
ul#nav li:hover ul li a:hover, ul#nav li.over ul li a:hover, ul#nav li ul li a:hover{
	background: none;
	border: none;
	text-decoration: none;
	color: #BBB;
}
ul#nav li:hover ul li a.active, ul#nav li.over ul li a.active, ul#nav li ul li a.active, ul#nav li:hover ul li a.active:hover, ul#nav li.over ul li a.active:hover, ul#nav li ul li a.active:hover{
	background: none;
	border: none;
	color: #ff0000;
	text-decoration: none;
}

ul#nav li a#more_menu span{
	position: absolute;
	top: 14px; right: -5px;
	display: block;
	width: 9px;
	height: 5px;
	background: url(/frames/more_menu.gif) no-repeat 0px 0px;
	font-size: 1px;
}
ul#nav li a#more_menu:hover span, ul#nav li:hover a#more_menu span, ul#nav li.over a#more_menu span{
	background: url(/frames/more_menu.gif) no-repeat 0px -5px;
}
ul#nav li a#more_menu.active span, ul#nav li:hover a#more_menu.active span, ul#nav li.over a#more_menu.active span{
	background: url(/frames/more_menu.gif) no-repeat 0px -10px;
}

#english {
	display: block;
	width: 22px;
	height: 60px;
	background: url(/frames/english_l.gif) no-repeat;
	background-position: -22px 0;
	position: absolute;
	top: 55px;
	left: -32px;
	text-indent: -5000px;
}

#english:hover {
	background-position: 0 0;
}
