﻿#navContainer {
   float: left;
   position:relative;	
}


#lhMenu {

}
#lhMenu ul {
	list-style: none;
	text-align: left;
	padding-left: 10px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 12px;
}

#lhMenu ul a {
	display: block;
	padding-left: 15px;
	width: 135px;
	height: 22px;
	text-decoration: none;
	background-image: url('../images/menu_button.gif');
	background-repeat: no-repeat;
	color: #000000;
	line-height: 22px;
	font-size: 12px;
	font-weight: lighter;
}

#lhMenu ul a:hover {
	background-position: 0 -22px;
	color: #FFFFFF;
}

#lhMenu ul li {
	display: inline;
	float: left;
	position:relative;
}

#lhMenuBottom {
	background-position: top;
	width: 150px;
	height: 10px;
	float: left;
	position: relative;
	background-image: url('../images/menu_bottom.gif');
	background-repeat: no-repeat;

}


