
/* menu */
/* Navigation */
.img_homemenu {
    display: inline;
    background: transparent;
    height: 37px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    clear: none;
    display: inline;
    float: left;
}

#menu {
    width: 100%;
    height: 37px;
    text-align: left;
    background-repeat: repeat-x;
    background-color: transparent;
    margin-top: -2px;
	 
	 
}

.menu_line {
    height: 1px;
    background: transparent url(images/layout/line-dot.png) repeat-x  top;
    font-size: 0px;
    width: 100%;
    display: block;
    clear: both;
}

.nav, .nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav {
    font-family: Arial, Helvetica, sans-serif;
    z-index: 100;
    position: relative;
}

.nav li {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;

    
}

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
    font: normal 12px/22px Arial, Tahoma, Verdana;
    background: transparent;
    color: #80a7de;
    display: block;
    padding: 0 0px;
    text-decoration: none;
	 
}

.nav li a:hover {
    background: transparent;
    color: #234303;
}

#nav-one li:hover a,  #nav-one li.sfHover a {
    background: #8BCF56;
    color: #234303;
}

#nav-one li:hover ul a,  #nav-one li.sfHover ul a {

    color: #234303;
    background: #8BCF56;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
	 line-height: 30px;
}

#nav-one li:hover ul a:hover,  #nav-one li.sfHover ul a:hover {
    background: #8BCF56;
    color: #ffffff;
}

.nav ul {
    background: transparent;
    list-style: none;
    margin: 0;
    width: 220px;
    position: absolute;
    top: -999em;
    left: -30px;
}

.nav li:hover ul, .nav li.sfHover ul {
    top: 34px;
}

.nav ul li {
    border: 0;
    float: none;
}

.nav ul a {
    border-bottom: 0;
    padding-right: 20px;
    width: 240px;
    white-space: nowrap;
}

.nav ul a:hover {
    background: transparent;
    color: #234303;
}

/* koniec menu */