﻿
#menumyty
{width:800px;
 padding-left:0px;
 margin-top:20px;
 float:right;
}
#menumyty ul {
   
	z-index:100;
list-style:none;
 
border-radius:10px;  
  height: 40px;
    width:800px;
   
  margin-bottom:0px;
   margin-left:0px;

 }
   
    #menumyty li 
    { 
        float:left;
        position:relative; 
        display:inline-block;
    top: 0px;
    left:-35px;
    height: 40px;
    width: 130px;
}
     #menumyty li ul
     {/*alt açılan menü*/
         display:none;
         left:-100px;
         position:absolute;
         top:40px;
          width:345px;
          padding-left:0px;
         margin-left:0px;
     }
    #menumyty ul li a {
      /*background: linear-gradient(180deg,rgba(25,64,108,1),rgba(188,210,245,0.1));*/
      background:linear-gradient(180deg,#F5FFFA,#808080);
 background: -webkit-linear-gradient(90deg,#F5FFFA,#808080);

         border-left: 1px solid #5e84c1;
    border-right: 1px solid #5e84c1;
    border-top: 1px solid #5e84c1;
height:8px;
                
         text-decoration:none;
         width:85px;
         text-align:center;
         padding-top:10px;/*şuanki rakamlara göre 14px olmak zorunda*/
         padding-bottom:15px; 
         padding-left:15px;
         padding-right:30px;
   /*color:rgba(134, 157, 204, 0.97);*/
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4682B4', endColorstr='#F5FFFA',GradientType=0 ); /* IE6-9 */
        zoom:1;
		  
		  /*text-shadow:2px 2px 2px #000;*/
       /*border-top-left-radius:9px ;
      border-top-right-radius:9px;*/
       border-radius:9px;
		border-bottom-left-radius:0px;
        border-bottom-right-radius:0px;
        -moz-border-radius: 9px;
		 -moz-border-bottom-left-radius:0px;
        -moz-border-bottom-right-radius:0px;
		-webkit-border-radius:9px 9px;
		-webkit-border-bottom-left-radius:0px;
       -webkit-border-bottom-right-radius:0px;
         color:#041e34; 
		 font:bold 13px Tahoma;
    display:block;
    border-bottom:2px solid white;
    -webkit-border-bottom:2px solid white;
  
  /*border-bottom:none;*/
     }
        #menumyty ul li a.onlink
        {
            height:20px;
            background:none;
            background:rgba(25,64,108,1);
            /*text-shadow:2px 2px 2px #000;*/
            color:#000;
           border:2px solid #5e84c1;  
             border-bottom:1px solid rgba(255, 255, 255, 0.53);
            background:rgba(255, 255, 255, 1);
             /*background: linear-gradient(180deg,rgba(25,64,108,1),rgba(180,210,245,0.1));*/
            }
    
            #menumyty ul li a.onlink:hover
            {
                
                color:#1679ac;
            }
   #menumyty  li a:hover {
       
  /*display:block;*/
       color:#d81414;

       background:none;
    background-color:#000;
   
  
    }
   #menumyty  li:hover ul {
       display:block;
   }

