 .nav a:link, .nav a:visited{ 
	background-color: #feb834;
	color: #FFffff;
	text-decoration: none;
 }
 a:hover{ background-color:#fed287;  color:#ffffff;
text-decoration: none; }h3 {
	font-size: 16px;
}
/* Fix IE. Hide from IE Mac */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

ul {
     margin: 0;
     padding: 10;
     list-style: none;
     width: 156px;
     border-bottom: 1px solid #fed287;
     }

ul li {
       position: relative;
       }

li ul {
       position: absolute;
       left: 155px;
       top: 0;
       display: none;
       }
ul li a {
          display: block;
          text-decoration: none;
          color:#FFFFFF;
          background: #feb834;
          padding: 5px;
          border: 1px solid #fed287;
          border-bottom: 0;
          }

li:hover ul, li.over ul { 
            display: block; 
			}