/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
* Filename: menu.css
* Version: 1.0.0 (2008-07-24) 
* Website: http://www.navx.com/
* Author: Florian Cabirol
* Description: Handles the site layout.
== STRUCTURE: ==============================
* Page width: 920 px
* Number of columns: 1
============================================
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/

/* INDEX

*/


#headerV2 {
position : relative;
margin : 0 auto;
padding : 0;
width : 920px;
height : 100px;
z-index : 95;
}

#menu {
position: absolute;
top: 30px;
right: 0;
z-index: 9999;
background:#ff6600;
}

#menu li {
display:block; 
float:left; 
position:relative; 
z-index: 9998;
}

#menu li span {
display:block;  
background:#ff6600; 
padding: 12px 10px;
font-size:1.2em;
color:#ffffff; 
font-weight : bold;
z-index: 9998;
}

#menu li a, #menu li a:visited {
display:block; 
padding:0;
}

#menu dl {
position:absolute; 
top:0; 
left:0; 
margin: 0; 
padding: 0; 
background: #ff6600;
}

#menu dt {
background: #ff6600;
margin:0; 
font-size: 1.2em; 
float:left;
}

#menu dd {
display:none; 
background: transparent; 
clear:left; 
margin:0; 
padding:0; 
color: #fff; 
font-size: 1em; 
font-weight : bold;
text-align:left;
}

#menu dt a, #menu dt a:visited {
display : block;
color:#ffffff; 
padding: 12px 10px;
font-weight : bold;
text-decoration:none;
}

#menu dd a, #menu dd a:visited {
background: #ff6600; 
color:#ffffff; 
text-decoration: none; 
display:block; 
padding: 5px 10px;
}

#menu li a:hover {
border:0;
text-decoration : underline;
}

#menu li.sub dl dt a:hover {
border:0;
text-decoration : none;
}

#menu li.sub dd{
border : 3px solid #ff6600;
}

#menu li.sub dd, #menu li.sub dd a {
background-color : ff6600;
}

#menu li.sub dd a:hover {
background-color : #ffffff;
color : #ff6600;
text-decoration: none; 
}

#menu li:hover dd, #menu li a:hover dd {
display:block;}

#menu li:hover dl, #menu li a:hover dl {

}

#menu li:hover dt a, #menu li a:hover dt a, #menu dd a:hover {
background: none; 
color:#ffffff;}

/* Sur-menu */


#easy-access {
text-align : right;
margin : 10px 0px;
color : #737373;
}

#easy-access  li {
display: inline ;
color : #737373;
font-size : 1em;
}

#easy-access li a {
color : #737373;
text-decoration : none;
}

#easy-access li a:hover {
text-decoration : underline;
}

.easy-access-p {
font-size : 1em;
font-style : Arial, Verdana;
color 
}

.easy-access-p a {
color : #737373;
}

.logo {
position : absolute;
top : 30px;
}