@charset "utf-8";
/* CSS Document */
#navlist
{
margin-left: 0;
padding-left: 0;
list-style: disc;
list-style-position:inside;
font:Tahoma;
font-weight:bold;
}

#navlist li
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist ul { list-style: disc; }
#navlist a { text-decoration: none; color:#666666; }
#navlist a:hover { text-decoration: inherit; }
/* sayfa altı menu #navlist2 */
#navlist2
{
margin-left: 0;
padding-left: 0;
list-style: disc;
list-style-position:inside;
font:Tahoma;
font-weight:800;
}

#navlist2 li
{
padding-left: 10px;
background-repeat: no-repeat;
background-position: 0 .5em;
}

#navlist2 ul { list-style: disc; }
#navlist2 a { size:10px; text-decoration: none; color:97bd06; }
#navlist2 a:hover { text-decoration: inherit; }

