.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Arial;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 2px;
margin-right: 3px;
border: 1px solid #ccc;
color: #2d2b2b;
/*background: white url(../img/shade.gif) top left repeat-x;*/
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid ccc;
width: 752px;
margin-bottom: 1em; padding: 10px;
}

/***************************************************************************************************/

#tablist{
padding: 2px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #ccc;
color: #2d2b2b;
/*background: white url(../img/shade.gif) top left repeat-x;*/
}

#tablist li a:link, #tablist li a:visited{
color: #2d2b2b;
}

#tablist li a:hover{
text-decoration: none;
}

#tablist li a.current{
background-image: url(../img/shadeactive.gif);
border-bottom-color: white;
}



.tabcontent p {  }
.tabcontent p a { display: block; margin: 0; border-bottom: solid 1px #ccc; padding: 4px 4px 5px 16px ; background:url(../img/bullet_generic2.gif) 2px 5px no-repeat ; text-decoration: none;}
.tabcontent p a:hover { background: #8CB0E2; color: #000;}
.tabcontent {left bottom no-repeat; padding: 6px 4px 30px 4px; border-top: solid 1px #e3e3e3;}

.tabcontent p.allnews a {  color: #f20000; border-bottom: none 0; padding: 4px 4px 5px 16px ; background:none 0 ; text-decoration: none;}