ul,li {
	  font-family: Tahoma, Arial, Helvetica, sans-serif;

	  	  }



/*dropdown starts*/			
			

#results {
background-image:url(images/linecard_bt_off.gif);
		width:139px; 
		height:35px; 
		float:left; 
		font-size: 11px;
		z-index:150;
		
		 }
/* remove all the bullets, borders and padding from the default list styling */
#results ul {
	padding:0;
	margin:0;
	list-style-type:none; 
	height:35px;  
	width:139px; 
	font-size: 11px;
		}
/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#results ul li {
	float:left;
	height:35px;
	color:#fff; 
	font-weight:bold;
	font-size:12px;
	/*text-indent:-9999px;*/
	outline:none}
/* style the links for the top level */
#results a {
	display:block;
	float:left;
	height:35px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	/*background:url(../images/nav-hover.gif); */
	width:139px;}
/*#results a:visited {
	display:block;
	float:left;
	height:35px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	/*background:url(../images/nav-hover.gif); 
	width:139px;}*/
#results a:focus{
	display:block;
	float:left;
	height:35px;
	font-size:12px;
	text-decoration:none;
	color:#fff;	
	width:139px; 
	outline:none}
#results a{
	display:block;
	float:left;
	height:35px;
	font-size:12px;
	text-decoration:none;
	color:#fff;
	width:139px;}
	


* html #results a:hover {
	color:#000;
	position:relative; 
	z-index:100;}
#results li:hover {
	position:relative;}
#results :hover > a {
	color:#000;
	background: url(images/linecard_bt_on.gif) no-repeat;}
/* style the sub-level lists */
#results ul ul {
	width:180px; 
	margin-top:0px;
	padding-top:0px;
	padding-left:139px
	}
/* style the sub level list items */
#results ul ul li {
	display:block;
	width:180px;
	height:auto;
	font-size:12px;
	text-align:left;
	text-indent:0px;}
/* style the sub level links */
#results ul ul a, #results ul ul a:visited {
	display:block;
	background:#FF0000; 
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	color:#fff;
	width:180px;
	font-size:12px;
	height:100%;
	line-height:20px; 
	padding:0.2em .5em;}

#results ul ul a:focus{
	display:block;
	color:#fff;
	font-size:12px;
	width:180px;
	height:100%;
	line-height:20px; 
	padding:0.2em .5em;}
	
.services_page #results ul ul a, #results ul ul a:visited {
	display:block;
	background:#14569A; 
	color:#fff;
	width:180px;
	height:100%;
	line-height:20px;
	border:none;}
	
#results ul ul a, #results ul ul a:visited {
	display:block;
	background:#14569A; 
	filter:alpha(opacity=85);
	-moz-opacity: 0.70;
	color:#fff;
	font-size:12px;
	width:180px;
	height:100%;
	line-height:20px; 
	padding:0.2em .5em;}
* html #results ul ul a, * html #results ul ul a:visited  {
	width:180px; 
	w\idth:180px;}
/* style the table so that it takes no part in the layout - required for IE to work */
#results table {
	position:absolute; 
	left:0px; 
	top:0; 
	width:0; 
	height:0; 
	font-size:12px; 
	z-index:-1;}
/* second */
* html #results ul ul a:hover{
	color:#000;
	background:#FFF377; 
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	position:relative; 
	z-index:110;}
* html #results ul ul a:hover{
	color:#000;
	background:#FFF377; 
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	position:relative; 
	z-index:110;}
 #results ul ul li:hover {position:relative;}
 #results ul ul :hover > a {
 	color:#000;
	background:#FFF377; 
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;}
 #results ul ul :hover > a {
 	color:#000;
	background:#FFF377; 
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;}
 /* hide the sub levels and give them a positon absolute so that they take up no room */
#results ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:0.0em;
	left:0;
	width:180px;}
/* make the second level visible when hover on first level list OR link */
#results ul :hover ul{visibility:visible; height:auto; padding-bottom:3em;}
<!--[if lte IE 6]>
#results ul ul {left:-1px; margin-left:-1px;}
#results ul ul ul.left {margin-left:1px;}
<!--[endif]-->


/*dropdown ends*/