/*
#menuline2 {
	position: relative;
	float: left;
	background: #1D60A6;
	border-left: 1px solid #1861A5;
	border-right: 1px solid #1861A5;
}
*/
#menuline_kategorie {
	clear: both;
	width: 995px;
	background-image: url(http://files.agem.sk/images/bgnav2.jpg);
	height: 25px;
	/*border-left: 1px solid #1861A5;
	border-right: 1px solid #1861A5;*/
	padding-top: 1px;
}

#menuline2 {
	float: left;
	width: 995px;
	background-color: #FBF7E3;
	/*border-left: 1px solid #1861A5;
	border-right: 1px solid #1861A5;*/
	height: 23px;
}

#fastserach {
	float:right;
	position:relative;
	padding-right:10px;
	width: 250px;
	height: 23px;
}

.line {
	float: left;
	width: 995px;
	font-size:1px;
	line-height:0;
	height: 1px;
	/*background-color: #B4A468;*/ 					/*spodny okraj horneho  menu*/
	border-left: 1px solid #1861A5;
	border-right: 1px solid #1861A5;
}

a.btnFastSearch {
	background-color: #B4A468;
	width: 25px;
	color: white;
	border: solid 1px white;
	font-size: 10px;
	padding: 1px 0px 1px 0px;
	font-family: arial;
	text-decoration: none;
	margin-bottom: -4px;
	font-weight: normal;
}
a.btnfastSearch:hover {
	text-decoration: none;
}

.textfieldFastSearch {
	border: solid 1px white;
	width: 100px;
	height: 17px;
	font-size: 9px;
	padding-left: 0px;
	padding-top: 0px;
}

/* general */
body {
	overflow: auto;
	margin:0px; padding:0px;
}

img {
	border:0px;
}

/*Horizontal Menu Container */
#hmenu {
	float:left;
	position: relative;
	height: 23px;
	background-color: black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	top:0px;
	left: 0px;
	font-size: 95%;
	text-decoration: none;
	clear: both;
	position: relative;
	z-index:200; 
	text-align:center;
	vertical-align: middle;
}

/*Horizontal Menu */
#hmenu ul {
	/*float: left;*/
	margin-top: 0px; 	
	margin-left: 0px; 	
	padding-left: 0px;
	list-style-type:none;
	/*height: 23px !important;*/
}
/*Horizontal Menu Item */
#hmenu ul li {
	height: 23px;
	vertical-align: middle;
	position: relative;
	float: left;	
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	z-index: 200;
	/*border-left: 1px solid Gray;*/
	border-right: 1px solid #B4A468;
	
}
#hmenu ul li a {
	display: block;
	vertical-align: bottom;
	margin: 0px 0px 0px 0px;
/*	padding: 5px .7em 5px .7em;*/
	padding: 5px 0 5px 0;
	background-color: #FBF7E3;
	color: #663300;
	text-decoration: none;
	font: normal 8pt Verdana, Tahoma, Arial;
}

#hmenu ul li a:hover {
	background-color: #EADA9C;
}

/* submenu */
#hmenu ul li ul {
	position: absolute;
	left: -999em; 
	background-color:  #EADA9C;
	width: 8em;
	margin-top: -23px;
	padding: 2px;
	border-top-width: 0px;
	margin-left: -2px;
  /*filter:alpha(opacity=90); 
  -moz-opacity:0.9;	*/
}
/* submnenu item */
#hmenu ul ul li {
  	float: none;
  	padding: 0;
	margin: 0;
	height: auto;
	background: none;
	border: 0;
	border-top: 1px solid #F0F0F0;
	background-color: #FBF7E3;/* #1D60A6;*/
	text-align: left;
}
#hmenu ul ul li a {
	margin: 0;
	padding: 4px 0 3px 3px;
	background: none;
	display: block;
	vertical-align: middle;
}
#hmenu ul ul li a:hover {
	background-color: #EADA9C;/*#3399FF;*/
	filter:alpha(opacity=90); 
	-moz-opacity:0.9;	
}


/* hover */
#hmenu ul li:hover ul li, #hmenu ul li.hover ul li {
	text-align:center;
}

#hmenu ul li:hover ul, #hmenu ul li.hover ul {
	left: 0em;
	top: 3em;
}

#hmenu li
{
cursor:pointer;
behavior: url(css/hover.htc); /* Proto?e IE nedodr?uje CSS standarty, aby bylo ?e?en? funk?n?, pou?ijeme tento *.htc soubor */
}


/*.menuitem01 { background-color: black; color:#FFFFFF; font-weight:bold; text-align:center}*/
/*.menuitem02 { background-color: black; color:#FFFFFF; font-weight:bold; background:url(/imgs/menuitem2_bck.gif); }*/

#hmenu iframe {
	position: absolute; 
	top: 0px;
	left: 0px;
	z-index: 10;
	filter:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* pulldown menu END */


