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

div#menuPoz {
height: 40px;
width:800px;
border: 0px solid red;
}
#stylefour {
	position: relative;
	display: block;
	height: 44px;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial,Helvitica,sans-serif;
	border-top: 4px solid #B30000;
    background-image:url(../img/naglowek.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}

#stylefour ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
    color: #FFFFFF;
}

#stylefour ul li {
    display: block;
    float: left;
    margin: 0;
}

#stylefour ul li a {
font-size: 13px;
font-weight: normal;
    display: block;
    float: left;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 20px 0 20px;
    height: 30px;
    background: transparent url(../img/spacer.png) no-repeat top right;
}

#stylefour ul li a:hover,#stylefour ul li a.current {
	color: #CC0000;
	border-bottom: 3px; solid white; !important
}