@charset "utf-8";



/* Local CSS Document */



div#main .mapmenu{

	min-height:90px;

	margin-bottom:15px;

	padding-bottom:5px;

	background:#a1cae6 url(../images/menubg_bottom.jpg) 0 100% no-repeat;

}



div#main .mapmenu table{

	margin:6px 0 0 120px;

}



div#main .mapmenu td{

	padding-right:10px;

	line-height:130%

}



div#main .mapmenu a{

	display:block;

	margin-bottom:2px;

	padding:0 3px 1px 17px;

	background: url(../../../common/images/btn_arrow_down.gif) 3px 0.25em no-repeat;

}



div#main .mapmenu a.rightarrow{

	display:block;

	margin-bottom:2px;

	padding:0 3px 1px 17px;

	background: url(../../../common/images/btn_arrow_right.gif) 3px 0.25em no-repeat;

}



div#main .mapmenu a:link{ color: #1e6a99;text-decoration:none; }

div#main .mapmenu a:visited{ color: #1e6a99;text-decoration:none; }

div#main .mapmenu a:hover{ color: #1e6a99;text-decoration:none; background-color: #b2e1ff; }

div#main .mapmenu a:active{ color: #e58000;text-decoration:none; }





/* Map background images for each countries */



div#mapAfrica{ min-height:85px; background: url(../images/menubg_africa.jpg) 0 0 no-repeat; }

div#mapAsia{ min-height:85px; background: url(../images/menubg_asia.jpg) 0 0 no-repeat; }

div#mapEurope{ min-height:85px; background: url(../images/menubg_europe.jpg) 0 0 no-repeat; }

div#mapLatinamerica{ min-height:85px; background: url(../images/menubg_latinamerica.jpg) 0 0 no-repeat; }

div#mapMiddleeast{ min-height:85px; background: url(../images/menubg_middleeast.jpg) 0 0 no-repeat; }

div#mapNorthamerica{ min-height:85px; background: url(../images/menubg_northamerica.jpg) 0 0 no-repeat; }

div#mapOceania{ min-height:85px; background: url(../images/menubg_oceania.jpg) 0 0 no-repeat; }

* html div#mapAfrica,

* html div#mapAsia,

* html div#mapEurope,

* html div#mapLatinamerica,

* html div#mapMiddleeast,

* html div#mapNorthamerica,

* html div#mapOceania{ height:85px; }