div#meniu{
	clear:left;
}
#meniu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
margin-top: 10px;
}
#meniu ul li {
position: relative;
display:block;
white-space:nowrap;
height:28px;
background-image: url(../images/bg_menu.gif);
background-repeat: no-repeat;
background-position: right;
padding-right: 7px;
padding-left: 7px;
}
#meniu ul li.first {
padding-left: 0px;
}
#meniu ul li.last {
padding-right: 0px;
background: none;
}

#meniu a, #meniu a:visited{
	float:left;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	line-height:28px;
}
#meniu h2 {
	font-weight: bold;
	margin: 0;
}
#meniu a{
	font-size: 13px;
}
#meniu a:hover {
	color: #ca136b;
}

#meniu ul ul {
position: absolute;
width: auto;
z-index: 500;
top: 18px;
left: 0;
border: 1px solid #cccccc;

float: left;
list-style: none;
background-color: #ffffff;
}
#meniu ul ul li{
background-image: none;
width: auto;
clear:both;
display:block;
height: 20px;
white-space:nowrap;
padding-top: 0;
}
#meniu ul ul a{
padding:0;
line-height:16px;
width:auto;
font-weight: normal;
margin-right: 20px;
font-size: 11px;
}

#meniu ul ul a:hover{
color: #ca136b;
text-decoration: underline;
}

#meniu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#meniu ul ul,
div#meniu ul li:hover ul ul,
div#meniu ul ul li:hover ul ul
{display: none;}

div#meniu ul li:hover ul,
div#meniu ul ul li:hover ul,
div#meniu ul ul ul li:hover ul
{display: block;}
