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

#countrydivcontainer {width:920px; padding: 10px; text-align: left; margin:20px 20px 20px 20px;}
#countrydivcontainer h1 {margin-top:40px;margin-left:0px;margin-botom:20px;font-family: Georgia, serif;line-height:30px;font-weight: normal;font-size:30px;text-align: left; color:#fff;}
#countrydivcontainer p {margin-top:20px;margin-left:0px;margin-botom:20px;font-weight: normal;font-size:18px;text-align: left; color:#dadada; border:0px;}
.shadetabs{
padding: 0px 0;
margin-left: 30px;
margin-top: 1px;
margin-bottom: 0;font-family: Georgia, serif; font-size:20px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
position: relative;
z-index: 1;
padding: 11px 25px 11px 25px; 
margin-right: 15px;
color: #000000;
background: url(http://www.dublinenespanol.com/scripts/ajaxtabs/shaded.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #fff;
background: #315518;
/*background: url(http://www.dublinenespanol.com/scripts/ajaxtabs/shade.jpg) top left repeat-x;*/
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative; color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background: #315518;
/*background-image: #2b3520 url(http://www.dublinenespanol.com/scripts/ajaxtabs/shadeactive.gif);*/
}

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