.ddsmoothmenu    {width:450px}

.ddsmoothmenu ul {z-index:100; margin:0px; padding:0px; list-style-type:none;}



/*** TOP LEVEL LIST ITEMS ***/
.ddsmoothmenu ul li {position:relative; display:inline; float:left;}



/*** TOP LEVEL LIST ITEMS - FORMATOVANIE ***/
.ddsmoothmenu ul li a 	       {width:142px; display:block; background-color:#7f796b; color:#ffffff; 
				padding:1px 5px; border:1px solid #1a1a1a; border-left:0px; text-decoration:none;}
.ddsmoothmenu ul li a:link     {color:#ffffff;}
.ddsmoothmenu ul li a:visited  {color:#ffffff;}
.ddsmoothmenu ul li a:hover    {color:#000000; background-color:#7f796b;}
.ddsmoothmenu ul li a:active   {color:#ffffff;}
.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
				background-color:#7f796b; color:#000000;}

* html .ddsmoothmenu ul li a { /*IE6 hack to get sub menu links to behave correctly*/
			      display: inline-block;}
	
/*** 1st SUB LEVEL MENU ****/
.ddsmoothmenu ul li ul         {position:absolute; left:0; display:none; /*collapse all sub menus to begin with*/
				visibility: hidden;}

/*** SUB LEVEL MENU LIST ITEMS (undo style from Top level List Items) ***/
.ddsmoothmenu ul li ul li      {display:list-item; float:none;}


/*** SUB LEVEL MENU LINKS - FORMATOVANIE ***/
.ddsmoothmenu ul li ul li a    {width:136px; padding:1px 5px; margin:0px; font-family: "Arial Narrow"; "Helvetica", sans-serif;
				border:1px solid #1a1a1a; border-top-width:0px; border-bottom-width:0px;
				background-color:#7f796b;}




/*** ### SIPKA DOLE+VPRAVO - FORMATOVANIE ### ***/

.downarrowclass  {position:absolute; top:7px; right:5px;}

.rightarrowclass {position: absolute; top:0px; right:5px;}




