
.menulist {

margin: 0;
list-style: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#000000;
width: 154px;
height:20px;
text-align:center;
text-decoration:none;
}

.menulist ul {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color:#000000;
margin: 0;
width: 250px;
display: none;
position: absolute;
top: 5px;
left: 150px;
list-style:none!important;
}
.menulist li {
 position: relative;
 line-height:20px;
 }
.menulist, .submeniu li {
 position: relative;
 line-height:10px;
}
.menulist li a {
 display: block;
 color: #000;
 text-decoration: none;

 margin: 0;
}
.submeniu {
text-align:left;

}
.submeniu ul {
list-style:none!important;
 border: 1px solid white;
}
.submeniu li a {
 background-color:#b80400;
 display: block;
 padding: 3px 4px 3px 10px;
 color: #FFF;
 text-decoration: none;

 margin: 0;
}

/* HACKS: MSIE6 doesn't support transparent borders, mimic with margins */
* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

/*
 Lit items: hover/focus = the current item. 'highlighted' = parent items to visible menus.
 Here, active items are given a border, and a padding tweak to 'elevate' the text within.
 Feel free to use background-image:url(file.gif) instead of background-color:#nnn here...
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
font-weight:bold;
 color: #000;
 margin: 0;
}
.submeniu a:hover, .submeniu a.highlighted:hover, .submeniu a:focus {
 color: #FFF;
 border: 1px solid white;
 font-weight:bold;
 margin: 0;
}


/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
.butflash {
display: block;
float: left;
 border: 1px solid transparent;
}
.butflash1 {
padding-left:12px;
display: block;
float: left;
 border: 1px solid transparent;
}
.butflash2 {
text-align:right;
padding-left:12px;
display: block;
float: left;
}
.submeniurosu {
display: block;
float: left;
background:url(/img/back_submeniu.gif);
width:139px;
height:161px;
padding-left:15px;
background-color:#FFFFFF;
border-left:#FF0000 solid 1px;
border-right:#FF0000 solid 1px;
}

.meniu1 {
background:url(/img/back_meniu_liniute.png);
width:164px;
padding-left:10px;
display: block;
float: left;
height:218px;
z-index: 4;
position: relative; 
}
.meniu11 {
width:164px;
padding-left:10px;
display: block;
float: left;
height:218px;
z-index: 3;
position: relative; 
}
.meniu12 {
width:164px;
padding-left:11px;
display: block;
float: left;
height:34px;
z-index: 1;
position: relative; 
}
.meniu13 {
width:164px;
padding-left:11px;
display: block;
float: left;
height:34px;

z-index: 1;
position: relative; 
}
/* End Hacks */