/* CSS Document */

/*************** Navigation styles **************/


#Navigation{
height:40px; border:none;
}

/* remove the bullets, padding and margins from the lists */
.menu ul {
list-style-type:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
/*color: #FFA500;*/
color:#c0c;
}


/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px; 
border-bottom:0px #000000 outset;
border-left:1px #000000 solid;
z-index:100;
height:39px;}

.menu ul li.last{
      border-right:0px;float:none;overflow:hidden;
}
.menu ul li.first{
      border-left:0px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
width:100px;
height:39px;
padding: 6px 0px 5px 0px;
margin:0px 0px 0px 0px; 
text-decoration:none;
text-transform:capitalize; 
color:#ddd;
font-size:12px;
text-align:center;
line-height:26px;
/*font-weight:bold;*/
}


li.emphasis a,li.emphasis :visited {color:orange;
                                         font-weight:bold;}

li.emphasisyellow a,li.emphasisyellow :visited {color:yellow;
                                                font-weight:bold;}



.menu.carte a, .menu.carte :visited {
width:106px;
}

.menu.carte li.last a {
width:105px;
}
.menu ul li.double-line a, .menu ul li.double-line a:visited {
line-height:16px;
padding-top:3px;
padding-bottom:1px;
} 
html>body .menu ul li.double-line a, .menu ul li.double-line a:visited {
padding-top:3px;
padding-bottom:8px;
} 

html>body .menu a, .menu :visited { height:28px}
html>body .menu.carte a, .menu.carte :visited { height:28px}


/* style the top level when current or hover */
/*.menu ul li.current a, .menu a:hover, .menu ul li:hover a, .menu ul li a:hover {*/
.menu ul li:hover, .menu ul li.current{
	background-image:url("../images/pressedbutton.png");
      background-repeat:repeat;
}
