


/*Navigation*/

#Navigation { 
color: #00324D;
height:50px;
z-index:30;
position:relative;
}

#Navigation ul {
                /*color: #00324D;*/
		float: left;
		margin: 11px 20px 0px 5px;
		padding: 0;
		list-style: none;
		clear: both;
		width: 944px;
                font-size:12px;
                z-index:30;
                position:relative;
                overflow:hidden;

     

	        }

#Navigation ul li {
		float: left;
                list-style-type:none;
                display:block;
                background-color:transparent;
                height:41px;
	        }

#Navigation ul li a {
                text-decoration:none;
		display: block;
		font-weight: bold;
                text-align:center;
                clear: both;
                color: #B4DFF2;
color:#FFF;
                
                margin:0px 0px 0px 2px;
               /* background: url(/themes/insuranceabroad/images/bg_button.png) repeat-x;*/
	        line-height:125%;
                padding:3px 15px 0px 15px;
/*border: 1px solid #FFF;*/
-moz-border-radius:5px 5px 0px 0px;
border-radius:5px 5px 0px 0px;
height:36px;
width:86px;
letter-spacing:-0px;
}

#Navigation ul li a.current, #Navigation ul li a.section {
                clear: both;
                background: url(/themes/insuranceabroad/images/bg_button_select_new.png) repeat-x;
                color:white;
	        }

#Navigation a:hover {
                background: url(/themes/insuranceabroad/images/bg_button_hover_new.png) repeat-x;
	        }

#Navigation2 { 
display:block;
height: 40px;
float:right;

                }

#Navigation2 ul {
                color: #00324D;
		float: right;
		margin: 0px 0px 0px 10px;
		padding: 0;
		list-style: none;
		clear: both;
		width: 400px;
                height:36px;
                background: #efefef;
                -moz-border-radius: 0px 0px 5px 5px;
                border-radius: 0px 0px 5px 5px;
                display:block;
                
         
	}
#Navigation2 ul li {
		float: left;
                list-style-type:none;
                display:block;
	}

#Navigation2 ul li a {
                text-decoration:none;
		font-weight: bold;
                padding:0px 10px 0px 10px;
                text-align:left;
                clear: both;
                border-top:0px;
                border-bottom:0px;
                color: #2F2F2F;
                font-size:10px;
                position:relative;
                top:5px;
                
                /*letter-spacing:-0.5px;*/
	}

	#Navigation2 ul li a.current, #Navigation2 ul li a.section {
                clear: both;
                height:36px;
	}

	#Navigation2 a:hover {
               color:#00324C;
	}

#SearchResults {
list-style:none;
}
#langue {
margin-right:25px;
margin-top:0px;
border-bottom:0px;
width:80px;
float:right;
}
#langue ul#langue-ul li {
float:left;
padding:0px 0px 0px 0px;
text-align: right;
list-style-type:none;
width:33px;
}
#langue ul#langue-ul li a {
display: block;
width:33px; /*Width of top level menu link items*/
padding: 0px;
text-align:center;
text-decoration: none;
color: #FFF;
}
#langue ul#langue-ul li a:hover{
background: url(../images/button-langues.gif) left top;
height:35px;
}