div.dropdownmenu {
  float:left;
  width: 600px;
	height: 29px;
	background: transparent url(../images/linkbar-bkg.gif) no-repeat;
}
.dropdownmenu {
	position: relative;
	margin:0 auto;
}
/* hack to correct IE5.5 faulty box model */
* html .dropdownmenu {
	width: 594px;
	w\idth: 593px;
	
}
/* remove all the bullets, borders and padding from the default list styling */
.dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .dropdownmenu a, * html .dropdownmenu a:visited {
/*	width: 129px;*/
/*	w\idth: 138px;*/
display: inline-block;
}

.dropdownmenu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;/*top: 31px;*/
	left: 0;
	width: 129px;
	border-top: 0 solid #111;
	/*background:#686863 url(../images/bkg-menu-main-dropdown.gif) repeat-x;*/
}

.dropdownmenu ul .faq_link ul {
  background-color:#E4DA0D;
}

.dropdownmenu ul .services_link ul {
  background-color:#1B8CB9;
}

/* another hack for IE5.5 */
* html .dropdownmenu ul ul {
	top: 27px;/*top: 30px;*/
	t\op: 28px;/*t\op: 31px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.dropdownmenu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}
/* style the second level links */
.dropdownmenu ul ul a, .dropdownmenu ul ul a:visited {
	background-color: #686863;
	color: #FFF;
	height: auto;
	line-height: 1em;
	padding: 0px 10px;
	border-bottom:0px solid #111; /* new */
}

.dropdownmenu ul li.faq_link ul li, .dropdownmenu ul li.services_link ul li {
  height:29px;
	
} 

.dropdownmenu ul li.faq_link ul a, .dropdownmenu ul li.faq_link ul a:visited {
	background-color: #E4DA0D;
	color: #000;
	text-align:left;
	padding: 2px 10px 3px;
	width: 205px;
	line-height: 29px;
}

.dropdownmenu ul li.services_link ul a, .dropdownmenu ul li.services_link ul a:visited {
	background-color: #1B8CB9;
	color: #fff;
	text-align:left;
	padding: 2px 10px 3px;
	width: 185px;
	line-height: 29px;
}


/* style the top level hover */
/*.dropdownmenu a:hover,*/ 
.dropdownmenu ul ul a:hover {
	/*color: #FFF;*/
	background-color: #444;
}

.dropdownmenu ul li.services_link ul a:hover {
	/*color: #FFF;*/
	background-color: #00AEEF;
}

.dropdownmenu ul li.faq_link ul a:hover {
	/*color: #FFF;*/
	background-color: #F8EF24;
}

/* This is for IE 6*/
* html .dropdownmenu a:hover{
  z-index:950;
  background-color:transparent;
}


/* This is for IE 6*/
* html .dropdownmenu ul ul a:hover {
  /*color: #FFF;*/
  background: #444;
/*  _border-left:1px solid #1AA4DE;*/
}



.dropdownmenu :hover > a{
	/*color: #fff;*/

}


.dropdownmenu ul ul :hover > a {
	/*color: #FFF;*/
	background: #ccc;

/*	border-left:1px solid #006DBC;*/

}



/* make the second level visible when hover on first level list OR link */
.dropdownmenu ul li:hover ul, .dropdownmenu ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link
.dropdownmenu ul:hover ul ul {
	visibility: hidden;
}*/ 
/* make the third level visible when you hover over second level list OR link 
.dropdownmenu ul:hover ul:hover ul {
	visibility: visible;
}*/
