#seltab {
	width: 150px;
	background: url('../images/select.gif') no-repeat;
	float: left;
	padding: 0 0 15px 8px;
	margin-top: 7px;
}
html>body #seltab {
	background: url('../images/select.png') no-repeat;
}
#seltab ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#seltab a, #seltab h2 {
	font: normal 11px verdana, helvetica, sans-serif;
	display: block;
	margin: 0;
}

#seltab h2 {
	color: #666666;
	padding-top: 6px;
	padding-left: 10px;
}

#seltab a {
	color:#666666; 
	text-decoration: none;
	height: 20px;
	padding-left: 10px;
}

#seltab a:hover {
	color: #000;
	background:#b2b4bf;
	height: 20px;
	padding-left: 10px;
}
#seltab li {
	position: relative;
	width: 150px;
}

#seltab ul ul {
	position: absolute;
	z-index: 500;
	background: #fff;
	width: 150px;
	border: 1px solid #888;
	padding-top: 2px;
	margin-left: -4px;
}
div#seltab ul ul,
div#seltab ul li:hover ul ul,
div#seltab ul ul li:hover ul ul
{display: none;}

div#seltab ul li:hover ul,
div#seltab ul ul li:hover ul,
div#seltab ul ul ul li:hover ul
{display: block;}
