.justastyle { text-decoration: none; }
.justastyle:hover { text-decoration: underline; }

.lmen ul  {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 135px;
	}

ul  li {
	position: relative;
	}

ul 	 li ul {
	position: absolute;
	left: 135px;
	top: 0;
	display: none;
        border-top: 1px solid  #494949;
	}
        

.lmen ul li a {
	display: block;
	color: #666666;
	font-family: Tahoma,Helvetica,Arial;
	font-weight: normal;
	font-size: 18px;
	text-decoration: none;
	text-indent: 38px;
	text-transform: uppercase;
	line-height: 40px;
	background: url(/images/menu_bg.gif) top left no-repeat;
	border-bottom: 1px solid #d6dadd;

	
	}

.lmen ul li a:hover
{
  TEXT-DECORATION: underline;
  
}

.lmen ul li ul li a
{
   width: 135px;
   border-left: 1px solid #494949;
   border-bottom: 1px solid #494949;
   border-right: 1px solid #494949;
   background-image: none;
   background-color: White;
   font-family: Verdana, Tahoma, Arial;
   
   font-size: 15px; 
   
   text-indent: 6px;
   text-transform: none;
   /*letter-spacing: 70%;*/
   line-height: 28px;
}

.lmen ul li ul li a:hover
{
  background-color: #494949;
  color: #FEFEFE;
  text-decoration: none;
  display: block;
  filter: Fade(duration=0.2);
  filter:	Alpha(opacity=90);
  filter:Shadow(color='#777777', Direction=135, Strength=5); 
}

/* Fix IE. Hide from IE Mac \*/
* html .lmen ul li { float: left; height: 1%; }
* html .lmen  ul li a { height: 1%; }
/* End */

.lmen ul li:hover ul, li.over ul { display: block; }



	