.horizontalcssmenu ul{
margin: 0px;
padding: 0px;
padding-top: 3px;
padding-left: 6px;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
}


/*Top level menu link items style*/
a.a_top{
display: block;
padding-right: 20px;
background: url(../img/olaj_top_mainmenu_spacer.jpg) center right no-repeat;
text-decoration: none;
background-color: #AC8C12;
color: white;
font: bold 11px Tahoma;
}

/*Top level menu link items style*/
a.a_top_utolso{
display: block;
padding-right: 0;
text-decoration: none;
background-color: #AC8C12;
color: white;
font: bold 11px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
right: 0;
top: 0;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;

}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
z-index: 100;
float: none;
}


/* Sub level menu links style */
a.a_sub{
z-index: 100;
border-bottom: 1px solid #D7C891;
width: 312px;
font-weight: normal;
padding-top: 3px;
padding-bottom: 3px;
padding-left: 5px;
background-color: #9A7900;
border-width: 0 1px 1px 1px;
display: block;
text-decoration: none;
color: white;
font-size: 11px;
font-family: Tahoma;
}

/*
.horizontalcssmenu ul li a:hover{
color: #332904;
z-index: 100;
}
*/

a:hover.a_top, a:hover.a_top_utolso{
color: #332904;
z-index: 100;
}

/*
.horizontalcssmenu ul li ul li a:hover{
z-index: 100;
background: #7A630D;
color: #ffffff;
}
*/

a:hover.a_sub{
z-index: 100;
background: #7A630D;
color: #ffffff;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
/*background: transparent url(../img/menuarrow.gif) no-repeat center left;*/
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
/** html .horizontalcssmenu ul li a { height: 1%; }*/

* html .a_top{ height: 1%; }
* html .a_top_utolso{ height: 1%; }
/* End */