.shadetabs{
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
font: bold 14px Tahoma,Verdana, Arial;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
width:100%;
}
.shadetabs li{
color: #143f82;
height:26px;
text-decoration: none;
width:100%;
}

.shadetabs li a{
text-decoration: none;
color: #143f82;
z-index: 1;
height:26px;
width:100%;
}

.shadetabs li a:visited{
color: #667b9a;
text-decoration: none;
width:100%;
}

.shadetabs li a:hover{
color: #143f82;
width:198px;
background:  url(/image/home/bg_on.gif) top left no-repeat;
display:block;
height:26px;
width:100%;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
width:100%;
}

.shadetabs li a.selected{ /*selected main tab style */
display:block;
background:  url(/image/home/bg_on.gif) top left no-repeat;
border-bottom-color: white;
width:100%;
}

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

A.links {
text-decoration: none;
font: 12px Arial;
color: #143f82;
width:100%;
}
A.links:hover {
text-decoration: underline;
COLOR: #0000FF; 
font: 12px Arial;
}

A.links:active {
text-decoration: none;
	COLOR: #143f82; 
font: 12px Arial;}

