/* CSS Document **Left Menu**/

.LMbg {
	width:170px;
	height:100%;
	background-image:url(http://www.skyhitravel.com/images/LMbg.gif);
	border-right: 1px solid #FFFFFF;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	position:relative;
	float:left;
	position:relative;
}

.LMbgL{
	float:left;
	position:relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px;
	height:auto; 
}

.LMbgL ul li{
	width:165px;
}

.LMbgL li a{
	font: bold 11px arial;
	display: block;
	color: black;
	width: 140px;
	border-bottom: 1px solid white; 
	padding: 4px 0; 
	text-indent: 8px;
	text-decoration: none;
}

.LMbgL li a:visited, .LMbgL li a:active{
	color:#006666;
}

.LMbgL li:hover{
	background: white url(http://www.skyhitravel.com/images/LMbg.gif);
	background-position: -4px 0;
}

<!--[if IE]>
.LMbgL li a{ /* Menu link width value for IE */
	width: 100%;
}
