﻿/* CSS du menu horizontal, bieler batiste */

/*
*{
	padding;0px;
	margin:0px;
}
*/

.pop{
    position:absolute;
    display:block;
    margin:0;
    padding:0;
    width:280px;
    font-size:11px;
  	float:right;
    }

.pop ul{
    position:absolute;
    display:inline;
    width:auto;
    padding:0;
    margin:0px;
    background-color:transparant;
    }
    
.pop li ul{
    visibility:hidden;
    }

.pop li li ul{
    position:absolute;
    margin-left:80px;
    margin-top:-23px;
    }
    
.pop li{
    list-style:none;
    width:80px;
    height:auto;
    display:inline;
    float:right;
    margin-left:0px;
    padding:0;
    color: white;
    }
    
.pop li li{
    display:block;
    float:none;
    }
    
/* correct a little IE bug */
* html .pop li li{
    display:inline;
    }

.pop a{
    text-align:center;
    background-color: white;
    border:1px grey solid;
    color:white;
    display:block;
    width:80px;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    }
 
 ul#pop ul li a:hover{
 
    background-color:#bb0011;
    border:1px white solid;
    }
  
  ul#pop a:hover{
  	background-color:white;
  	color:black;
  	}
  	
/* for a mozilla better display with key nav */
.pop a:focus{
	color: white;
    background-color: #bb0011;
}

a.linkOver{
    background-color: white;
    }

