/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 200px;
clear: left;
position: relative;
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 3px solid #fcf0e8;
}

.markermenu ul li a{
background: #f0e8d0 url(../../tasarim/mim.gif) no-repeat 3px top;
font: bold 13px "Georgia",  Times, serif;
color: #000000;
display: block;
width: auto;
padding: 2px 0px;
padding-left: 20px;
text-decoration: none;
border-top: 2px solid #f5eddb;
border-bottom: 1px solid #d6c69f;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 180px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #000000;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #be0007;
background-color: #e8e0c8;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background: white;
}

.blackwhite li a:hover{
background: black;
color: white;
}
