﻿/* menu başlangıç */
.koli
{
   overflow:hidden;
   width:100%;
   height:30px;
   background-color:#7FA2B8;
   font-family:Verdana;
   font-size:10px;
   color: #FFFFFF;
}
.basbosluk
{
     overflow:hidden;
	 float:left;
     width:10px;
     height:30px;
}
.menuitem
{
    float:left;
    width:96px;
    height:30px;
    background-image:url('../images/butonnrm.gif');
	background-repeat:repeat-x;	
	text-align:center;		
	
}
.ara
{
	float:left;
	width:2px;
	height:30px;
	background:#99B4C8;  
}
.solgolge
{
	 float:left;
     width:13px;
     height:30px;
     background:#99B4C8;  
     background: url(../images/solgolge.gif) repeat-y  top right; 
}
.saggolge
{
	 float:left;
     width:13px;
     height:30px;
     background:#99B4C8;  
     background: url(../images/saggolge.gif) repeat-y  top left; 
}
.menuitem a
{
	width:95px; 
	height:30px;
	font-family:Verdana;
	font-size:11px;
	color: #FFFFFF;
	padding:9px 0px 0px 0px;
	background-image:url('../images/butonnrm.gif');
	background-repeat:repeat-x;
	text-decoration: none;
	display:block;
	text-shadow: 1px 1px 2px #000000;
}
.menuitem a:hover
{
	width:95px; 
	height:30px;
	font-family:Verdana;
 	font-size:11px;
   	color: #FFFFFF;
    background-image:url('../images/butonhover.gif');
	background-repeat:repeat-x;
	padding:9px 0px 0px 0px;
	display:block;
	text-shadow: 1px 1px 2px #000000;
	
}
/* menu bitim*/

