#nav {
	float: right;
	margin: 0px 0px 0px 10px;
	list-style: none;
	position: relative;
	top: 0px;
	left: 0px;
        text-align: right;
	/*
	background-image: url(grafika/menu.jpg);*/
	line-height: 66px;
	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: .15em;
	color: #333333;
/*        width: 920px;*/
		font-size:12px;
text-transform:uppercase;
}

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


#nav a {
	display: block;
	height: 65px;
        line-height: 65px;
font-weight: bold;
        /*border-right: 1px #FFB770 solid;*/
/*  width: auto !important;
  width: 39px; */
  padding: 0px 14px 0px 14px;
  white-space: nowrap;
	color: #ffffff;
	text-decoration: none;
        font-weight: normal;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	text-align: center;

}

#nav a:hover {


    
    background-image: url('../../szablony/img/mp_tloh.jpg');
    background-repeat: repeat-x;
}

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

#nav li ul {
	position: absolute;
	width: 270px;
	left: -999em;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;	
	line-height: 20px;
	background-image: url(../../szablony/img/mptul.png);
	background-repeat: repeat-x;
	background-color: #374F68;
}

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

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

width: 250px;
text-align: left;
color: white;
padding: 8px 0px 8px 15px;
border-bottom: 1px solid #526270;
font-size: 11px;
}



#nav li ul a:hover {
background-image: url(../../szablony/img/mptulh.png);
	color: orange;
/*	background-color: #535353;*/
/*	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;*/
}





