#nav {
	float: right;
	margin: 0px 20px 0px 20px;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
	/*background-color: Aqua;
	background-image: url(grafika/menu.jpg);*/
	line-height: 53px;
	padding: 0px 20px 0px 0px;
	height: auto;
	/*line-height: 30px;*/
	/*padding-bottom: 10px;*/
	/*border: 1px solid red;*/
	/*border: 1px solid red;*/
	font-weight: bold;
	letter-spacing: 0px;
	color: black;
        /*width: 890px;*/
		font-size:11px;
}

#nav ul {
	float: right;
	margin: auto 0;
	list-style: none;
	top: 53px;
/*position: absolute;
top: 21px;
right: 33px;*/
	/*background-color: Aqua;
	background-image: url(grafika/menu.jpg);*/
	width: 880px;
	height: auto;
	line-height: 20px;
	padding: 0;
	/*border: 1px solid red;*/
	font-weight: bold;
	letter-spacing: 0px;
	color: black;
        z-index:301;
}


#nav a {
	display: block;
	height: 53px;

        /*border-right: 1px #FFB770 solid;*/
  width: auto !important;
  width: 39px; 
  padding: 0px 15px 0px 15px;
  white-space: nowrap;
	color: white;
	text-decoration: none;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	text-align: center;
	
}

#nav a:hover {
    background-color: #387730;
/*color: #F4EE9F;
    */
/*    background-image: url('../../szablony/img/mp_tloh.jpg');*/
}

#nav li {
    float: left;
	/*white-space: nowrap;*/
}

#nav li ul {
	position: absolute;
	width: 220px;
	left: -999em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
	line-height: 20px;
	/*background-image: url(../../szablony/mp_tlorozwijane.jpg);
	background-repeat: repeat-x;*/
	background-color: #1A6311;
}

#nav li ul li{
width: 220px;
}

#nav li ul a {
height: 20px;
	/*line-height: 20px;
	background-color: #C10100;*/

	width: 220px;
	text-align: left;
	color: white;
	padding: 5px 0px 5px 7px;
	border-bottom: 1px solid #65965F;
	font-size: 11px;
}



#nav li ul a:hover {

/*	color: black;*/
	background-color: #387730;
	background-image: none;
}



#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	/*background: #FF0000;*/
}








