﻿ul{ margin:0; padding:0; list-style: none; }
ul li{ position: relative; display: inline; float:left}
li ul{ position:absolute; top: 10; display: none;}
li:hover ul, li.over ul{ display: block;}
ul li a{ display:list-item; padding: 5px;}
ul li a.headlink{ display: block; background: #f6f7f8; padding: 5px; border: 1px solid #e1e2e2; border-bottom: 0;}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left;}
* html ul li a { height: 1%;}
/* End */

DIV.quicklinks{ background: url(img/borderbox_middle.gif) repeat-x; background-position:bottom; width:180px}
DIV.quicklinkstop{ BACKGROUND: url(img/borderbox_top.gif) no-repeat; WIDTH: 180px; padding: 10px}

DIV.bannertop
{
    width: 178px; 
    background-repeat: no-repeat; 
    font-size: 10px; 
    color: #992c96; 
    text-align: center; 
    border-right: #e0e0e2 1px solid; 
    border-top: #e0e0e2 1px solid; 
    border-left: #e0e0e2 1px solid; 
    padding-top: 10px;
    
}
DIV.bannerMiddle
{
  background-image: url(img/borderbox_middle.gif); 
  background-repeat: repeat-x; 
  height: 29px; 
  width: 178px;  
}
DIV.bannerBottom
{
    background-image: url(img/borderbox_bottom.gif); 
    background-repeat: no-repeat; 
    height: 11px; 
    width: 178px;
}
