ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font: normal 11px verdana;
	z-index:999;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font: normal 11px verdana;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {color: #2262A9; background: #B1B1B1; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block;  } /* The magic */

.yellow{
background:#ffffff url('yellow4-d.gif') no-repeat 165px 7px;
}
.yellow:hover{
background:#B1B1B1 url('yellow4-d.gif') no-repeat 165px 7px;
}
	
#select-cat
{
	display: block;
	text-decoration: none;
	color: #FFC734;
	background: #000; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #6C7E94;
	width: 168px;
	//width: 180px;
	cursor:pointer;
	background:#343631 url('yellow4-d.gif') no-repeat 165px 7px;
	font-weight: bold;
	font: normal 11px verdana;
}

#nav {
display:none;
}

.msb {
	height:25px;
	width:120px;
	text-decoration: none;
	color: #fff;
	background: #343631; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #6C7E94;
	font: normal 11px verdana;
}

.find-button{
	height:25px;
	width:40px;
	text-decoration: none;
	color: #000;
	background: #E9D47F; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #6C7E94;
	font: normal 11px verdana;
	font-weight: bold;
	cursor:pointer;
}

.find-button:hover{
	height:25px;
	width:40px;
	text-decoration: none;
	color: #fff;
	background: #B1B1B1; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #6C7E94;
	font: normal 11px verdana;
	font-weight: bold;
	cursor:pointer;
}