

#menu{
float:left;
height:11px;
width:929px;
padding-left:15px;
padding-right:15px;
padding-top:10px;
padding-bottom:10px;

   }
   
#menu ul{
float:left;
list-style:none;
padding:0px;
margin:0px;
background:none;
}
#menu li{

margin:0px;
padding:0px;
float:left;
background:none;

}
#menu li a{
float:left;
height:11px;
font-family:"Trebuchet MS";
font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:center;
text-transform:uppercase;
color:#ffffff;
line-height:12px;
padding:0px 30px 0 30px;
border-right:1px solid #ffffff;
background:none;


}
#menu li a:hover{
height:11px;
padding:0px 30px 0 30px;
color:#89D8FC;
background:none;
}
#menu .active{
color:#89D8FC;
height:11px;
padding:0px 30px 0 30px;
text-transform:uppercase;
font-size:12px;
font-family:"Trebuchet MS";
font-weight:bold;
text-decoration:none;
text-align:center;
background:none;
}
#menu .disable{
background:none;
height:11px;
padding:0px 30px 0 30px;
color:#ffffff;
text-transform:uppercase;
font-size:12px;
font-family:"Trebuchet MS";
font-weight:bold;
text-decoration:none;
text-align:center;
}
.sep{
width:1px;
height:54px;
}