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

.shadetabs{
height: 20px;
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom:0px;
font: normal 12px Verdana;
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: 7px 7px 6px 7px;  /*top right bottom left  */
margin-right: 0px;
border: 1px solid #d2d2d2;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
/*
.shadetabs li a.selected 
position: relative;
top: 1px;
}
*/

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: #E7EFF7;
}

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

.tabcontentnews {
width: 650px;
padding: 10px;
margin: 0px;
height: 221px;
background: white url(latestnews_bg.gif);
border-top:1px solid #d2d2d2 !important;
}
.target a {font-weight:normal;text-decoration:none;color:#000000;font:12px arial,helvetica,sans-serif;}
.target a:hover {text-decoration:underline;}
.target ul{float:left;width:300px !important; margin-right:10px;}
.target ul li{list-style:none;border-bottom:1px solid #CCCCCC;margin-left:0;font-weight:normal; padding:5px;}

