/* Styles for the entire LavaLamp menu */
.lavaLamp 
{
    position: relative;
    height: 37px; width: 761px;
    padding: 0px; padding-left:0px; padding-right:0px; margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .lavaLamp li 
	{
        float: left;
        list-style: none;
    }
	
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back 
		{
            background: url("../img/site/lava.png") no-repeat right;
            width: 9px; height: 37px;
            z-index: 80;
            position: absolute;
        }
            .lavaLamp li.back .left 
			{
                background: url("../img/site/lava.png") no-repeat top left;
                height: 37px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a 
		{
            position: relative; overflow: hidden;
            text-decoration: none;
            font: bold 16px Arial, Helvetica, sans-serif;
            color: #000; outline: none;
            text-align: center;
            height: 30px; top: 7px;
            z-index: 90; letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;	
			padding: 0 11px 0 11px;	
        }
		
		
/* Styles for the entire LavaLamp menu */
.media_links 
{
    position: relative;
    height: 30px; width: 761px;
    padding: 0px; padding-left:0px; padding-right:0px; margin: 0px 0;
    overflow: hidden;
}
    /* Force the list to flow horizontally */
    .media_links li 
	{
        float: left;
        list-style: none;
    }
	
        /* Represents the background of the highlighted menu-item. */
        .media_links li.back 
		{
            background: url("../img/site/lava.jpg") no-repeat right;
            width: 9px; height: 30px;
            z-index: 80;
            position: absolute;
        }
            .media_links li.back .left 
			{
                background: url("../img/site/lava.jpg") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .media_links li a 
		{
            position: relative; 
			overflow: hidden;
            text-decoration: none;
            font: bold 13px Arial, Helvetica, sans-serif;
            color: #000; outline: none;
            text-align: center;
            height: 23px; top: 7px;
            z-index: 90; 
			letter-spacing: 0;
            float: left; display: block;
            margin: auto 10px;	
			padding: 0 11px 0 11px;	
        }