/* ---------------------------------------------
	DROP DOWN MENU
-----------------------------------------------*/

#drop_down_holder_nostyle { position:absolute; top:0px; right:40px; width:179px; height:34px; background:url(/images/_layout/bg-select-sluzby-nostyle.png) top right no-repeat; z-index:100; }
* html #drop_down_holder_nostyle { background:url(/images/_layout/bg-select-sluzby-nostyle.gif) no-repeat top right; }


#drop_down_holder { position:absolute; top:0px; right:40px; width:179px; height:34px; background:url(/images/_layout/bg-select-sluzby.png) top right no-repeat; z-index:100; }
* html #drop_down_holder { background:url(/images/_layout/bg-select-sluzby.gif) no-repeat top right; }
a.top { position:absolute; display:none; /*Shown by javascript*/ width:149px;	height:25px; padding:11px 0 0 25px; color:#323a45; font-size:12px; text-decoration:none; }
a.top:hover{ color:#323a45; text-decoration:underline; }

#drop_down { display:none; position:absolute; left:0px; top:34px; width:175px; padding-top:5px; background:url(/images/_layout/bg-holder-menu.png) repeat; border:1px solid #DEDFE0; border-top:0; }
* html #drop_down { background:#fff; background-image:none; left:-5px; }
#drop_down span.overlay { position:absolute; left:0; top:0; width:184px; height:10px; z-index:501; }
#drop_down ul { position:relative; width:180px; z-index:500; overflow:auto; }


#drop_down ul li {cursor:pointer;}
#drop_down ul li a { display:block; width:146px; padding:6px 15px; color:#323a45; font-size:11px; text-decoration:none; margin:0; }
* html #drop_down ul li a {width:146px;}
#drop_down ul li a:hover{ background:#959B2E; color:#fff; }