#header{margin-bottom:50px;}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
img {float:left}
ul {float:left;	margin: 0px 0px 10px 0px; padding: 0; list-style: none;	width: 138px; border-bottom: 1px solid #fff;}
ul li {	position: relative;	list-style-type:none; }
li ul {	position: absolute;	left: 139px; top: 0;display: none;	}
ul li a {display: block; text-decoration: none;	color: #fff; background: #fff; 	padding:11px 5px; border: 1px solid #fff; 
border-top: 0; border-left:0; border-right:0; background:#9e5b13; font-size:15px; font-weight:bold}
ul li a:hover { color: #fff; background: #eb861c; } /* Hover Styles */
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */
