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

.shadetabs{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0;
font: normal 14px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
width:494px; 
height:31px; 
background:url("../images/bg-review.jpg") left top repeat-x;
padding-top:1px;
padding-left:5px;
}

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

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 10px 0px 7px 0px;
margin-right: 2px;
color: #7D7D7D;
background: url("../images/bg-tabs.jpg") top left no-repeat;
line-height:12px;
width:109px;
text-align:center;
display:block;
float:left;
}
.shadetabs li .euro {background:url("../images/eurostar.jpg") no-repeat;}



.shadetabs li a:hover{
text-decoration: underline;
color: #333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;

}

.shadetabs li a.selected{ /*selected main tab style */
background: url("../images/bg-tabs2.jpg") top left no-repeat;
color:#333333;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
#countrydivcontainer h2 {padding-left:10px; padding-top:10px; margin-bottom:0px; margin-top:0px;}