.menu{
    position:relative;
    top:0px;
    left:0px;
    display:block;
    margin:0;
    padding:0;
    width:175px; /* important pour Opera7 */
    }

.menu SPAN { cursor:pointer; }

.menu ul{
    position:absolute; /* pour sortir la liste du flux de donnée */
    display:block;
    width:175px;
    margin:0;
    padding:0;
    list-style:none;
    list-style-type:none;
    }
    
.menu li ul{
    visibility:hidden;
    margin-top:3px;
    position:absolute; /* pour sortir la liste du flux de donnée */
    top:auto;
    left:auto;
    margin-left:165px;
    margin-top:-10px; /* move the sub menu verticaly */
    }

.menu li li ul{
    position:absolute; /* pour sortir la liste du flux de donnée */
    top:auto;
    left:auto;
    margin-left:175px;
    margin-top:-21px; /* move the sub menu verticaly */
    }
    
.menu li{
    list-style:none;
    list-style-type:none;
    width:175px;
    height:auto;
    display:block;
    display/**/:block;
    float:none;
    float/**/:left;
    margin:0;
    padding:0;
    background-color:#AAAEB1;
	float:left;
	font-size:11px;
	text-transform:uppercase;
	border-bottom:1px solid white;
    }
    
.menu li li{
    display:block;
    float:none;
    text-transform: none;
    background-color:#E2E3E5;
    }
    
/* correct a little IE bug */
* html .menu li li{
    display:inline;
    list-style:none;
    list-style-type:none;
    }
* html .menu li {
	float: none; 
    list-style:none;
    list-style-type:none;
}
* html .menu li ul {
	margin-left: 165px;
	left: 10px;
}
* html .menu li li ul {
	margin-left: 165px; 
}
UL#menu {
    list-style:none;
    list-style-type:none;
    list-style-image: none;
}


.menu a {
    text-align:left;
    /*background: url(../images/mainnavi_back.gif);*/
    background-color:#AAAEB1;
    filter:Alpha(opacity=90);
    color:#fff;
    display:block;
    text-decoration:none;
    margin:0px;
    font-size: 11px;
	/*padding: 4px 10px;*/
    }
    
.menu .topactive .top a {
    /*background: url(../images/menu1_act_back.gif);*/
    font-weight: bold;
}

.menu .top a:hover {
    /*background: url(../images/menu1_act_back.gif);*/
    /*font-weight: bold;*/
    color:#164EA5;
}

/*.menu .top .normalsub a, .menu .top .withsub .normalsub a, .menu .topactive .top .normalsub a, .menu .topactive .top .withsub .normalsub a {
    background: url(../images/menu2_no_back.gif);
    background-repeat: no-repeat;
    background-color: #585858;
}
.menu .top .withsub a, .menu .topactive .top .withsub a {
    background: url(../images/menu2_nosub_back.gif);
    background-repeat: no-repeat;
    background-color: #585858;
}
.menu .top .normalsub a:hover, .menu .top .active a, .menu .top .withsub .normalsub a:hover, .menu .topactive .top .normalsub a:hover, .menu .topactive .top .active a, .menu .topactive .top .withsub .normalsub a:hover {
    background: url(../images/menu2_act_back.gif);
    background-repeat: no-repeat;
    background-color: #C60F12;
}
.menu .top .withsub a:hover, .menu .top .actwithsub a:hover, .menu .topactive .top .withsub a:hover, .menu .topactive .top .actwithsub a, .menu .topactive .top .actwithsub a:hover {
    background: url(../images/menu2_actsub_back.gif);
    background-repeat: no-repeat;
    background-color: #C60F12;
}*/

/*.menu .top LI.normalsub a {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
    color: #164EA1;
    padding: 4px 10px;
}
.menu .top LI.withsub a {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
    color: #164EA1;
    padding: 4px 10px;
}
.menu .top LI.normalsub a:hover, .menu .top LI.active a, .menu .top LI.normalsub a:hover, .menu .top LI LI.active a, .menu .top LI LI.normalsub a:hover {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
    color: #164EA1;
    padding: 4px 10px;
}
.menu .top LI.withsub a:hover, .menu .top LI.actwithsub a:hover,
.menu .topactive .top LI.withsub a:hover, .menu .topactive .top LI.actwithsub a:hover, .menu .topactive .top LI.actwithsub a {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
}

.menu .topactive .top LI LI.normalsub a, .menu .top LI LI.normalsub a {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
}

.menu .top LI LI.active a, .menu .top LI LI.normalsub a:hover, .menu .top LI LI.withsub a:hover, .menu .top LI LI.actwithsub a:hover,
.menu .topactive .top LI LI.active a, .menu .topactive .top LI LI.normalsub a:hover, .menu .topactive.top LI LI.withsub a:hover, .menu .topactive .top LI LI.actwithsub a:hover, .menu .topactive .top LI LI.active a:hover {
    background-repeat: no-repeat;
    background-color: #E2E3E5;
}*/

.menu .top { 
	/*border-right: 1px solid #454545;
	border-left: 1px solid #000000;*/
	padding: 4px 0px 4px 10px;
	float: left;
}

.menu .top IMG { float:left; border:none; }

/*.menu .top a { width: 100%; }*/
/*.menu li li a { width: 100%; }*/

/* for a mozilla better display with key nav */
.menu a:focus{
    /*background-color: #aaf;*/
}

/* hide some accessibility stuff */
.menu span{
    /*display:none;*/
    }

.menu li li a{
	background-color: #E2E3E5;
	font-size: 11px;
    padding: 4px 10px;
    color: #164EA5;
    }
.menu li li a:hover{
	background-color: #E2E3E5;
	font-size: 11px;
    color: #164EA5;
}
    
.menu li li li a{
	background-color: #AAAEB1;
	font-size: 11px;
    color: #ffffff;
    }
    
.menu li li li a:hover {
	background-color: #AAAEB1;
	font-size: 11px;
    color: #ffffff;
    }
    
.menu li li li li a{
	background-color: #E2E3E5;
	font-size: 11px;
    color: #164EA5;
    }
    
.menu li li li li a:hover {
	background-color: #E2E3E5;
	font-size: 11px;
    color: #164EA5;
    }



.menu .navi1_sub1_no {
	text-transform: none;
	color: #164EA5;
	font-weight: bold;
	width: 140px;
	float: left;
	/*margin-bottom: 4px;*/
	display: block;
}

.menu .navi1_sub2_no {
	text-transform: none;
	color: #ffffff;
	font-weight: normal;
}

.menu .navi1_sub3_no {
	text-transform: none;
	color: #ffffff;
	font-weight: normal;
}


/* ######################################### */

div[id="navi"]>.menu a {
    text-align:center;
    /*background: url(http://82.165.8.199/typo3cms/exotec-design.de/fileadmin/hori_men/link_bg.png);*/
    border:1px #000 solid;
    color:#000;
    display:block;
    width:120px;
    text-decoration:none;
    padding:2px 0;
    margin:1px;
    }
    
div[id="navi"]>.menu a:hover {
    border:1px #000 solid;
    /*background: url(http://82.165.8.199/typo3cms/exotec-design.de/fileadmin/hori_men/hover_bg.png);*/
    }

/* ######################################### */


#content p a:link, a:visited {

}

#content a:hover {

}