/* ######### Style for Tab Interface itself ######### */
/* 686F78 */

div.MenuBegin div.MainMenu .shadetabs{
border-bottom: 0px solid #A3ACB8;
margin: 0px 0xp 1em 0px;
padding:0px;
width:100%;
}

.shadetabs ul{
padding: 3px 5px 0px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 13px Tahoma;
list-style-type: none;
/*text-align: right;*/ /*set to left, center, or right to align the menu as desired*/
width: 727px;
}

.shadetabs li{
display: inline;
margin: 0;

}
.shadetabs ul li .rss{
   margin:0px;
   padding:0px;
   width: 20px;
   height: 20px;
   display: inline;
   
  /* background-image: url("/img/rss16.png");
   background-position: left bottom;
   background-repeat: no-repeat;*/

}
.shadetabs ul li .rss img {
   margin:0px;
   padding:0px;
   width:16px;
   height: 16px;
   position: relative;
   bottom:0px;
   top:3px;
}
.shadetabs ul li .rss a{
   padding:0px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid white;

color: #686F78;
padding-left: 8px;


}

.shadetabs li a:visited{
color: #686F78;

}

.shadetabs li a:hover{
color: #686F78;

}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
border: solid 1px #A3ACB8;
border-bottom-color: white;
background-color:white;
padding-top: 1px;



}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
padding-left: 8px;
padding-top: 1px;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-width: 0 1px;
font:normal 12px Tahoma;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
border: 1px solid #A3ACB8; /*THEME CHANGE HERE*/
margin:0px;
padding:0px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
-bottom: 1px solid #918d8d; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #686F78;
padding-left: 8px;
text-align:left;

border-top: solid 1px #A3ACB8;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F6F5F2;



}
