/*
GLOBAL RESET
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	vertical-align:baseline;
}

/*
DROPDOWN
*/    

#drop-bg {/* background:url(../images/bg_menu.jpg) no-repeat; */ margin: auto; width: 980px; min-height: 45px; margin-top: -18px;}

#drop-wrap {font-family: Tahoma, Geneva, sans-serif; width: 928px; margin: auto;}
    
.dropHolder {float:left; height:45px; margin: 0; padding: 0 13px;}

#drop-wrap .hm {width: 65px !important;}

#drop-wrap .hp {width: 190px !important;}

#drop-wrap .rs {width: 124px !important;}

#drop-wrap .is {width: 105px !important;}

#drop-wrap .ad {width: 132px !important;}

#drop-wrap .cn {width: 79px !important;}

#drop-wrap .bg {width: 50px !important;}
    
.dropdown-menu {
    position:absolute;
    font-size:12px;
		line-height: 1em;
    color: #ccc;
    cursor:pointer;
    /*margin-left:25px;*/
    z-index:1000;
}

.dropdown-menu a:link, .dropdown-menu a:visited {
    color:#ebebeb !important;
    display:block !important;
    text-decoration:none !important; 
    margin:0 !important;
}

.dropdown-menu a:hover {
   /* color:#f90 !important;
    background-color:#666 !important;*/
}

.aktivni div {
   color:#fff !important; /*
    background-color:#666 !important;  */
}

.dropdown-menu .slide-down {
    /*background:url(red-dd-down-button.gif) no-repeat;*/
}

.menu-first {
    /*background:transparent url(red-dd-button.gif) no-repeat;*/
    line-height:25px;
		font-size: 15px;
		font-weight: bold;
    /*
		color: #666;
		padding:3px 30px 4px 12px;*/
}

.down-list {
    /*background:transparent url(drop-down-bottom.png) no-repeat bottom;
		padding-bottom:5px;
		margin-top: 0px;*/
	  list-style:none;
		border: 1px solid #fff;
		border-top: 0;
    padding: 5px 5px 5px 5px;
		background-color: #666;
		margin-top: 3px;
		display:none;
filter:alpha(opacity=90);
opacity:0.9;
}
.down-list li {
		margin: 10px 0;
		border-bottom: 2px dotted #fff;
    /*background:#670100 url(list-divider.gif) no-repeat bottom;*/
}
.down-list li a {
		padding: 0px;
		/*line-height: 25px;*/
}
.down-list .lastLI { /*background:#670100; padding-bottom:2px; */}
