/*
+---------------------------+
|  UL drop-down menu v 1.1  |
|  (c)2004, design by wiki  |
|  url:  http://wiki.d2.cz  |
+---------------------------+
*/

 ul.tree li.separator,
 ul.menu li.separator {
	display: block;
}

 ul.menu li.add-last {
	display: block;
	line-height: 1px;
	height: 1px;
	margin-top: -1px;
	float: left !important;
	overflow: hidden;
}

 ul.menu li {
	list-style: none;
	float: left;
}

 ul.tree li {
	list-style: none;
}

 ul.tree a:hover,
 ul.menu a:hover,
 ul.tree a,
 ul.menu a {
	display: block;
	text-decoration: none;
}

  ul.tree ul {
	display: none;
	margin: 0em;
	padding: 0em;
}

  ul.menu ul {
	display: none;
	position: absolute;
	margin: 0em;
	padding: 0em;
	z-index: 90;
}

 ul.menu ul li {
	float: none;
	display: inline;
	margin:0em;
}

 ul.tree ul.show,
 ul.menu ul.show {
  display: block;
}

/*------------------------------+
| menu style horizontal         |
+------------------------------*/


 #menu-horizontal {
	font-size: 10pt;
	font-family: sans-serif;
	position: absolute;
	top: 1em;
	left: 1em;	
	width: 50em;
	clear: both;
	z-index: 20;
}


/*-[ colors ]-------------------*/
 #menu-horizontal ul.menu {
	color: black;
	background-color: silver;
}

 #menu-horizontal ul.menu ul {
	color: black;
	background-color: #f4f4f4;
	border-color: #cccccc;
}

 #menu-horizontal ul.menu li a,
 #menu-horizontal ul.menu li ul li a {
	color: black;
	background-color: transparent;
}

 #menu-horizontal ul.menu li a.open,
 #menu-horizontal ul.menu li a.over {
	color: black;
	background-color: white;
}

 #menu-horizontal ul.menu ul li a.open {
	color: black;
	background-color: #cccccc;
}

 #menu-horizontal ul.menu ul li a.over {
	color: white;
	background-color: #999999;
}

/*------------------------------*/

/*-[ bg images ]----------------*/


 #menu-horizontal ul.menu ul a {
	background-image: url("../img/icon-dart.gif"); background-position: top;
}

/*------------------------------*/


 #menu-horizontal ul.menu li.separator {
	height: 0.35em;
	border-top: 0.07em solid #cccccc;
	line-height: 0.07em;
	overflow: hidden;
	margin-top: 0.35em;
}

 #menu-horizontal ul.menu {
	margin: 0em;
	padding: 0em;
	padding-top: 2em;
	text-align: left;
	height: 1.7em;
}

 #menu-horizontal ul.menu ul {
	width: 10em;
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-style: solid;
	border-width: 0.07em;
}

 #menu-horizontal ul.menu ul ul {
	width: 11em;
	left: 9.93em;
	margin-left: 0em;
	margin-top: -2.07em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

 #menu-horizontal ul[class~="menu"] li ul li ul {
	margin-left: 0.135em; /*melo by byt 0.14em <- MZ*/
}

 #menu-horizontal ul.menu ul ul ul {
	left: 10.93em;
}

 #menu-horizontal ul.menu ul ul ul ul {
	left: -11.07em;
}

 #menu-horizontal ul[class~="menu"] ul ul ul ul {
	left: -11.36em; /*melo by byt 11.35em <- MZ*/
}

 #menu-horizontal ul.menu li {
	padding-top: 0em;
	padding-bottom: 0em;
}

 #menu-horizontal ul.menu li a {
	position: relative;
	padding-right: 1em;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}


 #menu-horizontal ul.menu li ul li a {
	padding-right: 1.75em;
	padding-left: 2em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-left: 0em;
	position: static;
	background-repeat: no-repeat;
	background-position: 1em 50%;
}

 #menu-horizontal ul.menu a span.icon {
	margin-left: -0.5em;
	margin-right: 0.4em;
}
 #menu-horizontal ul.menu a span.icon img {
	vertical-align: text-top;
	border: none;
}

 #menu-horizontal ul.menu ul a span.icon {
	position: absolute;
	left: 0.5em;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 0em;
}
 #menu-horizontal ul[class~="menu"] ul a span.icon {
	margin-top: 0em;
}


 #menu-horizontal ul.menu ul a span.icon img {
	position: relative;
	top: 40%;
	height: 16px;
	margin-top: -50%;
	border: none;
}

 #menu-horizontal ul[class~="menu"] ul a span.icon img {
	position: absolute;
	top: 50%;
}

 #menu-horizontal ul.menu a span.dart {
	position: absolute;
	overflow: hidden;
	height: 1.7em;
	top: 0em;
	margin-top: 0em;
	width: 10px;
	right: 0.25em;
	background-repeat: no-repeat;
	background-position: -0px 50%;
}


 #menu-horizontal ul.menu ul a span.dart {
	top: auto;
	height: 1.5em;
	right: 0.5em;
	background-position: 0px 50%;
}


 #menu-horizontal ul.menu ul a.over span.dart {
	background-position: -10px 50%;
}




