
div.SiteMap 
{
	 direction: RTL;
}

.pointer
{
	cursor: pointer;
}
.SiteMap ul
    {
        list-style-type: square;      
        list-style-position:outside;    
        clear:both;       
        text-align: right;	 	 
		white-space: nowrap;	 
		 color: #bfa06d;   
    }
    
    .SiteMap ul li
    {
    	
    	padding-top: 2px;
    	padding-bottom: 2px;
    	 
    }

 .SiteMap ul li span span
    {
    	cursor: pointer; 
    }
    .SiteMap ul ul
    {    	 
     
        list-style-position: outside;
		list-style-type: square;
        display:inline;       
        color: #bfa06d;       
        text-align: right;
		display: block;		 
		white-space: nowrap;	
		clear: both;
    }
    
    
          .SiteMap ul li a
      {
      	color: #BFA06D;
      	text-decoration: none;
      	 
      }
      
      .SiteMap ul ul li a
      {
      	color: #716555;
      	text-decoration: none;
      	font-weight: 200;
      }
  
 
