/* Styles for the entire LavaLamp menu */
		
#cat_904609_divs{
width: 475px;
text-align:center;
}

#nav_904609 {
    position: relative;
width: 430px;
    overflow: hidden;
	margin:0px;
	padding:17px 0px 47px 0px;
	background: url("../tlmg-images/top_menu_plate.png") no-repeat top;
		padding-left:45px;
	
}
    /* Force the list to flow horizontally */
    #nav_904609 li {
        float: left;
        list-style: none;
	
    }
        /* Represents the background of the highlighted menu-item. */
        #nav_904609 li.back {
            background: url("../tlmg-images/lava.png") no-repeat right -30px;
            width: 9px; height: 30px;
            z-index: 8;
            position: absolute;
        }
            #nav_904609 li.back .left {
                background: url("../tlmg-images/lava.png") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        #nav_904609 li a {
            position: relative; overflow: hidden;
font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
	text-decoration:none;
	letter-spacing:1px;
outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 10; letter-spacing: 0;
            float: left; display: block;
            margin: auto 8px;
        }


