/* ######### CSS for Shade Tabs. Remove if not using ######### */
.tab_top_rt_corner{
	background: url(../../images/tab_top_rt_corner.gif) no-repeat right top;
	position: absolute;
	right: -1px;
	top: -1px;
	width: 6px;
	height: 6px;
}
.tab_btm_rt_corner{
	background: url(../../images/tab_top_rt_corner.gif) no-repeat right top;
	position: absolute;
	right: -1px;
	bottom: 1px;
	width: 6px;
	height: 6px;
}
.tab_btm_lft_corner{
	background: url(../../images/tab_top_rt_corner.gif) no-repeat right top;
	position: absolute;
	left: 1px;
	bottom: 1px;
	width: 6px;
	height: 6px;
}
.shadetabs{
	padding: 0px 0 0px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 29px;
	display: block;
	clear: both;
}

ul#countrytabs {
margin: 0px;
padding: 0px;
}
.shadetabs li{
display: inline;
margin: 0;
}
.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 3px;
	/*border: 1px solid #778;*/
color: #013A65;
	height: 29px;
	line-height: 29px;
	display: block;
	width: auto;
	float: left;
	outline: none;
/*background: white url(shade.gif) top left repeat-x;*/
}
.shadetabs li a span{
	/*background: url(../../images/tab_lft.gif) no-repeat left top;*/
padding: 0 0 0 4px;
	height: 29px;
	display: block;
	float: left;
}
.shadetabs li a b{
	height: 29px;
	/*line-height: 29px;*/
	padding: 0 5px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
}
.shadetabs li a.selected{
	color: #c93533;
	background: url(../../images/tab_mid.gif) repeat-x left top;
	position: relative;
	top: 1px;
}
.shadetabs li a.selected span{
background: url(../../images/tab_lft.gif) no-repeat left top;
padding: 0 0 0 4px;

}
.shadetabs li a.selected b{
	background: url(../../images/tab_rt.gif) no-repeat right top;
	color: #c93533;
}

/*.shadetabs li a:visited{
color: #2d2b2b;
}*/

.shadetabs li a:hover{
text-decoration: none;
color: #c93533;
cursor: pointer;
}

/*.shadetabs li a.selected{ 
position: relative;
top: 1px;
}

.shadetabs li a.selected{ 
background-image: url(shadeactive.gif);
border-bottom-color: white;
}*/

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tab_mid{
	background: url(../../images/div_tab_mid.gif) repeat-y left top;
}
.tab_bottom{
	padding: 0px 10px 10px 10px;
}
#home_tabs .view_all{
	display: block;
	text-align: right;
}
#home_tabs .view_all a{
	color: #c93533;
	text-decoration: underline;
}
#home_tabs .view_all a:hover{
	color: #c93533;
}
.tab_list{
	padding: 10px 0 10px 0px;
	border-bottom: 0px dotted #cccccc;
}