/*------------------------------+
| menu style horizontal 2        |
+------------------------------*/


 #menu-horizontal2 {
	font-size: 11.5pt;
	font-family: sans-serif;
	position: absolute;
	top: 5em;
	left: 1em;	
	width: 50em;
	clear: both;
	z-index: 15;
}


/*-[ colors ]-------------------*/
 #menu-horizontal2 ul.menu {
	color: black;
	background-color: #cccccc;
}

 #menu-horizontal2 ul.menu ul {
	color: black;
	background-color: #f4f4f4;
	border-color: #cccccc;
}

 #menu-horizontal2 ul.menu li a,
 #menu-horizontal2 ul.menu li ul li a {
	color: black;
	background-color: transparent;
}

 #menu-horizontal2 ul.menu li a.open,
 #menu-horizontal2 ul.menu li a.over {
	color: black;
	background-color: white;
}

 #menu-horizontal2 ul.menu ul li a.open {
	color: black;
	background-color: #cccccc;
}

 #menu-horizontal2 ul.menu ul li a.over {
	color: white;
	background-color: #999999;
}

/*------------------------------*/

/*-[ bg images ]----------------*/




 #menu-horizontal2 ul.menu ul a {
	background-image: url("../img/icon-dart.gif");
}

/*------------------------------*/


 #menu-horizontal2 ul.menu li.separator {
	height: 0.7em;
}

 #menu-horizontal2 ul.menu {
	margin: 0em;
	padding: 0em;
	text-align: left;
	height: 1.6em;
}

 #menu-horizontal2 ul.menu ul {
	width: 16em;
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-style: solid;
	border-width: 0.07em;
}

 #menu-horizontal2 ul.menu ul ul {
	width: 11em;
	left: 15.93em;
	margin-left: 0em;
	margin-top: -2.07em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

 #menu-horizontal2 ul[class~="menu"] li ul li ul {
	margin-left: 0.135em; /*melo by byt 0.14em <- MZ*/
}

 #menu-horizontal2 ul.menu ul ul ul {
	left: 10.93em;
}

 #menu-horizontal2 ul.menu ul ul ul ul {
	left: -11.07em;
}

 #menu-horizontal2 ul[class~="menu"] ul ul ul ul {
	left: -11.36em; /*melo by byt 11.35em <- MZ*/
}

 #menu-horizontal2 ul.menu li {
	padding-top: 0em;
	padding-bottom: 0em;
}

 #menu-horizontal2 ul.menu li a {
	position: relative;
	padding-right: 1.5em;
	padding-left: 1em;
	padding-top: 0.3em;
	padding-bottom: 0.2em;
}


 #menu-horizontal2 ul.menu li ul li a {
	padding-right: 1.75em;
	padding-left: 2em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-left: 0em;
	position: static;
	background-repeat: no-repeat;
	background-position: 1em 50%;
}

 #menu-horizontal2 ul.menu a span.icon {
	margin-left: -0.5em;
	margin-right: 0.4em;
}
 #menu-horizontal2 ul.menu a span.icon img {
	vertical-align: text-top;
	border: none;
}

 #menu-horizontal2 ul.menu ul a span.icon {
	position: absolute;
	left: 0.5em;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 0em;
}
 #menu-horizontal2 ul[class~="menu"] ul a span.icon {
	margin-top: 0em;
}


 #menu-horizontal2 ul.menu ul a span.icon img {
	position: relative;
	top: 40%;
	height: 16px;
	margin-top: -50%;
	border: none;
}

 #menu-horizontal2 ul[class~="menu"] ul a span.icon img {
	position: absolute;
	top: 50%;
}

 #menu-horizontal2 ul.menu a span.dart {
	position: absolute;
	overflow: hidden;
	height: 1.6em;
	top: 0em;
	margin-top: 0em;
	width: 10px;
	right: 0.25em;
	background-repeat: no-repeat;
	background-position: -30px 50%;
}


 #menu-horizontal2 ul.menu ul a span.dart {
	top: auto;
	height: 1.5em;
	right: 0.5em;
	background-position: 0px 50%;
}


