/* hlavni menu - prvni uroven */

#menuBar
{
	position: relative;
	left: 0px;
	top: 131px;
	float: left;
	padding: 0px 2px;
/*	background: url("../../img/ms_of.gif") no-repeat top left;*/
}

#menu
{
	display: block;
	height: 30px;	
	min-height: 30px;
}

#menu span
{
	position: relative;
	top: 8px;
}

#menu ul
{
	display: block;
	margin: 0;
	padding: 0;
	list-style:none;
}

#menu li
{
	display: block; 
	margin: 0px;	
	border: 0px;
	
}

#menu li.mli1
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 140px;
	height: 29px;
	text-align: center;
	float: left;
}

#menu li.mli2
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 130px;
	height: 29px;	
	text-align: center;
	float: left;
}

#menu li.mli3
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 130px;
	height: 29px;	
	text-align: center;
	float: left;	
}

#menu li.mli4
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 130px;
	height: 29px;	
	text-align: center;
	float: left;
}

#menu li.mli5
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 130px;
	height: 29px;	
	text-align: center;
	float: left;
}

#menu li.mli6
{
	background: url("../../img/ms_of.gif") no-repeat top right;
	overflow: hidden;
	width: 128px;
	height: 29px;
	text-align: center;
	float: left;
}

#menu a
{
	font-family: Arial;
	font-weight: bold;	
	font-size: 12px;
	color: #cccccc;	
	display: block;
	padding: 0px;		
	text-decoration: none;
}

#menu a:hover
{
	color: #ffffff;
/*	background: url("../../img/ms_on.gif") no-repeat top right;*/
}


/* popup menu - druha uroven */

#menu1, #menu2, #menu3, #menu4, #menu5, #menu6 {
	
	position: absolute;
	list-style: none url(../../img/blank.gif);
	padding: 5px;
	margin: 13px 0px;
	font-size: 9px;
	border: 1px solid #767676;
	background-color: #969696;
	z-index: 99;
	visibility: hidden;
	clear: both;
	text-align: left;
}

#menu1 li, #menu2 li, #menu3 li, #menu4 li, #menu5 li, #menu6 li, #menu7 li {
	display: block;
	clear: both;
	margin: 3px 0px;
}

#menu1 a, #menu2 a, #menu3 a, #menu4 a, #menu5 a, #menu6 a, #menu7 a {
	display: block;
	clear: both;
}

#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a, #menu5 li a, #menu6 li a, #menu7 li a {
	display: block;
	clear: both;
	text-decoration: none;
	color: #ffffff;
	border: 1px solid #969696;
	background-color: #969696;
	padding: 3px 5px;
}

#menu1 li a:hover, #menu2 li a:hover, #menu3 li a:hover, #menu4 li a:hover, #menu5 li a:hover, #menu6 li a:hover, #menu7 li a:hover {
	text-decoration: none;
	color: #000000;
	border: 1px solid #ffffff;
	background-color: #ffcc00;	
	padding: 3px 5px;
}


#menu1 { width: 230px; }
#menu2 { width: 230px; left: 140px }
#menu3 { width: 230px; left: 270px }
#menu4 { width: 230px; left: 400px }
#menu5 { width: 200px; left: 530px }
#menu6 { width: 126px; }