.chromestyle{
font-weight: bold;
left:0px;
border:none;
margin:0;
padding:0;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin:0;
padding:0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:0;
padding:0;
}

.chromestyle ul li a{
text-align:center;
width:112px;
height:45px;
display:block;
margin:0;
padding:0;
text-decoration: none;
background: url(/pic/kikk_intezmenyek1.jpg) no-repeat; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/pic/kikk_intezmenyek01.jpg) no-repeat; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
background:transparent;
width:112px;
font:normal 11px Verdana;
height:18px;
z-index:100;
visibility: hidden;
}


.dropmenudiv a{
background:url(/pic/kikk_almenu_bg.png);
background-repeat:repeat-y;
width: 108px;
display: block;
text-indent: 3px;
padding-left:2px;
padding-right:2px;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 108px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
padding-left:2px;
padding-right:2px;
width:108px;
background:black;
color:white
}
