/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/

}
.tab ul{margin-left:-6px;}
.shadetabs li{
display: inline-block;
margin: 0 0 0 -1px;
width:115px;
}
.shadetabs li.tab1{
background: url(../webimg/tab1.png) top left no-repeat;
}
.shadetabs li.tab2{
background: url(../webimg/tab2.png) top left no-repeat;
}
.shadetabs li.tab3{
background: url(../webimg/tab3.png) top left no-repeat;
}
.shadetabs li.tab4{
background: url(../webimg/tab4.png) top left no-repeat;
}
.shadetabs li.tab5{
background: url(../webimg/tab5.png) top left no-repeat;
}
.shadetabs li.tab6{
background: url(../webimg/tab6.png) top left no-repeat;
}
.shadetabs li a{
text-decoration: none !important;
position: relative;
z-index: 1;
padding: 5px 10px 7px 10px;
color: #FFFFFF !important;
width:95px; height:26px; display:inline-block;
}


.shadetabs li a:visited{
color: #FFFFFF;
text-decoration: none;
}

.shadetabs li a:hover{
color: #FFFFFF;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

.modernbricksmenu2{
padding: 0;
width: 362px;
border-top: 5px solid #D25A0B; /*Brown color theme*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.modernbricksmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.modernbricksmenu2 li{
display: inline;
margin: 0;
padding: 0;
text-transform:uppercase;
}

.modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: black; /*Brown color theme*/ 

}

.modernbricksmenu2 a:hover{
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
}

.modernbricksmenu2 a.selected{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/


}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;

}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;

}
#countrydivcontainer{ width:680px;  margin-bottom: 10px; float:left; margin:-3px 0 10px 1px;}
.tab01{background:#0D6D7D; width:680px; padding: 10px; color:#FFFFFF;}
.tab01_top{background: url(../webimg/tab1_top.png) top left no-repeat; width:700px; height:5px;}
.tab01_bottom{background: url(../webimg/tab1_bottom.png) top left no-repeat; width:700px; height:5px;}
.tab02{background:#188AA0; width:680px; padding: 10px; color:#FFFFFF;}
.tab02_top{background: url(../webimg/tab2_top.png) top left no-repeat; width:700px; height:5px;}
.tab02_bottom{background: url(../webimg/tab2_bottom.png) top left no-repeat; width:700px; height:5px;}
.tab03{background:#189BB3; width:680px; padding: 10px; color:#FFFFFF;}
.tab03_top{background: url(../webimg/tab3_top.png) top left no-repeat; width:700px; height:5px;}
.tab03_bottom{background: url(../webimg/tab3_bottom.png) top left no-repeat; width:700px; height:5px;}
.tab04{background:#31B4CC; width:680px; padding: 10px; color:#FFFFFF;}
.tab04_top{background: url(../webimg/tab4_top.png) top left no-repeat; width:700px; height:5px;}
.tab04_bottom{background: url(../webimg/tab4_bottom.png) top left no-repeat; width:700px; height:5px;}
.tab05{background:#62C8DB; width:680px; padding: 10px; color:#FFFFFF;}
.tab05_top{background: url(../webimg/tab5_top.png) top left no-repeat; width:700px; height:5px;}
.tab05_bottom{background: url(../webimg/tab5_bottom.png) top left no-repeat; width:700px; height:5px;}
.tab06{background:#8FDCEB; width:680px; padding: 10px; color:#FFFFFF;}
.tab06_top{background: url(../webimg/tab6_top.png) top left no-repeat; width:700px; height:5px;}
.tab06_bottom{background: url(../webimg/tab6_bottom.png) top left no-repeat; width:700px; height:5px;}
