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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

div.search
{
position:relative;
top: 40px;
}

div.stxtleft
{
position:relative;
left: 272px;
}

.shadetabs ul
{
   background: url(../images/subPages-bg.gif) repeat-x top left;
   float: left;
   width: 100%;
   margin-bottom: 12px;
}


.shadetabs li{
   float: left;
   padding: 10px 0 0 0;
   margin: 0 10px 0 0;
   line-height: 1em;
}

.shadetabs li a{
   float: left;
   display: block;
   padding: 5px;
   border: 1px solid #eee;
   color: #666;
   text-transform: uppercase;
   font-size: 10px;
   text-decoration: none;
}

.shadetabs li a:visited{
color: #0000FF;
}

.shadetabs li a:hover{
   color: #000000;
   border: 1px solid #ccc;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
border: 1px solid #000;
}

.shadetabs li a.selected{ /*selected main tab style */
   background: url(../images/subPages-active.gif) no-repeat top center;  
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}