table.MenuPart1
{
	background-color: #efebef;
	border-bottom: solid 0px black;
}

/* Menu druha cast - top menu */
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,Tahoma ,Helvetica, 'Microsoft Sans Serif', "Verdana", ;
	font-size: 14px;
	font-weight:bold;
	/*width: 80px;*/
	height:40px;
	cursor:pointer;
	padding:0px px 0px 3px;
}
 
table.MenuPart2 .separator
{
	text-align:center; 
	vertical-align:middle;
	font-size: 14px;
	font-weight:bold;
}
 
table.MenuPart2 .normal, table.MenuPart2 .separator
{
	color: black; 
	background-image: url(../image/menuBg.gif);
}
 
table.MenuPart2 .hover
{
	color: black;  
	background-image: url(../image/menuBgHover.gif);
}

/*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: "Verdana", "Tahoma", "sans-serif", "Arial";	font-size: 12px;	color: black;}
table.PopupMenu tr td a { text-decoration: none; font-weight : normal; color: black; border: 1px solid black; border-bottom: 0px; background : white; padding : 4px 30px 4px 10px; display:block;}
table.PopupMenu tr td a:hover {	text-decoration: none;	color: black; background : #ffdaaf;}



