* {
	font-family: verdana, arial, "times new roman"; 
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    font-size: 12px;
      }

ul li {
    position: relative;
    }

li ul {
	text-align:center;
    position: absolute;
    left: 165px;
    top: 0;
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    }

ul li a {
    display: block;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    background: #FFFFFF;
    padding: 5px;
    background-image: url("/image/menu/nav_bg.png");
    }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 165px;

    
    }

li:hover ul ul, li.over ul ul {
display: none;
}

li:hover ul, li li:hover ul, li.over ul,
li 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 */
ul li a:hover {
   background: #003399;
   color: #FFFFFF;
   }

li a:hover {
   background: #003399;
   color: #FFFFFF;
   }
