.menucss{
position:absolute;
visibility: hidden;
border-top:1px solid white;
border-left:1px solid white;
border-bottom: 0;
border-right:1px solid black;
font:normal 12px Verdana;
line-height: 16px;
z-index: 100;
background-color: #A0A0FF;
width: 205px;
}

.menucss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color : #FFFFFF;
background-position:center left;
background-repeat:no-repeat;
text-indent: 12px
}

.menucss a.courant{
background-image:url("vak00230.gif");
}

.menucss a:hover{ 
background-color: #028FA4;
color: white;
}
.menucss a:visited_{ 
color: yellow;
}


.texte {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#004465;}
.texte:link {color: #004465; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px ;text-decoration: none; cursor:hand}
.texte:hover {color: #339999; font-family:  Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; cursor: hand; text-decoration:none}

a.navigation{
background-color: #A0A0FF;
color: white;
display: inline;
text-indent: 3px;
border-top:1px solid white;
border-left:1px solid white;
border-bottom:1px solid black;
border-right:1px solid black;
padding: 2px 5;
text-decoration: none;
font:normal 12px Verdana;
font-weight: bold;
}
a.navigation:hover{background-color: #028FA4;
}