/* CSS Document */
.navig{ 
   height:24px;
   border:1px;
   border-left:2px;
    border-right:2px;}
.navig a {
padding-left : 2px;
   padding-right : 2px;
    font-family: verdana;
   font-size: 11px;
   color:#f2ed00;
   text-decoration : none;}
.navig a:hover {
 padding-left : 2px;
   padding-right : 2px;
    font-family: verdana;
   font-size: 11px;
   color:06497E;
    background-color : #9AD2FF;
   text-decoration : none;}
.sep{ font-family: verdana;
   font-size: 11px;
   color:#3d6b8f;}
.border-menu{border-left:1px #3d6b8f solid;
 border-right:1px #3d6b8f solid;
}
/*#nav{
   white-space : nowrap;
   background-color : #215680;
   float : left;
   color : White;
   width:770px;
   border-style : solid; 
   border-color : #3D6B8F;
   border-width : 1px;
} 
#nav ul{
   padding : 0;
   margin : 0;
}
#nav ul li{
   display : inline;

}
#nav ul li a{
   height: 19px;
   text-align: center;
   padding-left : 7px;
   padding-right : 7px;
   color : #ffe900;
   font-family: verdana;
   font-size: 12px;
   text-decoration : none;
   border-right-color : #3D6B8F;
   border-right-style : solid;
   border-right-width : 1px;
}
#nav ul li a:hover{
   background-color : #9AD2FF;
   color : #06497E;
    height: 19px;
} 
*/