/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0px;
margin-top: 1px;
margin-bottom: 0;
font-family: Helvetica, Arial;
font-size: 0.75em;
text-transform: uppercase;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 6px 6px 5px;
margin-right: 3px;
border: 1px solid #CCCCCC;
color: #000;

background-repeat: repeat-x;


/*background: url(images/nselectBG.gif) bottom left repeat-x;*/
}

.shadetabs li a:visited{
color: #666674;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000;
text-decoration: none;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-decoration: none;
background-color: #ccc;
}

.shadetabs li a.selected{ /*selected main tab style */

background-repeat: repeat-x;
background-color: #ccc;
border-bottom-color: white;
text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
margin-left: 15px;
padding-left: 15px;
}

@media print {
.tabcontent {
display:block !important;
}
}
#pick1 p a, #pick2 p a { color:red;}