/* ######### CSS for Shade Tabs. Remove if not using ######### */
.flowers {
width:650px;
}

#countrytabs {
margin:0;
padding:0;
height:25px;
}

#countrytabs.shadetabs{
padding: 0;
margin: 0;
font-size:12px;
font-weight:bold;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#countrytabs.shadetabs li{
display: inline;
margin: 0;
}

#countrytabs.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 1px 20px 11px 20px;
color: #fff;
font-weight:bold;
background: #000;
}

#countrytabs.shadetabs li a:visited{
color: #fff;
}

#countrytabs.shadetabs li a:hover{
text-decoration: underline;
color: #c0c0c0;
}

#countrytabs.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

#countrytabs.shadetabs li a.selected{ /*selected main tab style */
background: #a2000c;
border-bottom-color: white;
color:#fff;
}

#countrytabs.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

#countrydivcontainer {
margin:0;
padding:0;
height:100%;
width:100%;
}