@charset "utf-8";
/* CSS Document */

/*-------------------- MENU GLOWNE --------------------*/

.menu_glowne {
    /*width: 100%;*/
    /*background-color: #005555;*/
	color:#828181;
	font-size:25px;
}

.menu_glowne ul {
    margin: 0; padding: 0;
	padding-top:35px;
    /*float: left;*/
}

.menu_glowne ul li {
    display: inline;
}

.menu_glowne ul li a {
    /*float: left;*/ text-decoration: none;
    color: white; 
    padding: 10.5px 50px;
    /*background-color:  #005555;*/
}
 
.menu_glowne ul li a:visited {
    color: white;
}
 
.menu_glowne ul li a:hover, .menu_simple ul li .current {
    color:#ffc228;
    /*background-color: #fabe17;*/
}

.wybrany {
	color:#fabe17;
	/*color:#00b4ec;*/
	
}