.applemenu{
	margin: 5px 0;
	padding: 0;
	width: 200px; /*width of menu*/
	border: 0px solid #9A9A9A;
	height: 200px;
}

.applemenu div.silverheader a{
background: black url(../silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 8px;
text-decoration: none;
}


.applemenu div.silverheader a:visited, .applemenu div.silverheader a:active{
color: white;
}


.applemenu div.selected a, .applemenu div.silverheader a:hover{
background-image: url(../silvergradientover.gif);
color: white;
}

.kayan_art{
background-image: url(../images/menu_art.jpg);
}

.sol_asagi{
background-image: url(../images/sol_asagi.jpg);
background-repeat:repeat-y;
background-position:left;
}

.arkapng{
	background-image: url(../images/search-background2.gif);
}

.taban{
background-image: url(../images/cimen_tekrar.jpg);
}

.applemenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
padding: 5px;
height: 140px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
}
.style73 {color: #336699}
.style74 {
	color: #CC0000;
	font-weight: bold;
}
.style75 {
	font-size: 14px;
	font-family: tahoma;
}
.style78 {
	font-size: 14px;
	font-family: Verdana, Geneva, Arial;
}
.style80 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.stylekat {font-size: 14px}
.style83 {
	font-family: tahoma;
	color:#333333;
	font-size: 12px;
}
.style85 {color: #18599D}
.style89 {font-size: 12px; color: #FFFFFF; }
.style90 {
	color: #18599D;
	font-size: 12px;
	font-weight: bold;
}
body {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
}
#NewsTicker{
	border:solid 1px #cccccc;
	background:#eaf5e0;
	width:230px;
	height:364px;
	margin:0 auto;
}
	#NewsTicker h1{
		padding:6px; margin:0; border:0;
		background:#dfe9d5;
		color:#000000;
		font-size:11px;
		font-weight:bold;
	}
	#NewsVertical {
	width: 230px;
	height: 300px;
	display: block;
	overflow: hidden;
	position: relative;
	}
	#controller{
	padding:6px;
	font-size:11px;
	color:#666;
	}
	#play_scroll_cont{display:none;}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
		width: 230px;
		height: 330px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#TickerVertical li {
		display: block;
		width: 218px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding: 6px;
		float: left;
	}
		#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		#TickerVertical li .NewsTitle a:link,
		#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
		#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
		#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}
		#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}