
/******   bbsmart menu css  *****/

/*****

i apologise if you're looking at this-
my css skills are so bad that the 
code below will possibly make your eyes bleed,
or at least cause severe vomiting...  

site design: the.x.man  basic web design  
http://www.thexman.net.nz/web-design/
jono[at]thexman[dot]net[dot]nz  

*****/   

/*****  primary  *****/   

           
#top-menu {
  position: absolute;
  top: 19px;
  left: 330px;
  height: 20px;     
  line-height: 20px;    
  color: #666;
  font-size: 19px;   
  text-align: center;  
  list-style: none;  
}                         

#top-menu li {  
  float: left;     
  height: 17px;  
}       

#top-menu li a {     
  height: 20px; 
  color: #fff;    
}       

#top-menu li a:hover {    
  color: #f00;      
}   

li:hover ul, li.over ul { 
  display: block; 
}              

/* Fix IE. Hide from IE Mac \*/     

* html ul li { 
    float: left; 
    height: 1%;
  }     
  
* html ul li a { 
    height: 1%; 
  }                                      
  
/* End */       


/*****  secondary  *****/                  
                 

li ul {      
  display: none; 
  list-style: none; 
  position: relative;
  left: 101px;    
  width: 260px;   
  height: 75px;   
  margin: 0 -101px 0 -202px;   
}  /* the left and margin attributes are an ugly hack to make firefox work, of all things! i've obviously stuffed up somewhere... */   

li ul li { 
  width: 260px;
  margin: 5px 0 0 0;    
}  