/* #menu-horizontal2 ul.menu a span.dart {
	background-position: -30px 50%;
}*/

 #menu-horizontal2 ul.menu ul a.over span.dart {
	background-position: -10px 50%;
}





/*------------------------------+
| menu style vertical           |
+------------------------------*/


 #menu-vertical {
	font-size: 11px;
	font-weight:bold;
	position: absolute;
	top: 80px;
	left: 0px;	
	width: 201px;
	clear: both;
	z-index: 100;
	text-transform:uppercase;
          
}


/*-[ colors ]-------------------*/
 #menu-vertical ul.menu {
	color: black;
	background-color: transparent;
	margin:0px;
	padding:0px;
	
}

 #menu-vertical ul.menu ul {
	color: black;
	background-color: #f4f4f4;
	border-color: #999999;
	
}

 #menu-vertical ul.menu li a,
 #menu-vertical ul.menu li ul li a {
	color: black;
	background-color: transparent;
}

 #menu-vertical ul.menu li a.open,
 #menu-vertical ul.menu li a.over {
	color: black;
	background-color: white;
}


 #menu-vertical ul.menu ul li a.open,
 #menu-vertical ul.menu ul li a.over {
	color: white;
	background-color: #999999;
}

/*------------------------------*/

/*-[ bg images ]----------------*/

 #menu-vertical ul.menu a span.dart {
	  background-image: url("pdesign_image.php?lang=1&name=menu-dart");
                background-position:0px 0px;
}

 #menu-vertical ul.menu a {
	 background-image: url("pdesign_image.php?lang=1&name=icon-dart");
               background-position:0px 0px;
                
}        

/*------------------------------*/

 #menu-vertical ul.menu li.separator {
	height: 50px;
}

 #menu-vertical ul.menu {
	margin: 0em;
	padding: 0em;
	text-align: left;
	width: 201px;
	position: relative;
}

 #menu-vertical ul.menu ul {
	left: 201px;
	width: 16em;
	margin: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-top: -2.10em;
	width: 201px;
}

 #menu-vertical ul.menu ul ul {
	width: 201px;
	left: 201px;
	margin-left: 0px;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

 #menu-vertical ul[class~="menu"] ul ul {
	margin-left: 0.145em; /*melo by byt 0.14em <- MZ*/
}

 #menu-vertical ul.menu ul ul ul {
	left: 10.93em;
}

 #menu-vertical ul.menu ul ul ul ul {
	left: -11.07em;
}

 #menu-vertical ul[class~="menu"] ul ul ul ul {
	left: -11.35em;
}

 #menu-vertical ul.menu li {
	display: inline;
	float: none;
	padding-top: 0em;
	padding-bottom: 0em;
}

 #menu-vertical ul.menu li a {
	padding-right: 1.75em;
	padding-left: 2em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-left: 0em;
	background-repeat: no-repeat;
	background-position: 1em 3px;
	position: static;
}


 #menu-vertical ul.menu a span.icon {
	position: absolute;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	left: 0.5em;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

 #menu-vertical ul[class~="menu"] a span.icon {
	margin-top: 0em;
}

 #menu-vertical ul.menu a span.icon img {
	position: relative;
	top: 40%;
	height: 16px;
	margin-top: -50%;
	border:1px solid red;
}

 #menu-vertical ul[class~="menu"] a span.icon img {
	position: absolute;
	top: 0px;
}

 #menu-vertical ul.menu a span.dart {
	position: absolute;
	overflow: hidden;
	height: 1.5em;
	margin-top: -0.17em;
	width: 100px;
	right: 0.5em;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

 #menu-vertical ul[class~="menu"] a span.dart {
	margin-top: 0px;
}

 
 #menu-vertical ul.menu a span.dart, 
 #menu-vertical ul.menu ul a span.dart {
	background-position: 0px 0px;
               /*background-color:red;*/
}

 #menu-vertical ul.menu ul a.open span.dart {
	background-position: -10px 0px;
             /* background-color:red;*/  
}




