﻿/* Styles for the entire LavaLamp menu */
.lavaLamp {
    position: relative;
    height: 18px; width: 758px;
    background:#FFFFFF; /*#C2D7EF url("../../resources/images/bg.gif") no-repeat top;*/
    padding:4px; 
    margin: 0px;
    overflow: hidden;
    border-top:1px solid #DEDEDE;
    /* Farsi Modification Begin: */  
     direction:rtl;
    /* Farsi Modification End */  
   
}
    /* Force the list to flow horizontally */
    .lavaLamp li
    {
    	 /* Farsi Modification Begin: */  
        float: right;
         /* Farsi Modification End */  
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
            background:#EFEFEF; /*#92B6DA url("../../resources/images/lava.gif") no-repeat right -30px;*/
            width: 8px; height: 18px;
            z-index: 8;
            position: absolute;
        }
            .lavaLamp li.back .left {
                background:#EFEFEF; /*#92B6DA url("../../resources/images/lava.gif") no-repeat top left;*/
                height: 18px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a,.lavaLamp li a:link,.lavaLamp li a:visited {
            position: relative; overflow: hidden;
            text-decoration: none;
            text-transform: uppercase; 
            /* Farsi Modification Begin: */          
            font:normal 11px Tahoma,Trebuchet MS,verdana;
            /* Farsi Modification End */
            color: #068; outline: none;
            text-align: center;
            height: 18px; top: 2px;
            z-index: 10; 
			letter-spacing: 0;
			float: left; display: block;
	        margin: auto 9px;
        }
