/* CSS Document */
/* Styles for the entire LavaLamp menu */
#top-menu {
	position: relative;
	height: 40px; 
	overflow: hidden;
	margin-top:15px;
	width:500px;
	float:left;
	margin-left:35px;
}
*html #top-menu{
	margin-left:15px !important;
}
/* Force the list to flow horizontally */
#top-menu li {
	float: left;
	list-style: none;
}
/* Represents the background of the highlighted menu-item. */
#top-menu li.back {
	background: url("/html/themes/8kmiles/images/new/menu-bg.gif") no-repeat right -31px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
}
*html #top-menu li.back {
	background: url("/html/themes/8kmiles/images/new/menu-bg.gif") no-repeat right -31px;
	width: 9px; height: 30px;
	z-index: 8;
	position: absolute;
	top:0px !important;
}
#top-menu li.back .left {
	background: url("/html/themes/8kmiles/images/new/menu-bg.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
*html #top-menu li.back .left {
	background: url("/html/themes/8kmiles/images/new/menu-bg.gif") no-repeat top left;
	height: 30px;
	margin-right: 9px;
}

/* Styles for each menu-item. */
#top-menu li a {
	position: relative; overflow: hidden;
	text-decoration: none;
	font: bold 14px arial;
	color: #589f04; outline: none;
	text-align: center;
	height: 30px; 
	/*top: 7px;*/
	padding-top:5px;
	z-index: 10; letter-spacing: 0;
	float: left; display: block;
	margin: auto 10px;
}
*html #top-menu li a {
	margin: auto 5px;
}
        
