ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 50px;
	}
ul li {
	position: relative;
	text-align:center;
	}
li ul {
	position: absolute;
	left: 0px;
	top: 22;
	display: none;
	background:#df7019;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: white;
	background: #df7019;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 1;
	}
ul li a:hover {
	display: block;
	text-decoration: none;
	color: black;
	background:  #e79453;
	padding: 5px;
	border: 1px solid #fff;
	border-bottom: 1;
	}
ul li a:visited {
	display: block;
	
	color: white;
	
	}
/* 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: 164px;
	border-bottom: 0px solid #ccc;
	}
li:hover ul, li.over ul { 
	display: block; 
      }
	
	