/*------------------------------+
| tree                          |
+------------------------------*/


 #tree {
	font-size: 10.5pt;
	font-family: sans-serif;
	position: absolute;
	top: 15em;
	left: 15em;	
	clear: both;
	width: 16em;
}


/*-[ colors ]-------------------*/
 #tree ul.tree {
	color: black;
	background-color: #cccccc;
}

 #tree ul.tree ul {
	color: black;
	background-color: transparent;
}

 #tree ul.tree li a,
 #tree ul.tree li ul li a {
	color: black;
	background-color: transparent;
}

 #tree ul.tree li a.open,
 #tree ul.tree li a.over {
	color: #ff9900;
	background-color: white;
}

 #tree ul.tree ul li a.open,
 #tree ul.tree ul li a.over {
	color: white;
	background-color: #999999;
}

/*------------------------------*/

/*-[ bg images ]----------------*/


 #tree ul.tree a,


 #tree ul.tree ul a {
	background-image: url("../img/icon-dart.gif");
}


/*------------------------------*/

 #tree ul.tree li.separator {
	height: 0.7em;
}

 #tree ul.tree {
	margin: 0em;
	padding: 0em;
	text-align: left;
}

 #tree ul.tree ul {
	margin: 0em;
	padding-left: 1em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


 #tree ul.tree li {
	display: inline;
	float: none;
	padding-top: 0em;
	padding-bottom: 0em;
}

 #tree ul.tree li a {
	padding-right: 1.75em;
	padding-left: 2em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-left: 0em;
	position: static;
	background-repeat: no-repeat;
	background-position: 1em 0%;
}


 #tree ul.tree a span.icon {
	float: left;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	margin-left: -1.5em;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

 #tree ul.tree a span.icon img {
	position: relative;
	top: 50%;
	height: 16px;
	margin-top: -50%;
	border: none;
}

 #tree ul[class~="tree"] a span.icon img {
	top: 50%;
}

 #tree ul.tree a span.dart {
	float: right;
	overflow: hidden;
	height: 1.5em;
	margin-top: 0em; /*-1.5em*/
	margin-right: -1em;
	width: 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

 #tree ul.tree a span.dart, 
 #tree ul.tree ul a span.dart {
	background-position: 0px 50%;
}

 #tree ul.tree ul a.open span.dart {
	background-position: -20px 50% !important;
}

 #tree ul.tree ul a.over span.dart {
	background-position: -10px 50%;
}

 #tree ul.tree a.open span.dart {
	background-position: -30px 50% !important;
}



/*------------------------------+
| tree 2                        |
+------------------------------*/


 #tree2 {
	font-size: 10pt;
	font-family: sans-serif;
	position: absolute;
	top: 15em;
	left: 35em;	
	clear: both;
	width: 16em;
}


/*-[ colors ]-------------------*/
 #tree2 ul.tree {
	color: black;
	background-color: white;
	border-color: #999999;
}

 #tree2 ul.tree ul {
	color: black;
	background-color: transparent;
}

 #tree2 ul.tree li a,
 #tree2 ul.tree li ul li a {
	color: black;
	background-color: transparent;
	border-color: #999999;
}

 #tree2 ul.tree li a.open,
 #tree2 ul.tree li a.over {
	color: #ff9900;
	background-color: transparent;
}

 #tree2 ul.tree ul li a.open,
 #tree2 ul.tree ul li a.over {
	color: #999999;
	background-color: transparent;
}

/*------------------------------*/

/*-[ bg images ]----------------*/



 #tree2 ul.tree a,


 #tree2 ul.tree ul a {
	background-image: url("../img/icon-dart.gif");
}


