input.select { z-index:10;}

#cat_menu {
	position: relative;
	top: -4px;
	margin:0;
	border: 1px solid #7F9DB9;
	background: #ffffff;
}

#cat_menu ul{
	margin:0;
	list-style-type : none;
	height:16px;
	width:150px;
	padding:0;
	white-space : nowrap;
	overflow : visible;
	

}

#cat_menu li {
	top: 0px;
	border:none;
	margin:0;
	padding:0;
	background:none;
	display: inline;
	float: left;
	position:relative;
	vertical-align: bottom;
	list-style-type : none;
}

#cat_menu li img{margin-right: 1px; position: relative;}
#cat_menu li div{position: relative; cursor : hand;}

#cat_menu a {
	text-decoration: none;
	padding:0px;
	display: block;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 1px;
	vertical-align: bottom;
	color: #000000;
	top: 1px;
}

#cat_menu a:hover {
	background: ##99ccff;
	color: ##0000ff;

}

#cat_menu a span {
	position: absolute;
	top:0;
	left: 0;
	display: block;
	z-index: 10;
}

#cat_menu a:hover span {
	display:none;
}


#cat_menu ul ul {
	position: absolute;
	z-index:500;
	top:16px;
	display: block;
	left:0px;
	width:180px;
	margin: 0px;
	list-style-type : none;
	height:20px;
}

#cat_menu ul ul li {
	z-index:1500;
	position: relative;
	top:  0px;
	display:block;
	float:left;
	margin: 0px;
	height:20px;
	left:0px;
	width:180px;
	vertical-align: bottom;
	
	}

/*#cat_menu ul li:hover ul {
	display: block;
}*/


#cat_menu  ul ul, #cat_menu ul li:hover ul ul
{display: none;}

#cat_menu  ul li:hover ul, #cat_menu ul ul li:hover ul
{display: block;}



/*Use this style to adjust sub-menu elements*/
#cat_menu ul ul li a {
	color: #000000;
	height: 20px;
	background-color : #617EE4;
	text-align : left;
	width:100%;
	margin: 0;
	overflow : hidden;
	
	border: 1px solid #354591;
	padding-top: 4px;
	padding-left: 7px;
}

/*Use this style to adjust sub-menu elements hover*/
#cat_menu ul ul li a:hover {
	color:yellow;
	background-color : #617EFF;
}

