<style type="text/css">

@import url(http://fonts.googleapis.com/css?family=Source+Sans);

nav, ul, li, a  {margin: 0; padding: 0;}

body
 {
font-family:Source Sans Pro ExtraLight; font-size: 0.9em;
text-align: center;
background-color: #fff8dc;
position : static;
}

a 
   {
    text-decoration: none; margin: 0; padding: 0;
    color : #ffffff;
}

.text {color:#243552;}
.background {background-color:#243552;}
.border {border:1px solid #243552;}

.container {
    width: 100%;
    max-width: 964px;
    margin: 5px auto;
}

#baner
{
text-align : center;
width : 1278px; height : 473px; margin: 0 auto;
background : url(http://www.pomeranianboo.pl/baner/baner.jpg) 0 0 no-repeat;
padding-bottom : 0px;
}

h1 {
font-family :Source Sans Pro ExtraLight;
text-align : center;
font-size :38px;
margin-bottom : 5px;
color : #800000;
}

#h1 {
font-family :Source Sans Pro ExtraLight;
color : #800000;
font-size : 36px;
padding-top : 10px;
margin-bottom : 5px;
}

h2 {
font-family :Source Sans Pro ExtraLight;
font-size : 30px;
padding-top : 0px;
margin-bottom : 10px;
color : #800000;
}

#h2 {
font-family :Source Sans Pro ExtraLight;
font-size : 30px;
padding-top : 10px;
margin-bottom : 10px;
color : #d893bc;
}

h3 {
font-family :Source Sans Pro ExtraLight;
font-size : 26px;
padding-top : 0px;
margin-bottom : 10px;
color : #800000;
}

.toggleMenu {
    width : 964px; height : 48px; margin: 0 auto;
    display:  none;
    background: #510231;
	padding: 0px;
    color: #510231;
}
.nav {
    list-style: none;
     *zoom: 1;
     background: #510231;
}
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
	font-size: 16px;
    padding: 12px 22px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 1px solid #510231;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 50%;
    top: 0;
}

.nav li li a {
    display: block;
    background:  #6d0845;
    position: relative;
    z-index:100;
    border-top: 1px solid #4c4c4c;
}
.nav li li li a {
    background:#4c4c4c;
    z-index:200;
    border-top: 1px solid  #4c4c4c;
}

</style>