﻿@charset "utf-8";
/* CSS Document */
/* Global Stylesheet for futportal */
/* Coded By: imicreation */

/* ------------------------------ UNIVERSAL TAGS --------------------------------- */

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-position: center top;
	background: #000000 url(../images/body-bg.jpg) no-repeat fixed center bottom;
	background-repeat: no-repeat;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a:link {
	color: #0A325B;
}
a:link, a:visited, a:active, a:hover {
text-decoration: none;
}

ul, ol {
margin: 0;
padding: 0;
list-style-type: none;
}

* {
outline: none;
}

img {
border: 0;
}

a img {
border: 0;
}.blackbold {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	line-height: 1.2em;
}
.redbold {
	font-size: 1.7em;
	font-weight: bold;
	color: #fa3614;
	line-height: 1.5em;
}
.greenbold {
	font-size: 1.2em;
	font-weight: bold;
	color: #206b0e;
	line-height: 1.4em;
}
.greynormal {
	font-size: 1.2em;
	color: #717171;
}

.orangelink {
	font-size: 100%;
	color: #e54b00;
	font-weight: bold;
}

.orangelink a {
	color: #e54b00;
}

.borderbot {
border-bottom: solid 2px #d0d0d0;
}

form {
margin: 0;
padding: 0;
}

/* clearfix */
.clearfix:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  min-width: 0;		        /* trigger hasLayout for IE7 */
  display: inline-block;
  /* \*/ display: block;	/* Hide from IE Mac */
}

* html .clearfix{
/* \*/  height: 1%;	    /* Hide from IE Mac */
}

.marginbot {
	margin-bottom: 7px;
}
.margintop {
	margin-top: 7px;
}

.marginleft {
	margin-left: 15px;
}
.marginright {
	margin-right: 7px;
}


.left {
float: left;
}

.right {
float: right;
}

/* ------------------------------------------- LAYOUT TAGS ------------------------------- */
#box {
	width: 982px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
	padding: 0px;
}
#wrapper {
	background-color: #FFFFFF;
	float: left;
	width: 962px;
	padding-right: 10px;
	padding-left: 10px;
}
#wrapper-sub {
	background-color: #eeeeee;
	float: left;
	width: 962px;
	padding-right: 10px;
	padding-left: 10px;
}


#header {
	float: left;
	height: auto;
	width: 100%;
}
#topheader {
	background-color: #000000;
	background-image: url(../images/header-bg-blue.jpg);
	background-position: right top;
	height: 124px;
	width: 100%;
	background-repeat: no-repeat;
	float: left;
}
#logo {
	float: left;
	height: 91px;
	width: 397px;
	padding-top: 22px;
	padding-left: 23px;
}
ul#nav {
	background-image: url(../images/nav-bg-blue.gif);
	background-repeat: repeat-x;
	float: left;
	height: 45px;
	width: 100%;
	line-height: 45px;
	position: relative;
}
ul#nav  {
}
ul#nav li {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #deedda;
	text-shadow: 2px 1px #0e2d4d;
	padding-right: 15px;
	padding-left: 10px;
}
ul#nav li a {
	color: #deedda;
}
ul#nav li a:hover {
	color: #FFC800;
}


ul#nav li.wb {
	background-image: url(../images/nav-divider-blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

ul#nav li.wob {
	background: none;
}
ul#nav li img {
	padding-top:10px;
}
.subnav, .subnav1 {
	float: left;
	height: 21px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.subnav ul, .subnav1 ul {
}
.subnav ul li, .subnav1 ul li {
	float: left;
	margin-right: 1px;
	height: 20px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 21px;
	background-image: url(../images/subnav-bg.gif);
	background-repeat: repeat-x;
	padding-right: 7px;
	padding-left: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-top-width: 0px;
	border-left-width: 0px;
}
.subnav ul li a {
	color: #010301;
}

.subnav1 ul li {
font-weight: normal;
}

.subnav1 ul li a{
color: #0a325b;
font-weight: normal;
}
.subnav ul li.big {
	width: 611px;
	text-align: right;
	float: right;
}
.subnav ul li.big span {
	margin-left: 12px;
	margin-right: 5px;
}
.subnav ul li.big span  a {
	font-size: 90%;
	color: #656565;
	font-weight: bold;
	text-decoration: underline;
}

.rounded, .big {
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topleft: 0;
-moz-border-radius-topright: 0;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
}
#utilitybar {
	float: left;
	height: 30px;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#breadcrumb {
	float: left;
	width: 65%;
	height: 20px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#breadcrumb ul {
}
#breadcrumb ul li {
	display: inline;
	margin-right: 10px;
	font-size: 1.2em;
	color: #5e5e5e;
	float: left;
}
#breadcrumb ul li a {
	color: #5e5e5e;
	text-decoration: underline;
	background-image: url(../images/bullet-s.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 7px;
}
#breadcrumb ul li a:hover {
	color: #237712;
}
#utilitybar #search {
	float: left;
	width: 33%;
	height: auto;
	padding-top: 10px;
	padding-left: 2%;
}

