
/* Begin CSS Popout Menu */

#menu{
	width: 150px;
	height: auto;
	position: relative;
	/*min-height:300px;*/

}

#menu h2{
	font-weight: normal;
	font-size: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	position: relative;
	display: block;
	/*border-bottom: 1px solid #ccc; */
} 

/*#menu h2*/
#menu h2 {
	margin:0px;
	padding:0px;width:150px;text-align: right;
		/*font-size: 1.248em;*/
}

#menu a, #menu a:visited,#menu a:active,#menu a:hover {
text-decoration:none;
/*font-size: 1.248em;*/
}

#menu a, #menu a:visited,#menu a:active {
color:#000;
}

#menu a:hover{
	color:#000;
	background-color:#f5f5f5;
}


#menu h2 a,#menu h2 a:visited,#menu h2 a:active {
	background-image: url(../img/nonactive.gif);
	display: block;
	padding-right: 30px;
	color: #000000;
	width:120px;
}
	



#menu h2 a:hover {
	background-image: url(../img/nonactive2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding-right: 30px;
	text-decoration: none;
	color: #000000;
}

#menu ul,#menu ul li  {
	background-color: #FFFFFF;
	list-style-type: none;
	display: block;
	border-top:none;
	border-bottom:1px solid #E1E1E1;
	/*
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E1E1E1;
	border-bottom-color: #E1E1E1;
	*/
	width: 150px;
	background-image: url(../img/nonactive.gif);
	background-repeat: no-repeat;
	background-position: right center;
	color: #000000;
	height: 27px;
	line-height: 27px;
} 

#menu ul {
	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E1E1E1;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
} 

#menu li{

	position:relative;
}



#menu ul ul{
	top:-1px;
	left: 150px;
	z-index:500;
	width: 250px;
	padding-bottom: 1em;
	position:absolute;
	display:none;
	margin-bottom:0;
	padding-bottom:0;

}
#menu ul ul li{
/*jednodussi nez zjistovat, odkud a jak se dedi*/
	background-position:300px 300px !important;
	width: 250px;
	overflow:hidden;
}
#menu ul ul li a{
	width: 100%;
	margin:0;
	padding-left:5px;
	padding-right:5px;
	background-image:none;
	display:block;
}


#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
}

div#menu li:hover{
cursor:pointer;
z-index:600;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{

color:#000;

}

#menu a.x:hover{
color:#000;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

.print {
text-align:right;
}

#dveee {

}

