/* ######### CSS for Shade Tabs. Remove if not using ######### */

#countrytabs { float:left; width:100%; font-size:90%; line-height:normal;}

 /*IE only. Add 1em spacing between menu and rest of content*/
* html #countrytabs{margin-bottom: 1em; margin:0px;}

#countrytabs ul{ list-style-type: none; margin:0; margin-left: 10px; padding:0;}
#countrytabs li{ display:inline; margin:0; padding:0;}

/* 
#countrytabs a { float:left; background:url(/images/tab-left.gif) no-repeat left top;margin:0; padding:0 0 0 9px; text-decoration:none; text-align:center;}
#countrytabs a span { float:left; display:block; background:url(/images/tab-right.gif) no-repeat right top; padding:3px 14px 3px 5px; font-weight:bold; color:#3B3B3B;} 
*/

#countrytabs a { float:left; background-color:#FFF; margin:0; padding:0 0 0 9px; text-decoration:none; text-align:center;}
#countrytabs a span { float:left; display:block; padding:3px 14px 3px 5px; font-weight:bold; color:#c4c4c4;}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#countrytabs a span {float:none;}
/* End IE5-Mac hack */

/* Removed overflow:auto; width:auto; max-width:700px; due to resizing problem in Firefox */
#countrydivcontainer { border: 0px; }

#countrytabs a:hover { background-position:0% -50px;}
#countrytabs a:hover span { color: black; background-position:100% -50px; text-decoration:underline;}



#prefTabs { float:left; width:100%; font-size:90%; line-height:normal;}

 /*IE only. Add 1em spacing between menu and rest of content*/
* html #prefTabs{margin-bottom: 1em; margin:0px;}

#prefTabs ul{ list-style-type: none; margin:0; margin-left: 10px; padding:0;}
#prefTabs li{ display:inline; margin:0; padding:0;}

#prefTabs a { float:left; background:url(/images/tab-left.gif) no-repeat left top;margin:0; padding:0 0 0 9px; text-decoration:none; text-align:center;}
#prefTabs a span { float:left; display:block; background:url(/images/tab-right.gif) no-repeat right top; padding:3px 14px 3px 5px; font-weight:bold; color:#3B3B3B;}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#prefTabs a span {float:none;}
/* End IE5-Mac hack */

#prefTabs a:hover { background-position:0% -50px;}
#prefTabs a:hover span { color: black; background-position:100% -50px; text-decoration:underline;}



 /*set to left, center, or right to align the menu as desired*/
.shadetabs{ margin: 0px; padding: 0px 0; font: bold 12px Verdana; list-style-type: none; text-align: left;}
.shadetabs li{ display: inline; margin: 0;}


/*selected main tab style */
.shadetabs li a.selected{ background-position:0% -100px !important;}
.shadetabs li a.selected span{  background-position:100% -100px !important; color: #FFF !important;}