#utilitybar #search div {
	float: left;
	width: 100%;
	text-align: right;
}


#utilitybar #search label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #0a325b;
	line-height: 30px;
	float: left;
	width: 28%;
	text-align: right;
	padding-left: 7%;
}
#utilitybar #search input {
	width: 140px;
}


#utilitybar #search .button {
	background-color: #0a325b;
	font-family: "Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	margin-top: 3px;
	margin-bottom: 3px;
	border: solid 1px #ffffff;
	width: 39px;
	margin-left: 8px;
	cursor: pointer;
	line-height: 12px;
	padding-bottom: 3px;
}



#container {
	float: left;
	width: 100%;
	padding: 0px;
	height: auto;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftcol {
	float: left;
	height: auto;
	width: 653px;
	padding: 0px;
	margin-right: 9px;
}
.whiteboxes {
	background-color: #FFFFFF;
	border: 0.1em solid #d0d0d0;
	padding: 1.2em;
	float: left;
	height: auto;
	width: 96%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.whiteboxes table td {
	font-size: 1.2em;
}
.whiteboxes table td table {
	margin: 0px;
	padding: 0px;
}
.whiteboxes table td table td {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
.whiteboxes table td table td.green1 {
	background-color: #d0e0c5;
}
.whiteboxes table td table td.green2 {
	background-color: #e2ecdc;
}
.whiteboxes table td table td.green3 {
	background-color: #d7e7d4;
}
.whiteboxes table td table td.green4 {
	background-color: #c1d5bf;
}
.whiteboxes table td table td.purple {
	background-color: #bd94a8;
}
.whiteboxes table td.wb {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/td-bg.gif);
	background-repeat: repeat-x;
	height: 30px;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
}
.whiteboxes table td.bluehead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #0a325b;
	font-weight: bold;
	text-decoration: underline;
}
.whiteboxes table td.blackhead {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #000000;
}
.whiteboxes table td.bluesubhead {
	font-size: 1em;
	color: #0a325b;
	font-family: "Arial Black", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.whiteboxes h3, .greyboxes h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0A325B;
}

.greyboxes {
	background-color: #EEEEEE;
	padding: 15px;
	float: left;
	height: auto;
	width: 623px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

ul.fotogallerylist {
}

ul.fotogallerylist li {
	text-align: center;
	padding: 0px;
	float: left;
	height: auto;
	width: 20%;
	font-size: 1em;
	font-weight: bold;
	color: #0A325B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	line-height: 1.2em;
}

ul.fotogallerylist li img {
	margin-bottom: 7px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
ul.fotogallerylist li a {
color: #0A325B;
display: block;
}

ul#teaminfo {
}

ul#teaminfo div {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

ul#teaminfo li {
	float: left;
	width: 150px;
	height: auto;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

select#eleme {
color: #333333;
font-size: 1em;
width: 150px;
height: 22px;
}
.team-details {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
	height: auto;
}
.team-details .team-logo {
	margin-bottom: 15px;
	float: left;
	height: auto;
	width: 100%;
	padding: 0px;
}
.team-details .team-info {
	margin-top: 20px;
	float: left;
	padding: 0px;
	height: auto;
	width: 100%;
}
.team-details .team-info ul {
}
.team-details .team-info ul li {
	font-size: 1.2em;
	color: #5e5e5e;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.team-details .team-info ul li strong {
	font-weight: bold;
	width: 50%;
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
}


.team-links {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 50%;
}

.team-links h5{
	font-size: 1.4em;
	color: #0a325b;
}

.team-links h5 a{
color: #0a325b;
text-decoration: underline;
}

.team-links h5 span{
padding: 0 10px 0 30px;
font-size: 80%;
text-align: right;
font-weight: normal;
}

#slideshow {
	float: left;
	height: 291px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 14px;
}
#slideshow #slidenav {
	float: left;
	height: auto;
	width: 81px;
	padding-right: 18px;
	padding-left: 15px;
}
#slidenav ul li {
	margin-bottom: 10px;
}
#slideshow #slide {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 281px;
	width: 524px;
}


