.ddsmoothmenu	{width: 100%; height: 26px;
		 font-weight: bold; font-size: 14px; 
		 margin-top: 2px; margin-left: 2px; 
		 background: url(../img/menu_bg.png) repeat;}


/*** NAJVYSSIA UROVEN MENU ***/
.ddsmoothmenu ul		{z-index:100; list-style-type: none;}
.ddsmoothmenu ul li		{position: relative; display: inline; float: left;}
.ddsmoothmenu ul li a		{display: block; padding: 3px 10px 5px 10px;
				 color: #ccc; text-decoration: none; 
				 background: url(../img/menu_bg.gif) repeat;}
.ddsmoothmenu ul li a:visited	{color: #ccc;}
.ddsmoothmenu ul li a:hover	{color: #fff;
				 background: url(../img/menu_bg15.png) repeat;}
.ddsmoothmenu ul li a.selected	{color: #fff;}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

	
/*** PRVA PODUROVEN MENU ***/
.ddsmoothmenu ul li ul		{position: absolute; left: 0;
				 display: none; visibility: hidden;}
.ddsmoothmenu ul li ul li	{display: list-item; float: none;}

.ddsmoothmenu ul li ul li a	{font-weight: bold; font-size: 14px; 
				 width: 166px; padding: 1px 10px 3px 10px;
				 background: url(../img/menu_bg.gif) repeat;}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/*** SIPKA DOWN ***/
.downarrowclass	{position: absolute; top: 8px; right: 8px;}


