
.lightyellow_Top_TabStrip {
 width:100%;
 margin:0;padding:0;
 background-color: #efefef;
 float: left;
 filter: none;
 height:36px;
 background-image:url(tab.png);

}

.lightyellow_Top_TabPage {
 border-left:1px solid #76bdf2;
 border-right:1px solid #76bdf2;
 border-bottom:1px solid #76bdf2;
 filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#dceaf7', EndColorStr='#efefef');
 width: 100%;
 padding-top:13px;
 color: black;
 clear: both;
}

.lightyellow_Top_TabStrip .lightyellow_Top_TabUnselected {
 cursor: pointer;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 white-space: nowrap;
 text-align: center;
 padding-left:30px;
 padding-top:10px;
 font-size:15px;
 filter: blur(strength=3,direction=150); 
 filter:Dropshadow(offx=1,offy=0,color=white)Dropshadow(offx=0,offy=1,color=white)Dropshadow(offx=0,offy=-1,color=white)Dropshadow(offx=-1,offy=0,color=white);
 font-weight:bold;
 color:#1858a0;
}

.lightyellow_Top_TabStrip .lightyellow_Top_TabMouseover {
 width: 114px;
 height: 39px;
 font-weight:700;
 color:#ca0000;
}

.lightyellow_Top_TabStrip .lightyellow_Top_TabSelected{
 cursor: pointer;
 position:	relative;
 display: inline;
 float: left;
 overflow: hidden;	
 white-space: nowrap;
 text-align: center;
 letter-spacing: 0px;
 text-decoration: none;
 padding-left:30px;
 padding-top:10px;
  font-size:15px;
  filter:Dropshadow(offx=1,offy=0,color=white)Dropshadow(offx=0,offy=1,color=white)Dropshadow(offx=0,offy=-1,color=white)Dropshadow(offx=-1,offy=0,color=white);
 font-weight:bold;
 color:#ce0000;
}