.boxes-left {
	float: left;
	width: 289px;
	height: 290px;
	border: 1px solid #dddddd;
	margin-right: 2px;
	margin-left: 3px;
	padding-right: 15px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.boxes-right {
	float: left;
	width: 96%;
	height: 290px;
	padding-right: 2%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.boxes-left a, .boxes-right a {
	color: #0f4f00;
}

.boxes-left .boxes-left-head, .boxes-right .boxes-right-head  {
	height: 30px;
}
.boxes-left .boxes-left-head span, .boxes-right .boxes-right-head span  {
	float: left;
}
.boxes-left .boxes-left-head span.title, .boxes-right .boxes-right-head span.title {
	font-size: 1.4em;
	line-height: 35px;
	color: #0f4f00;
	font-weight: bold;
	width: 70%;
}
.boxes-left .boxes-left-head span.link, .boxes-right .boxes-right-head span.link {
	line-height: 35px;
	text-align: right;
	width: 30%;
}
.boxes-left .boxes-left-head span.link a, .boxes-right .boxes-right-head span.link a {
	font-size: 1.1em;
	color: #0f4f00;
	text-decoration: underline;
}
ul#yazarlar  {
	margin-top: 8px;
}
ul#yazarlar li {
	height: 75px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c6;
	margin-bottom: 4px;
	padding-bottom: 4px;
}
ul#yazarlar li .pic {
	float: left;
	height: 60px;
	width: 61px;
	text-align: center;
}
ul#yazarlar li .comment {
	float: left;
	height: 44px;
	width: 200px;
	background-image: url(../images/comment-b.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	font-size: 1.2em;
	color: #717171;
	line-height: 1.3em;
}
ul#yazarlar li .name {
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #0f4800;
	font-weight: bold;
}
ul#videolar {
	margin-top: 12px;
	color: #0A325B;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ul#videolar a {
	color: #0A325B;
}

ul#videolar li {
	height: 60px;
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
ul#videolar li .pic {
	float: left;
	width: 80px;
	height: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}
ul#videolar li .pic-content {
	float: left;
	width: 200px;
}
ul#videolar li .pic-content span {
	display: block;
	float: left;
}
ul#videolar li .pic-content span.rating {
	width: 110px;
	background-image: url(../images/stars.gif);
	background-repeat: no-repeat;
	padding-left: 80px;
	height: 30px;
	background-position: left center;
	line-height: 30px;
	font-size: 1.2em;
	color: #5c5c5c;
}
ul#videolar li .pic-content span.rating a {
	color: #5c5c5c;
}

ul#videolar li .pic-content span.description {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	line-height: 1.2em;
}

#rightcol ul#videolar li .pic-content span.rating {
	background-image: url(../images/stars-grey.gif);
}
#featured {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 12px;
}
#featured a{
color: #165300;
}

#featured ul {
}
#featured ul li {
	float: left;
	height: auto;
	width: 156px;
	margin-right: 7px;
}
#featured  ul li .featured-h {
	line-height: 31px;
	background-color: #206b0e;
	height: 31px;
	width: 156px;
	font-size: 1.4em;
	color: #91ef7f;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	margin-bottom: 7px;
}
#featured ul li .pic {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 85px;
	width: 156px;
	overflow: hidden;
}
#featured ul li .content {
	margin: 0px;
	padding: 5px;
	float: left;
	height: auto;
	width: 146px;
}

#featured ul li h1 {
	font-size: 1.4em;
	font-weight: bold;
	color: #165300;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	width: 156px;
	margin-top: 0px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 6px;
}
#featured  ul  li  .content  .comment {
	background-image: url(../images/comment-icon.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	clear: both;
	height: 14px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	background-position: left bottom;
	margin-bottom: 15px;
}
#featured ul li .content p {
	float: left;
	font-size: 1.2em;
	color: #5c5d5d;
}


#rightcol {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 300px;
}
table  td.bluebg {
	background-color: #0a325b;
	height: 26px;
	font-size: 1.3em;
	color: #FFFFFF;
	font-weight: bold;
}
table td.greylightbg {
	background-color: #e1e1e1;
}

table td.greybg {
	background-color: #eeeeee;
}
table td.greydarkbg {
	background-color: #dcdcdc;
}
.blue-h-s1 {
	background-color: #0a325b;
	height: 25px;
	width: 96%;
	line-height: 25px;
	float: left;
	padding-right: 2%;
	padding-left: 2%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
}
.blue-h-s1  span {
	float: left;
}
.blue-h-s1  span.title {
	width: 70%;
	text-align: left;
}
.blue-h-s1  span.link {
	text-align: right;
	width: 30%;
	font-size: 75%;
	text-decoration: underline;
}
.blue-h-s1  .title  strong {
	text-align: right;
	padding-left: 15%;
}
.blue-h-s1  a {
	color: #FFFFFF;
	text-decoration: underline;
}
ul#haber, ul#isteizle {
	float: left;
	height: auto;
	width: 92%;
	margin: 0px;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 3%;
	padding-left: 3%;
}
ul#haber li {
	background: url(../images/bullet1.gif) no-repeat 4px 5px;
	min-height: 15px;
	height: 15px; /* for ie only */
	height: auto; /* hide from ie */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #c7c7c6;
	margin-bottom: 5px;
	font-weight: bold;}
