#menu{
border: 1px solid black;
width: 220px;
background: #CCCCCC;

}

#menu a{
white-space : nowrap;
font:12px Tahoma;
padding: 2px;
padding-left: 4px;
display: block;
width: 100%;
color: #005dac;
text-decoration: none;
border-bottom: 1px solid black;
font-weight: 600;
background: #CCCCCC;
}

html>body #menu a{
width: auto;
}

#menu a:hover{
color: black;
background:   url(bullet.gif);
background-repeat: no-repeat;
font-weight:600;
}
#horz ul{
   padding : 1px;
   margin : 0;
   white-space : nowrap;
   background-color : #CCCCCC;
   width: 723px;
} 
#horz ul li{
   display : inline;
   border: 1px solid black;
   width: 25%;
   font-weight:900;
} 
#horz ul li a{
   background-color : #CCCCCC;
   color: #005dac;
   font-weight: 900;
   text-decoration : none;
   padding: 2px;
   padding-left: 4px;
   font:14px Tahoma;
  }
#horz ul li a:hover{
  background: url(bullet.gif);
  background-repeat: no-repeat;
  font-weight: 900;
  color: black;
  font:14px Tahoma;
} 