/*------------------------------*/

 #tree2 ul.tree li.separator {
	height: 0.7em;
}

 #tree2 ul.tree {
	margin: 0em;
	padding: 0.5em;
	text-align: left;
	border-style: solid;
	border-width: 0.07em;
}

 #tree2 ul.tree ul {
	margin: 0em;
	padding-left: 1em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


 #tree2 ul.tree li {
	display: inline;
	float: none;
	padding-top: 0em;
	padding-bottom: 0em;
}

 #tree2 ul.tree li a {
	padding-right: 1.75em;
	padding-left: 1.25em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-left: 0em;
	position: static;
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
	border-bottom-style: solid;
	border-bottom-width: 0.07em;
}

 #tree2 ul.tree li.last a {
	border-bottom-width: 0em;
}

 #tree2 ul.tree a span.icon {
	float: left;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	margin-left: -1.25em;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

 #tree2 ul.tree a span.icon img {
	position: relative;
	top: 50%;
	height: 16px;
	margin-top: -50%;
	border: none;
}

 #tree2 ul[class~="tree"] a span.icon img {
	top: 50%;
}

 #tree2 ul.tree a span.dart {
	float: right;
	overflow: hidden;
	height: 1.5em;
	margin-top: 0em; /*-1.5em*/
	margin-right: -1em;
	width: 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
 
 #tree2 ul.tree a span.dart {
	background-position: 0px 50%;
}

 #tree2 ul.tree a.open span.dart {
	background-position: -30px 50% !important;
}


/*------------------------------+
| menu like tree                |
+------------------------------*/
 #menu-like-tree ul.menu li {
	list-style: none;
	float: none;
}

 #menu-like-tree ul.menu ul {
	margin: 0em;
	padding: 0em;
	position: static;
}

 #menu-like-tree ul.menu li.add-last,
 #menu-like-tree iframe {
	display: none;
}


 #menu-like-tree {
	font-size: 10pt;
	font-family: sans-serif;
	position: absolute;
	top: 10em;
	left: 55em;	
	clear: both;
	width: 16em;
}


/*-[ colors ]-------------------*/
 #menu-like-tree ul.menu {
	color: black;
	background-color: white;
	border-color: #999999;
}

 #menu-like-tree ul.menu ul {
	color: black;
	background-color: transparent;
}

 #menu-like-tree ul.menu li a,
 #menu-like-tree ul.menu li ul li a {
	color: black;
	background-color: transparent;
	border-color: #999999;
}

 #menu-like-tree ul.menu li a.open {
	color: black;
	background-color: transparent;
}

 #menu-like-tree ul.menu li a.over {
	color: #ff9900;
	background-color: transparent;
}

 #menu-like-tree ul.menu ul li a.over {
	color: #999999;
	background-color: transparent;
}





 #menu-like-tree ul.menu a,


 #menu-like-tree ul.menu ul a {
	background-image: url("../img/icon-dart.gif");
}



 #menu-like-tree ul.menu li.separator {
	height: 0.7em;
}

 #menu-like-tree ul.menu {
	margin: 0em;
	padding: 0.5em;
	text-align: left;
	border-style: solid;
	border-width: 0.07em;
}

 #menu-like-tree ul.menu ul {
	margin: 0em;
	padding-left: 1em;
	padding-right: 0em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}


 #menu-like-tree ul.menu li {
	display: inline;
	float: none;
	padding-top: 0em;
	padding-bottom: 0em;
}

 #menu-like-tree ul.menu li a {
	padding-right: 1.75em;
	padding-left: 1.25em;
	padding-top: 0em;
	padding-bottom: 0em;
	line-height: 1.5em;
	margin-top: 0.25em;
	margin-left: 0em;
	position: static;
	background-repeat: no-repeat;
	background-position: 0.5em 50%;
	border-bottom-style: solid;
	border-bottom-width: 0.07em;
}

 #menu-like-tree ul.menu li.last a {
	border-bottom-width: 0em;
}

 #menu-like-tree ul.menu a span.icon {
	float: left;
	overflow: hidden;
	height: 1.5em;
	width: 16px;
	margin-left: -1.25em;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}

 #menu-like-tree ul.menu a span.icon img {
	position: relative;
	top: 50%;
	height: 16px;
	margin-top: -50%;
	border: none;
}

 #menu-like-tree ul[class~="menu"] a span.icon img {
	top: 50%;
}

 #menu-like-tree ul.menu a span.dart {
	float: right;
	overflow: hidden;
	height: 1.5em;
	margin-top: 0em; /*-1.5em*/
	margin-right: -1em;
	width: 10px;
	background-repeat: no-repeat;
	background-position: 0px 50%;
}
 
 #menu-like-tree ul.menu a span.dart {
	background-position: 0px 50%;
}

 #menu-like-tree ul.menu a.open span.dart {
	background-position: -30px 50% !important;
}





/** IE select bug */
 ul.menu iframe {
	position: absolute;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

 ul[class~="menu"] iframe {
	display: none;
}
















