.menuWidget
{
	width: 900px;
	height: 45px;
	margin: 0 auto;
  padding-left: 100px;
	padding-bottom: -10px;
	position: relative;
	z-index: 3;
  background-image: url(../img/main/bg_menu0.jpg);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.menuWidget[class]
{
	width: 900px;
	height: 50px;
	margin: 0 auto;
  padding-left: 100px;
/*	padding-bottom: 10px;*/
	position: relative;
	z-index: 3;
  background-image: url(../img/main/bg_menu0.jpg);
border-left: 1px solid #000;
border-right: 1px solid #000;
}

.menuWidget  UL.fLevel
{
	list-style-type: none;
	display: block;
	width: 900px;
/*	width: 963px;*/
	height: 50px;
	position: relative;
	padding: 0;
	margin: 0;
}

.menuWidget  UL.fLevel  LI.fLevel
{
	width: 147px;
	height: 50px;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	display: block;
	border-left: 3px solid #fff;
}

.menuWidget  UL.fLevel  LI.last
{
	width: 132px;
	border-right: none;
}

.menuWidget A
{
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #eee;
	text-decoration: none;
}

.menuWidget  UL.fLevel  LI.fLevel  A.fLevel
{
	text-transform: uppercase;
/*	padding: 10px; */
    padding: 30px 5px 5px 15px;
   	width: 115px;
	height: 15px;
/*	height: 55px;*/
}

.menuWidget  UL.fLevel  LI.fLevel  A.fLevel[class]
{
	text-transform: uppercase;
/*	padding: 10px; */
    padding: 35px 5px 5px 15px;
   	width: 115px;
	height: 15px;
/*	height: 55px;*/
}

/*
.menuWidget  UL.fLevel  LI.last  A.fLevel
{
	width: 112px;
}
*/

.menuWidget  UL.fLevel  LI.fLevel  A.fLevel:hover, .menuWidget  UL.fLevel  LI.fLevel  A.selected
{
	display: block;
	background: #000 url('../gfx/bg_m1.gif') top left repeat-x;
}

.menuWidget  UL.sLevel
{
/* --------------------------- */
/* len pre IE                  */
/* --------------------------- */
	list-style-type: none;
	width: 138px;
  padding: 5px 5px 5px 5px;
  margin: 0;
	position: absolute;
	visibility: hidden;
	display: none;
	top: 50px;
	left: 0;
/*	background: #000101 url('../img/main/bg_submenu.jpg') 0px -50px repeat-x;*/
  /*background: #3b1508;*/
  background: #35170d; 
  filter: alpha(opacity=90);
}

.menuWidget  UL.fLevel  LI.active
{
/* --------------------------- */
/* len pre IE                  */
/* --------------------------- */
/*	background: #000101 url('../img/main/bg_submenu.jpg') 0px 0px repeat-x;*/
  /*background: #3b1508;*/

  background: #35170d;
  margin-bottom: 10px;
}

.menuWidget  UL.fLevel  LI.active[class]
{
/* --------------------------- */
/* okrem IE, IE ignoruje class */
/* --------------------------- */
/*	background: #000101 url('../img/main/bg_submenu.jpg') 0px 0px repeat-x;*/
  /*background: #3b1508;*/
  background: #35170d;
}

.menuWidget  UL.fLevel  LI.active  A.fLevel
{
	height: auto;
	padding-bottom: 5px;
	background: none;
}

.menuWidget  UL.fLevel  LI.active  A.fLevel:hover
{
	background: none;
}

.menuWidget  UL.fLevel  LI.active  UL.sLevel
{
	visibility: visible;
	display: block;
	padding-bottom: 10px;
	z-index: 3;
}

/*.menuWidget  UL.sLevel  LI.sLevel  A*/
.menuWidget  UL.sLevel  LI.sLevel
{
padding: 3px 10px;
/*margin-top: -10px;*/
/*margin-bottom: -10px;*/
}

/*.menuWidget  UL.sLevel  LI.sLevel[class]  A*/
.menuWidget  UL.sLevel  LI.sLevel[class]
{
	padding: 3px 10px; 
}

.menuWidget  UL.fLevel  LI.active A:hover
{
	text-decoration: underline;
}

