ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 175px;
        }

 ul li {
        position: relative;
        }
	
	li ul {
        position: absolute;
        left: 174px;
        top: 0;
        display: none;
        }
	
	ul li a {
	display: block;
	text-decoration: none;
	color: #0051A3;
	background: #FFCC00;
	padding: 5px;
	border-bottom: 0 solid #FFB600;
	border-top: 1px solid #FFB600;
	border-right: 1px solid #FFB600;
	border-left: 1px solid #FFB600;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
        }
	
	ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 175px;
        border-bottom: 1px solid #FF9F0A;
        }
	
li:hover ul { display: block; }

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */
li:hover ul{ display: block;}

a:hover { /*this effect is not shown in NN4.xx*/
  color: #0083C7;
  text-decoration: underline;
