a { color: #000000; text-decoration: none; font-family: tahoma; font-size:12px;}
a:hover { color: #CC0000; text-decoration: none; font-family: tahoma; font-size:12px;}
a.top { color: #FFFFFF; font-weight:normal; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.top:hover { color: #FFFF00; font-weight:normal; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.menu { color: #FFFFFF; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.menu:hover { color: #FFFF00; font-weight:bold; text-decoration: none; font-size:11px; font-family: Tahoma;}
a.ustuc { color: #000000; font-weight:bold; text-decoration: none; font-size:16px; font-family: Arial;}
a.ustuc:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:16px; font-family: Arial;}
a.sagiki { color: #000000; font-weight:bold; text-decoration: none; font-size:22px; font-family: Arial;}
a.sagiki:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:22px; font-family: Arial;}
a.haberbas { color: #000000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.haberbas:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.yazarad { color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.yazarad:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.tepe { color: #000000; font-weight:normal; text-decoration: none; font-size:11px; font-family: Arial;}
a.tepe:hover { color: #CC0000; font-weight:normal; text-decoration: none; font-size:11px; font-family: Arial;}
a.menu2 { color: #FFFFFF; font-weight:bold; text-decoration: none; font-size:11px; font-family: Arial;}
a.menu2:hover { color: #FFFF66; font-weight:bold; text-decoration: none; font-size:11px; font-family: Arial;}
a.altmansetbas{ color: #CC0000; font-weight:bold; text-decoration: none; font-size:11px; font-family: Arial;}
a.altmansetbas:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:11px; font-family: Arial;}
a.giris2{ color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}
a.giris2:hover { color: #CC0000; font-weight:bold; text-decoration: none; font-size:12px; font-family: Arial;}

ul { 
margin: 5 0 5 0; 
padding: 0;
color: #CC0000;
list-style-type: bullet;
} 
li { 
margin: 0; 
list-style-position: inside; 
border: 0px none;; padding-left:10; padding-right:0; padding-top:1; padding-bottom:1 
}

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 40px;
	height: 40px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks.horizontal #kwick_4 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}
.kwicks.vertical #kwick_4 {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}