table.MenuPart1
{
	background-color: #efebef;
	border-bottom: solid 0px black;
}


table.MenuPart2 
{

 }
table.MenuPart2 tr 
{ 

}

/*table.MenuLeft .normal ,table.MenuLeft .hover
{
	width: 169px;
	height:84px;
	padding: 5px 0px 5px 10px;
}*/

table.MenuPart2 .normal ,table.MenuPart2 .hover
{
	
	text-decoration: none;
	text-align:center;
	vertical-align:middle;
	background-repeat:repeat-x;
	font-family: Arial,Helvetica ;
	font-size: 14px;
	font-weight:bold;
	/*width: 80px;*/
	height:36px;
	cursor:pointer;
	padding: 0px 14px 0px 14px;

}
 
table.MenuPart2 .separator
{
	text-align:center; 
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;
	
}
 
table.MenuPart2 .normal, table.MenuPart2 .separator
{
	color: white; 
	background-image: url(../image/menuBg3.gif);
	border-top: solid 1px #454444;
	border-bottom: solid 1px #454444;
	
}
 
table.MenuPart2 .hover
{
	 
	color: white;  
	font-size: 14px;

	background-image: url(../image/menuBgHover.gif);
	background-color: #495792;
	border-top: solid 1px #26377D;
	border-bottom: solid 1px #495792;
}

/*table.MenuPart2 tr td#btnmnTop_37, table.MenuPart2 tr td#btnmnTop_38, table.MenuPart2 tr td#btnmnTop_41, table.MenuPart2 tr td#btnmnTop_36
{
	line-height: 11px;
}*/





/* Popup Menu */
table.PopupMenu {	border-bottom:  1px solid black;}
table.PopupMenu td {padding : 0px 0px 0px 0px;  }
table.PopupMenu tr {background-color: transparent; }
table.PopupMenu tr td {	font-family: Helvetica, Arial;	font-size: 12px;	color: black; background-color : #ffffff; }
table.PopupMenu tr td a { text-decoration: none; font-weight : normal; color: black; border: 1px solid black; border-bottom: 0px; background : eeeeee; padding : 4px 30px 4px 10px; display:block;}
table.PopupMenu tr td a:hover {	text-decoration: none;	color: black; background : #dddddd;}


/*tree menu*/

.level5, .level6 
{
font-size: 11px;
padding-left: 35px;
color: #26377D;
}
.level0 
{
	display: block;
	
} /* společné pro všechny větve */
.level1 {
	font-size: 14px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #929ABE;
	

}
a:hover.level1 {
	color: Black;	
	/*text-decoration: underline;*/
}
.level1b {
	font-size: 14px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px;	
}
.level2 {
	font-size: 13px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
	margin-top: 4px;
	margin-left: 12px;
	margin-bottom: 4px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #26377D;
	border-top: 1px solid #d9e2ff;
	padding-top: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	width:165px;
}
a:hover.level2 {
	color: Black;	
	/*text-decoration: underline;*/
	background-color: #ebf0ff;
	/*margin-right: -64px;*/
}
.level3 {
	font-size: 12px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	margin-left: 16px;
	margin-bottom: 2px;
	/*margin-top: 3px;	*/
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #6271ae;
}
a:hover.level3 {
	background-color: #ebf0ff;
	color: Black;
	text-decoration: none;
	/*margin-right:-64px;*/
}
.level3b {
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-left: 4px;
	padding-bottom: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #26377D;
	display: block;
	margin-left: 10px;
	/*margin-top: 5px;*/
}
.level4 {
	font-size: 11px;
	color: #6F6F6F;
	font-weight: bold;
	text-decoration: none;
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
	margin-left: 26px;
	/*margin-bottom: 2px;
	margin-top: 3px;*/	

}
a:hover.level4 {
	background-color: #ebf0ff;
	color: Black;
	text-decoration: none;
	/*margin-right:-64px;*/
}

.fixlevel {
	color: black;
	background-color: #ebf0ff;
	text-decoration: none;
	/*margin-right:-64px;*/
}

