ul li{
list-style:none;
margin:0;
padding:0;
float:left;
cursor:hand;
cursor:pointer;
font-family: Arial;
}

.myLi{
width:95px;
height:34px;
background: url(/images/tab_off.gif) no-repeat;
font-size:12px;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
line-height:28px;
color:purple;
}

.myLiOn{
width:95px;
height:34px;
background: url(/images/tab_on.gif) no-repeat;
font-size:12px;
color:#FFFFFF;
text-align:center;
vertical-align:middle;
line-height:28px;
}

ul{
width:351px;
height:35px;
background: url(/images/tab_ul_bg.gif) no-repeat;
margin:0;
padding-left:0;
}

#why{
margin-left:30px;
}

#whyC, #benefitsC, #storyC{
font-size:12px;
color:#9a9a9b;
margin:0px 10px 0px 10px;
}

#content{
width:352px; 
background: url(/images/tab_content_bg.gif) repeat-y;
}

.hide{
display:none;
}