@charset "utf-8";
/* CSS Document */
@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
*{ 
	 font-family: verdana;
	 font-size:11px;
	 letter-spacing:1px;
	}
body{
	background:url(/images/bg.png) no-repeat top center;
	}
h1,h2,h3,h4,h5, #divbaslik{ 
color:#f60;
font-size:13px;
font-weight:bold;
margin:5px 0px;
}	
a {
	color:#f60;
	text-decoration:none;
	}
a img {
	border:none;
	}	
#trintsol{
	width:1000px;
	margin:0px auto;
	padding:0px;
	}
#content{
	width:1000px;
	float:left;
	margin-top:0px;
	color:#666;
	}
#content #rightcol{
	width:680px;
	float:right;
	margin-top:100px;
	color:#555;
	text-align:justify;
	line-height:25px;
	}
#top{
	float:left;
	height:100px;
	width:1000px;
	}	
#top #logo {
	float:left;
	margin-left:9px;
	width:271px;
	height:82px;
	overflow:hidden;
	}
#top #navs{
	float:right;
	width:620px;
	height:100px;
	}
#top #navs #social{
	float:left;
	width:620px;
	height:50px;
	overflow:hidden;
	}
#navs #social #facebooklike{
	width:90px;
	float:right;
	margin-top:16px;
	height:21px;
	}	
#navs #social #glike{
	width:90px;
	float:right;
	margin-top:13px;
	height:24px;
	}	
	
#top #navs #nav{
	float:right;
	width:620px;
	height:43px;
	margin-top:7px;
	text-align:right;
	}	
ul#menu{
	text-align:right;
	width:620px;
	float:right;

}

ul#menu, ul#menu ul{
	  padding: 0;
  margin: 0;
  list-style: none;
  
  }
ul#menu li {
	float: left;
	position: relative;
	height:40px;
	text-align:center;

}

ul#menu li ul {
	display: none;
	position: absolute; 
	top: 10px;
	left: 0;
	padding-top:06px;
}

ul#menu li > ul {
top: auto;
left: auto;
}

ul#menu li a {
display: block;
line-height:30px;
padding-left:7px;
padding-right:7px;
margin: 0;
color:#777;
text-decoration: none;
	font-size:13px;

}

ul#menu li a:hover,ul#menu li.aktif a {
color: #f60;
}

ul#menu li:hover ul, ul#menu li.over ul { 
}
ul#menu li ul {
	width:170px;
}
ul#menu li ul li {
background:url(/images/submenurepeat.png) repeat-y center;
height:30px;
width:170px;
text-align:left;
border-bottom:solid 1px #FFF;
}

ul#menu li ul li:first-child {
	background:url(/images/submenutop.png) no-repeat top center;
}

ul#menu li ul li:last-child {
	background:url(/images/submenubottom.png) no-repeat bottom center;
	border:none;
}
ul#menu li ul li a {
font-size:11px;
line-height:30px;
color:#fff;
padding-left:10px;
}
ul#menu li ul li a:hover {
line-height:30px;
color:#fff;
padding-left:10px;
}				
