#button {
	width: 160px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #fff;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
    font-size: 12px;
	background-color: #90bade;
	color: #333;
	}

#button ul {
    width: 160px;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#button li {
	border: 1px solid #fff;
	border-top: 0;
	border-left:0;
	margin: 0;
	}

#button ul li {
    position: relative;
	}

#button li ul {
	position: absolute;
	left: 160px;
	top: 0;
	display: none;
	}

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

#button li:hover ul, #button li.over ul { 
	display: block; }

#button li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 10px solid #DB6E0D;
	background-color: #F59E06;
	background-image: url('1.gif');
    background-repeat: no-repeat;
	background-position: top right; 
	color: #fff;
	text-decoration: none;
	}

#button li a.nobg {
    background-image: none;
	}

#button li a.heading {
    background-image: none;
	background-color: #6C5537;
	border:0;
	font-size: 10px;
	letter-spacing: 3px;
	font-weight: bold;
	}

#button li a.heading:hover {
    border:0;
	background-color: #6C5537;
	color: #fff;
	}

#button li ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border:0;
	background-color: #F59E06;
	background-image: none;
	color: #fff;
	text-decoration: none;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border-left: 10px solid #A57015;
	background-color: #DC951A;
	color: #fff;
	}

#button li ul li a:hover {
    border:0;
	background-color: #DC951A;
	color: #fff;
	}
