/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 208px; /*width of side bar menu*/
background: url(../alapkepek/button1.gif) repeat-y;
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
font-family: arial;
}

.markermenu ul{
list-style-type: none;
margin:  0;
padding: 0;
}

.markermenu ul li a{
background-color: transparent; 
font: bold 13px arial, Verdana, Helvetica, sans-serif;
color: #ffffff;
display: block;
width: auto;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 10px;
padding-right: 10px;
text-decoration: none;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #ffffff;
font-family: arial;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #000000;
background: url('../alapkepek/button2.gif');
font-family: arial;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: #ffdc52;
font-family: arial;
}

.blackwhite li a:hover{
background: black;
color: white;
font-family: arial;
}