
/* Navigation */
#navigation{
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 color:#343539;
 margin:0 0 0 0px;
 line-height:14px;

}
#navigation li{
 float:left;
 position:relative;
 z-index:10;
}
#navigation .yazi{
 font-size:14px;
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

 float:left;
 padding:0 0 0 0px;
 margin:0 0 0 0px;
 color: #000;
 text-decoration:none;
 cursor: pointer;
 
 }
 

#navigation li:hover ul, #navigation .hover ul{
 display:block;
}
#navigation .yazi .child{
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size:13px;
 
 
}
#navigation li ul{
 position:absolute;
 top:0;
 left:0;

 display:none;
 margin:-3px 0 0 0;
 z-index:3;
}
#navigation li ul li{
 float:none;
}
#navigation li ul li a{
 font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 display:block;
 height:36px;
 width:180px;

 border-left:#9FC1F1 solid 1px;
 border-right:#9FC1F1 solid 1px;
 border-bottom:#9FC1F1 solid 1px; 
 background: #FFF;
 line-height:36px;
 text-indent:21px;
 font-size:12px;

 color: #000;
 text-decoration:none;

}
#navigation li ul li a:hover{
 background-color:#fff;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
 color: #06C;
}
#navigation .no-topborder{
 border-top:0;
}
#navigation .head{
 height:30px;
 font-size:12px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight:bold;
 line-height:30px;
 text-indent:24px;
 cursor: pointer;
}
#navigation .text{
 float:left
}
#navigation .icon{
}

#navigation .awbs-menu{
  background:#f5f6f7;
}

#navigation .linux-menu{
  background:#f5f6f7 url('../images/linux-hosting.png') no-repeat;
}

#navigation .windows-menu{
  background:#f5f6f7 url('../images/windows-hosting.png') no-repeat;
}


/* end Navigation */



