@charset "UTF-8";
#cssmenu {
  border: none;
  border: 0px;
  margin: -5px;
  padding: 0px;
  font-size: 20px;
  color:#000;
  font-weight: bold;
  float:right;
}
#cssmenu ul {	/* glavne rubrike */
	background: none;
	height: 0px;
	list-style: none;
	/*margin: 0;*/
	padding: 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
	background: none;
	display: block;
	font-weight: normal;
	/*line-height: 28px;*/
 	margin: 0px;
	text-align: center;
	text-decoration: none;
	/*padding-bottom:15px;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
#cssmenu > ul > li > a { /* rubrike glavne */
	color:#fff;
	margin-bottom:0px;
	height:32px;
	padding-top:5px;
	padding-bottom:0px;
	/*background-image: url('files/ico_arrow1.png');
	background-repeat: no-repeat;
	background-position: center top;*/
}
#cssmenu ul ul a {
  color: #1e1919;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a { /* rubrike glavne hover */
	color: #FC0;
	text-decoration: none;
	background-image: url('../files/ico_arrow1_on.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#cssmenu li ul {	/* spustni meni */
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	margin-left:-10px;
	/*border: 1px solid #e93b8e;*/
	position: absolute;
	width: 215px;
	z-index: 200;
	background-color: #000;
	background-image: none;
	
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.75);
	/*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {	/* spustni meni */
	background: url('../files/hr_menu.gif') bottom center no-repeat;
	display: block;
	float: none;
	width: 215px;
	margin:0px;
	padding:0px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a { /* spustni meni */
	display: block;
	font-size: 18px;
	font-style: normal;
	margin: 0px;
	text-align: left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 25px;
	color:#fff;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a { /* dropdown menu hover */
  background: url('../files/hr_menu.gif') bottom center no-repeat;
  border: 0px;
  color: #FC0;
  text-decoration: none;
}
#cssmenu p {
  clear: right;
}
#cssmenu .dropdown_grupe { /* rubrike glavne */
	background-image: url('../files/ico_arrow1.png');
	background-repeat: no-repeat;
	background-position: center top;
}
#cssmenu .dropdown_grupe:hover a { /* rubrike glavne */
	background-image: url('../files/ico_arrow1_on.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#cssmenu .dropdown {
	display:block;
	padding-top:3px;
	height:3px;
	background:none;
	/*background-image: url('files/ico_arrow2.png');
	background-repeat: no-repeat;
	background-position:40px bottom;*/
}
.spustni {
  background-color:#efc992;
  background-image:url('../files/hr_menu.gif');
  background-repeat:no-repeat;
  background-position:left bottom;
}
#cssmenu .no_bg, .no_bg:hover {
	background:none;
}
#cssmenu .aktiv {
	/*background:url('files/ico_arrow2_on.png') no-repeat left bottom;*/
	color:#e93b8e;
	cursor:default;
}
#cssmenu .separator {
	color:#fff;
	padding-top:3px;
	padding-left:10px;
	padding-right:10px;
	font-weight:normal;
}
#cssmenu .nolink {
	cursor:text;
}
#cssmenu .a_home {
	background:#000 url(../files/ico-home_white.png) right center no-repeat;
	background-size:18px;
	padding-right:25px;
	padding-bottom:0px;
}
#cssmenu .a_home:hover {
	background:#000 url(../files/ico-home_yellow.png) right center no-repeat;
	background-size:18px;
}