#nav img{

cursor:pointer;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
#nav img.opaque{
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  /* IE 5-7 */
  filter: alpha(opacity=100);
  /* Netscape */
  -moz-opacity: 1;
  /* Safari 1.x */
  -khtml-opacity: 1;
  /* Good browsers */
  opacity: 1;
}
ul.dropdown li a{font-weight:bold;}
a.news
{
	text-decoration:none;
	font-weight:bold
}
a.news:hover
{
	color:#444;
}
ul.dropdown{height:99px;overflow-y:hidden;}
ul.dropdown li.top{background-image:none;background-color:#FFF;}
ul.dropdown
{ background:#E5E5E5;
}

ul.dropdown ul
{
	margin-top:0;
}
ul.dropdown ul a,ul.dropdown ul a:active,ul.dropdown ul a:visited
{
	display:block;
	width:100%;
	height:100%;
	color:#000;
}
#nav li.top
{
	height:99px;
	margin:0;padding:0;
}
#nav li.services
{
	width:107px;
}
#nav li.locations
{
	width:109px;
}
#nav li.insurance
{
	width:107px;
}
#nav li.products
{
	width:111px;
}
#nav li.about
{
	width:109px;
}
#nav li.contact
{
	width:109px;
}

#nav li
{text-indent :0;border:none;}
#nav li.dir ul li.dir{	background:#E5E5E5 url(images/list1.gif)  6px 12px no-repeat ;}