body {
font-family: Verdana; font-size: 8pt;
margin:0;
padding:0;
line-height: 1.5em;
}
		
.markermenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 140px;
border: 1px solid #9A9A9A;
}

.markermenu li a{
background: white url(resimler/arrow-list.gif) no-repeat 2px center;
font: 9px Verdana;
color: #00014e;
display: block;
width: auto;
padding: 3px 0;
padding-left: 20px;
text-decoration: none;
border-bottom: 1px solid #B5B5B5;
}


* html .markermenu li a{ /*IE only. Actual menu width minus left padding of LINK (20px) */
width: 140px;
}

.markermenu li a:visited, .markermenu li a:active{
color: #00014e;
}

.markermenu li a:hover{
color: black;
background-color: #ffffcb;
background-image:url(resimler/arrow-list-red.gif); /*onMouseover image change. Remove if none*/
}

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 100%;
}

.curlycontainer .innerdiv{
font-family: Verdana; font-size: 8pt;
color:#006000;
background: transparent url(resimler/brcorner.gif) bottom right no-repeat;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

.soltd {
border-left-width: 1px; border-right-style: solid; border-right-width: 1px; border-top-width: 1px; border-bottom-width: 1px;
}