ul#haber li a {
	color: #060055;
}
ul#haber li a:hover {
	color: #333333;
}
#searchbar {
	background-color: #9b0b0b;
	float: left;
	width: 292px;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 24px;
	border: 1px solid #6b0202;
	padding: 3px;
}
#searchbar div {
	float: left;
	width: 100%;
}


#searchbar label {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
	float: left;
	width: 30%;
	margin-right: 8px;
}
#searchbar input {
	width: 140px;
}


#searchbar .button {
	background-color: #e10000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: 39px;
	margin-left: 8px;
	cursor: pointer;
}
#banners {
	margin-bottom: 12px;
	float: left;
	padding: 0px;
	height: auto;
	width: 100%;
}

ul#isteizle li {
	margin-bottom: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c7c6;
	display: block;
}
ul#isteizle li img {
	float: left;
	margin-right: 12px;
}
ul#isteizle  li .link {
	text-align: right;
	width: 100%;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 0.8em;
	height: 16px;
	text-indent: -9999px;
}
ul#isteizle li .link a {
	padding: 2px;
	color: #FFFFFF;
	text-indent: -9999px;
	background-color: #ea3313;
}
#greenbar {
	clear: both;
	float: left;
	height: 41px;
	width: 100%;
	background-color: #0a325b;
	margin: 0px;
	padding: 0px;
}
#footer {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 12px;
	padding: 0px;
}
#footlinks, #copyright {
	float: left;
	width: 100%;
	font-size: 1.2em;
	color: #0a325b;
	padding: 0px;
	height: auto;
	margin-bottom: 10px;
}
#footlinks ul li {
	display: inline;
}
#footlinks  ul  li a {
	color: #0a325b;
	margin-right: 4px;
	margin-left: 4px;
}



ul#nav li ul {
	width: 300px;
	list-style: none;
	display: none;
	background-image: url(../images/dropdown-bg.png);
	background-repeat: no-repeat;
	height: auto;
	position: absolute;
	top: 30px;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: normal;
	z-index: 100;
	text-shadow: none;
	-moz-box-shadow: black 0px 11px 15px;
	-webkit-box-shadow: black 0px 13px 20px;
	-khtml-box-shadow: black 0px 13px 20px;
	box-shadow: rgba(200,200,200,1) 0 4px 18px;
}

ul#nav li ul li {
	font-size: 90%;
	float: none;
	margin: 0px;
	padding: 0px;
	text-shadow: none;
}

ul#nav li ul li a {
text-shadow: none;
color: #333333;
text-shadow: none;
}

ul#nav li ul li ul {
	padding: 0;
	background: none;
	position: static;
	height: auto;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	text-shadow: none;
	width: auto;
	float: left;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

ul#nav li ul li ul li{
	margin: 0;
	padding: 0;
	text-shadow: none;
	line-height: 1.8em;
}

ul#nav li ul li ul li ul{
	padding: 0 0 0 10px;
	margin: 0;
	text-shadow: none;
	float: none;
	background: none;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

ul#nav li ul li ul li ul li a{
	font-size: 120%;
}

ul#nav li ul li ul li ul li ul{
	padding: 0 0 0 10px;
	margin: 0;
	text-shadow: none;
	float: none;
	background: none;
	position: static;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

ul#nav li ul li ul li ul li ul li a{
	font-size: 130%;
}

ul#nav li ul li ul li a.head{
	font-size: 110%;
	color: #206b0e;
	font-weight: bold;
	background: none;
	padding: 0;
	margin: 0px;
	text-shadow: none;
}

ul#nav li ul li ul li a.head strong{
font-weight: normal;
font-size: 90%;
text-shadow: none;
}

ul#nav li ul li ul li a {
	padding: 0 0 0 10px;
	text-shadow: none;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-shadow: none;
} 

ul#nav li ul li ul li a:hover {
color: #9b0b0b;
text-shadow: none;
text-shadow: none;
}
ul#nav li ul li ul li a.headwb {
	font-size: 110%;
	color: #206b0e;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin: 0;
	text-shadow: none;
}
.standart{
    width:20px;
    height:16px;
    cursor:pointer;
    background-repeat:no-repeat;
}
.dolu
{
    background-image:url(../images/filledstar.png);    
}
.bos
{
    background-image:url(../images/emptystar.png);                 
}
.bekle
{
    background-image:url(../images/SavedStar.png);
}