/* Áruház menü CSS */
.aruhaz_menu_header {
    padding: 5px 10px;
    margin: 10px 0 10px 0;
    line-height: 26px;
    font-weight: bold;
	font-size: 1.3em;
    color: #d2d65c;
    background: #424d01 url(../images/aruhaz_menu_header_bg.gif) repeat-x;
    /* border: 1px solid #fff; */
	width: 133px;
}

.gyarto_link {
	text-align: center;
	margin: 4px;
}

ul#aruhaz_menu,
ul#aruhaz_menu li {
  margin: 0;
  border: 0 none;
  padding: 0;
  width: 155px; /*KHTML*/
  list-style: none;
}

ul#aruhaz_menu li {
  *display: inline; /* IE */
  height:1%;
  position: relative;
}

ul#aruhaz_menu ul, ul#aruhaz_menu ul li { width: 155px; }
ul#aruhaz_menu ul ul, ul#aruhaz_menu ul ul li { width: 155px; }

ul#aruhaz_menu a {
    padding: 2px 0;
    margin: 0;
    display: block;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: auto !important;
    height: 1%; /*For IE*/
}

ul#aruhaz_menu a:hover {
    color: #fff;
}

ul#aruhaz_menu ul a {
    font-weight: normal;
    padding: 0 15px; 
}

ul#aruhaz_menu ul ul a { 
    padding: 0 25px; 
}

ul#aruhaz_menu a:hover, ul#aruhaz_menu li:hover a, ul#aruhaz_menu li.iehover a {

}

ul#aruhaz_menu ul,
ul#aruhaz_menu ul ul,
ul#aruhaz_menu ul ul ul {
  display: block;
  position: relative;
  z-index: 9999;
}

span.arrow {
    display: block;
    float: left;
	width: 0px;
	height: 0px;
 
	overflow: hidden;
 
	border-top: 5px dotted transparent;	
	border-right: 0px dotted transparent;
	border-bottom: 5px dotted transparent;	
	border-left: 5px solid #000;
    margin-right: 5px;
}

ul#aruhaz_menu ul a span.arrow {
    display: none;
}
