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

.markermenu{
width: 175px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

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

/* ---===< To Kentriko menu >===--- */

.markermenu ul li a{
background: #F2ECE3 url(modules/mod_slidemenu/ddlevelsfiles/bulletlist.gif) no-repeat 3px center; /*light gray background*/
font: bold 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
color: #F00; /* Ti einai? */
display: block;
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;
}

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


/* ---===< To xroma toy keimenoy sto kentriko menu Visited >===--- */

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #b28f57;
}

/* ---===< To Kentriko menu Hoover >===--- */

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #ece3d5;
background-color: #9a7a47;
}

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


/* ---===< To Ypomenu >===--- */

.blackwhite li a{
background: #9a7a47;
border: 0px solid black;
color: #ece3d5
}



/* ---===< To Ypomenu Hoover >===--- */

.blackwhite li a:hover{
background: #ece3d5;
color: black;
}