.navigation li {
  float: left; 
  list-style-type: none;
 }

.header {
	background: url(../images/fejlec_hatter_eredeti.jpg);
	background-color: #00436D;
 }
 
#logo {
	float: left;
	padding-left: 8px;
}
 
#top_nav {
	float: right;
	padding-top: 25px;
	padding-right: 50px; }
#top_nav ul li a, #top_nav ul li span {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: rgb(234, 228, 207); 
}

#top_nav.navigation ul li a.yellowlink {
	text-decoration: underline;
}

#top_nav ul li {
	border-right: 1px solid #EAE4CF; 
	padding: 0 5px;	}
#top_nav .last {
	border: 0; }
#top_nav ul li a:hover {
	text-decoration: underline; }
 
div#quicksearch {
  float: right;
  padding-top: 10px;
  padding-right: 60px;
}
  div#quicksearch form {
    background: #507DB1;
    padding: 2px; }
  div#quicksearch .text {
    border: 0;
    background: #507DB1;
    color: #fff; }
  div#quicksearch .submit_button {
    background: #11345C;
    color: #fff;
    border: none; }

.main_nav {
	background: url(../images/navigationLine.gif);
	background-repeat: repeat-x;
}

	
.main_nav td {
	height: 30px;
	width: 192px;
	border: 1px solid #507DB1;
}

/*
.main_nav td:hover {
	background: url(../images/mainnav-hover.gif) repeat-x 0 0;
    text-decoration: none;
}
*/

.main_nav td a {
	margin-top: 5px;
	padding-bottom: 5px;
	color: #fff;
}

.main_nav td a:hover {
	color: #2DA3D5;
}
	
#main_nav {
  padding: 0;
  margin: 0; 
 }
  #main_nav ul {
	height: 35px;
    width: 1000px; }
    #main_nav ul li {
      float: left;
      text-align: center;
      margin: 0 6px 0 0; }
      #main_nav ul li a, #main_nav ul li span {
        display: block;
        border: 1px solid #507DB1;
        background: transparent;
        width: 192px;
        color: #fff;
        font-weight: bold;
        padding: 6px 0; }
      #main_nav ul li a:hover, #main_nav ul li .current {
        background: url(../images/mainnav-hover.gif) repeat-x 0 0;
        text-decoration: none; }
    #main_nav ul li.last {
      margin: 0; }
