body {
behavior:url("csshover3.htc");
 }

/* menu na stronie glownej */
#tmenu {
	position: absolute;
/*	z-index: 2;*/
/*      left: 260px; */
/*      top: 2px; */
	right: 0px;
	
	background-image: url(images/top_buttons_sub.gif);
	background-repeat: no-repeat;
	background-position:top left;
	width: 996px;
	height: 45px;
}
DIV.gmenu{
	float: left;
	
}
DIV.hmenu{
/*	cursor: pointer; */
	display: block;
	width: 100%;
	
}
DIV.smenu{
	display: none;
	text-align: left;
}
A.hlmenu {
	display: block;
	width: 100%;
}
A.lmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
	display:block;
	
	text-decoration: none;
	display: block;
	padding:3px;
	background-color: #e0e2dd;
	border-bottom: 1px solid #F9F9F9;

}
A.lmenu:hover {
	background-color: #000066;
	color: white;
}
IMG.menu_spacer{
	height: 45px;
	border: 0px;
	display: block;
	width: 100%;
}
#gmenu0{
	width: 10px;
}
#gmenu1{
	width: 138px;
}
#gmenu2{
	width: 138px;
}
#gmenu3{
	width: 138px;
}
#gmenu4{
	width: 138px;
}
#gmenu5{
	width: 138px;
}

#menu {
z-index:10;
list-style-type: none;
margin: 0; padding:0;

}

#menu ul {

list-style-type: none;
margin: 0; padding:0;


}
#menu li {
float: left;

position:relative;
z-index:10;
width:100px;
}
#menu li li {
float: none;

}
#menu li a {
display: block;
width: 100px;
text-align: center;
background: #eeeeee;
color: black;
padding: 3px 0;
}

#menu ul li a {
display: block;
width: 120px;
text-align: left;
background: #eeeeee;
color: black;
padding: 3px 0;
padding-left:5px;
border-top:1px solid #dadada;
}



#menu li a:hover {
background: white;
color: black;
}


#menu li ul {

height: 1px;
overflow:hidden;
position:absolute;
width: 120px;
}

#menu li:hover ul {
height:200px
}
