.language_font {
	font-family: Tahoma, sans-serif;
	font-size: 11pt;
	color: #FFFFFF;
	text-align: right;
	margin-right: 5px;
	margin-top: 3px;
}
a.language:link {text-decoration: none; color: white; outline:none;}
a.language:visited {text-decoration: none; color: white; outline:none;}
a.language:active {text-decoration: none; color: white; outline:none;}
a.language:hover {text-decoration: none; color: white; outline:none;}

.top_link {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	color: #000000;

}
a.top_link_onclick:link {text-decoration: none; color: black; outline:none;}
a.top_link_onclick:visited {text-decoration: none; color: black; outline:none;}
a.top_link_onclick:active {text-decoration: none; color: black; outline:none;}
a.top_link_onclick:hover {text-decoration: none; color: #999999; outline:none;}

a.topnav_link:link {text-decoration: none; color: white; outline:none;}
a.topnav_link:visited {text-decoration: none; color: white; outline:none;}
a.topnav_link:active {text-decoration: none; color: white; outline:none;}
a.topnav_link:hover {text-decoration: none; color: white; outline:none;}

a.topnav_link2:link {text-decoration: none; color: #333333; outline:none;}
a.topnav_link2:visited {text-decoration: none; color: #333333; outline:none;}
a.topnav_link2:active {text-decoration: none; color: white; outline:none;}
a.topnav_link2:hover {text-decoration: none; color: #333333; outline:none;}


a.bottom_link_onclick:link {text-decoration: underline; color: #333333; outline:none;}
a.bottom_link_onclick:visited {text-decoration: underline; color: #333333; outline:none;}
a.bottom_link_onclick:active {text-decoration: underline; color: #333333; outline:none;}
a.bottom_link_onclick:hover {text-decoration: none; color: white; outline:none; background-color:#333333;}

a.contact_link_onclick:link {text-decoration: underline; color: #006600; outline:none;}
a.contact_link_onclick:visited {text-decoration: underline; color: #006600; outline:none;}
a.contact_link_onclick:active {text-decoration: underline; color: #006600; outline:none;}
a.contact_link_onclick:hover {text-decoration: underline; color: #FF9900; outline:none;}


/* ##################### TOP NAV MENU LINE 1 ######################## */
.chromestyle{
width: 99%;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background-color: #666666 center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 3px;
text-decoration: none;
border-right: none;
}

.chromestyle ul li a:hover{
background: none; /*THEME CHANGE HERE*/
background-color: #999999;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu 1 ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #666666;
filter:alpha(opacity=95);-moz-opacity:.95;	opacity:.95;
width: 200px;
visibility: hidden;
filter: none; /*progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
}


/* ##################### TOP NAV MENU LINE 2 ######################## */

.chromestyle2{
width: 99%;
font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.chromestyle2:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle2 ul{
border: none;
width: 100%;
background-color: #666666 center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle2 ul li{
display: inline;
}

.chromestyle2 ul li a{
color: #000000;
padding: 4px 7px;
margin: 3px;
text-decoration: none;
border-right: none;
}

.chromestyle2 ul li a:hover{
background: none; /*THEME CHANGE HERE*/
background-color: #999999;
color: #FFFFFF;
}

.chromestyle2 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu 1 ######### */

.dropmenudiv2{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 12px Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #666666;
filter:alpha(opacity=95);-moz-opacity:.95;	opacity:.95;
width: 200px;
visibility: hidden;
filter: none; /*progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}

* html .dropmenudiv2 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
}

/* ##################### FRENCH TOP NAV MENU LINE 1 ######################## */
.chromestyle3{
width: 99%;
font: 12px Tahoma;
}

.chromestyle3:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle3 ul{
border: none;
width: 100%;
background-color: #666666 center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle3 ul li{
display: inline;
}

.chromestyle3 ul li a{
color: #FFFFFF;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: none;
}

.chromestyle3 ul li a:hover{
background: none; /*THEME CHANGE HERE*/
background-color: #999999;
color: #FFFFFF;
}

.chromestyle3 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### FRENCH Style for Drop Down Menu 1 ######### */

.dropmenudiv3{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 13px Tahoma;
line-height:18px;
z-index:100;
background-color: #666666;
filter:alpha(opacity=95);-moz-opacity:.95;	opacity:.95;
width: 200px;
visibility: hidden;
filter: none; /*progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv3 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font: 13px Tahoma;
color: #FFFFFF;
}

* html .dropmenudiv3 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv3 a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
}

/* ##################### FRENCH TOP NAV MENU LINE 2 ######################## */

.chromestyle4{
width: 99%;
font: 12px Tahoma;
}

.chromestyle4:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle4 ul{
border: none;
width: 100%;
background-color: #666666 center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 2px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle4 ul li{
display: inline;
}

.chromestyle4 ul li a{
color: #000000;
padding: 4px 7px;
margin: 1px;
text-decoration: none;
border-right: none;
}

.chromestyle4 ul li a:hover{
background: none; /*THEME CHANGE HERE*/
background-color: #999999;
color: #FFFFFF;
}

.chromestyle4 ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### FRENCH Style for Drop Down Menu 2 ######### */

.dropmenudiv4{
position:absolute;
top: 0;
border: none; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: 13px Tahoma;
line-height:18px;
z-index:100;
background-color: #666666;
filter:alpha(opacity=95);-moz-opacity:.95;	opacity:.95;
width: 200px;
visibility: hidden;
filter: none; /*progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv4 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 5px 5px;
text-decoration: none;
font: 13px Tahoma;
color: #FFFFFF;
}

* html .dropmenudiv4 a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv4 a:hover{ /*THEME CHANGE HERE*/
background-color: #999999;
}