/* ######### CSS for Shade Tabs. Remove if not using ######### */


#newstabs{
padding:20px 0 5px 0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#newstabs ul{
padding: 0px 0;
margin: 0;
list-style-type: none;
}

#newstabs li{
display: inline;
margin: 0;
padding:5px 0 5px 0px; color:#0a1d34; font:9pt Arial, Helvetica, sans-serif; background:none; 
}

#newstabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 3px;
border: 1px solid #778;
border-bottom:none;
color: #333333;
background: white url(../images/shade.gif) top left repeat-x;
}

#newstabs li a:hover{
background:#78D3FF;
color:#000;
text-decoration:none;
}

#newstabs li a.selected{ /*selected main tab style */
background:#005583;
color:#fff;
font-weight:bold;
}

#newstabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


/* ######### CSS for Inverted Modern Bricks II Tabs. Remove if not using ######### */

#countrydivcontainer{
padding:10px 0;
border-top: 5px solid #005583; /*Brown color theme*/ 
background: transparent;
}


