div#top_menu {
	background-image:url(../images/selected2.png);
	background-repeat: repeat-x;
    height: 35px;
	width: 732px;
    width:auto;
}

div#top_menu ul {
	display: block !important;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
}
div#top_menu ul.top_menu {
	background-image:url(../images/selected2.png);
	background-repeat: repeat-x;
	margin: 0px;
    padding: 0px;  
}

div#top_menu li {
    position: relative;
    margin: 0px;
	padding: 0px;
    display: block;
    float: left;
    z-index: 9;
}
div#top_menu span{
    padding: 10px;
    color: #FFF !important;
    font: 12px Arial,Helvetica;
    background: none;	
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
    text-align: center;
}
div#top_menu a:hover {
    background:  url(../images/selected.png) repeat-x right -1px;
}
div#top_menu ul.top_menu>li:hover>a span {
	color: #FFF !important;
}
div#top_menu li {  }
div#top_menu li.last { background: none; }

/* lava lamp */
div#top_menu li.back {
    background: url(../images/selected.png) repeat-x 0 0;
    width: 5px;
    z-index: 8;
    position: absolute;
    padding: 0;
    margin: 0px 0 0 0;
}

div#top_menu li.back .left {
    padding:0;
    width:auto;
    background: url(../images/selected.png) repeat-x right 0;
    height: 51px;
    margin: 0 0 0 5px;
    float: none;
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
}
