ul.nav {
	float: left;
	margin-bottom: 0;
    margin-top: 0px;
    padding-left: 0;
}

ul.nav li a, 
ul.nav li {
	float: left;
	top: 0;
}

ul.nav li {
	list-style: none outside none;
	position: relative;
	
	color: #000000;
    display: inline;
    font-size: 14px;
    font-weight: bold;	
}

ul.nav li a {
	text-decoration: none;
	padding-bottom: 8px;
}

ul.nav li a:hover {
	/* background: lightgrey; */
}

#nav_login {
	width: 220px;

	float: right;
	padding-right: 0;
}

#nav_login li a.menu_btn {
	width: 220px;
	background-image: url('../img/4c4c4c_1x7.png');

	padding-top: 7px;
	padding-bottom: 0px;
	margin-right: 0;
	margin-bottom: 0px;
}

#nav_login .menu_btn_hl {
	padding: 7px;
	background: #EEEEEE;
	/* color: white; */
	font-size: 10.5px;
    font-weight: normal;
	padding-top: 4px;
}

#nav_login .menu_btn_hl div.login_name {
    height: 17px;
    margin-top: 0;
    padding-top: 0;
    top: 4px;
    width: 150px;
	
    display: inline-block;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    word-break: keep-all;
}

#nav_login .menu_btn_hl img.head {
    margin: 0;
	margin-right: 4px;
	vertical-align: bottom;
}

#nav_login .menu_btn_hl img.more {
    height: 20px;
    margin: 0;
	margin-right: 4px;
	vertical-align: bottom;
	float: right;
}

#nav_login li ul li a {
	width: 204px;
}

/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

ul.nav li ul {
    background: none repeat scroll 0 0 #D8D8D8;
    /*border: 1px solid #727272;*/
    display: none;
    left: 0;
    margin: 0;
    opacity: 0.9;
    padding: 8px;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

ul.nav li:hover > ul {
	display: block;
}

ul.nav li ul li, 
ul.nav li ul li a {
	float: none;
	
	color: #000000;
	font-size: 12px;
}

ul.nav li ul li{
    opacity: 1;
	_display: inline; /* for IE6 */
}

ul.nav li ul li a {
	width: 220px;
	display: block;
	
	padding-left: 4px;
	padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
	
	margin-bottom: 0px;
}

ul.nav li ul li a:hover {
	background: #9F9F9F;
	color: white;
}


div.sidemenu, 
div.sidemenu a,
div.sidemenu li {
	font-size: 10.5px;
	font-family: Verdana;
	list-style: none outside none;
}

div.sidemenu {
	width: 220px;
	display: table;
	float: right;

	margin: 0px;
	margin-left: 8px;
}

div.sidemenu li img {
	width: 6px;
	height: 6px;	
	margin-left: -16px;
	margin-right: 8px;	
}

div.sidemenu_banner, 
div.sidemenu_banner a {
	font-size: 10.5px;
	font-family: Verdana;
	list-style: none outside none;
}

div.sidemenu_banner {
	width: 220px;
	display: table;
	float: right;

	margin: 0px;
	margin-left: 8px;
	margin-top: 55px; /* egyvonalbam a tartalommal  */	
}

div.doboz  
{
	width: 700px;
	display: table;
	float: left;

	margin: 0px;
	margin-right: 8px;
	padding-bottom: 24px;
}

div.doboz  a,
div.doboz  a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

div.doboz  a.more {
	text-decoration: none;
	cursor: pointer;
}

div.doboz  a.more:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.doboz div.column_head a.anchored,
div.doboz div.column_head a.anchored:hover {
	text-decoration: none;
	cursor: default;
}

div.doboz a.black_button {
	cursor: pointer;
    text-decoration: none;
}

div.full_width {
	width: 940px;
}

div.menu_bar {
	overflow-x: visible;
        position: relative;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;     
    background-color: #fff;
}
    
   
header div.header-icon{
    background-image: url('/img/fejlec_p5.png');
    background-repeat: no-repeat;
    width: 356px;
    height: 83px;
    float: left;
}

header.sticky div.header {
    display: none;
}

div.searchForm {
    position: relative;
    top: 11px;
    display: inline;
    float: right;
}
input.searchInput {
    border: 1px solid #E5E5E5;
    background: url('/img/search.png') no-repeat scroll 196px 1px;
    padding-right: 30px;
    padding: 5px;
    width: 220px;
}
header div.menu {
    position: fixed;
    width: 100%;
    background-color: #fff;
    background-image: url('/img/f7c221_1x7.png');
    background-repeat: repeat-x;
    background-position: top;

}

header.sticky div.menu {
    border-bottom: 1px solid #eee;
}

div.searchForm form {
    display: inline-block;
}

span.link_anchor {
    display: block;
    height: 50px; /*same height as header*/
    margin-top: -50px; /*same height as header*/
    visibility: hidden;
}

a.active-menu {
    font-weight: bold;
}

/* Tudasbazis linkek */
a.fogalmak_repulodoboz {
    padding: 1px 0px 1px 17px; color: #4C4C4C;
    font-style: italic;
    font-weight: bold;
    background: #fff url('/img/information.png') left center no-repeat;
}
