/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
height: 15px;
margin-left: 0;
margin-top: 0px;
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*/
background: white url(shade.gif) top left repeat-x;
border: 1px solid #778;
}



.shadetabs a{
color: #000000;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 2;
padding: 3px 7px;
margin-right: 3px;
border-right: 1px solid #778;
border-left: 1px solid #778;
color: #000000;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #ff0000;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #ffffff;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive2.gif);
border-style: solid;
border-color: #FFF;
border-width: 1px 1px 0px 1px;
color: #ffffff;
height: 15px;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



.province2{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: 10px;
font-weight: bold;
font-family: tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border: 1px solid #778;
}



.province2 a{
color: #ffffff;
font-size: 10px; 
font-weight: bold; 
font-family: tahoma;
}

.province2 li{
display: inline;
margin: 0;
}

.province2 li a{
text-decoration: none;
position: relative;
z-index: 2;
padding: 0px 7px;
margin-right: 3px;
border-right: 1px solid #778;
border-left: 1px solid #778;
color: #ffffff;
font-size: 10px; 
font-weight: bold; 
font-family: tahoma;
}

.province2 li a:visited{
color: #ffffff;
font-size: 10px; 
font-weight: bold; 
font-family: tahoma;
}

.province2 li a:hover{
text-decoration: underline;
font-size: 10px; 
font-weight: bold; 
font-family: tahoma; 
color: #669acc;
}

.province2 li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #ffffff;
}

.province2 li a.selected{ /*selected main tab style */
background-image: url(shadeactive2.gif);
border-style: solid;
border-color: #FFF;
border-width: 1px 1px 0px 1px;
color: #ffffff;
height: 15px;
}

.province2 li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}



