
#tabMenu {margin:0px;padding:0px;list-style:none;}
#tabMenu li {float:left; height:32px; cursor:pointer; cursor:hand}

li.overview {background:url(../images/overview.gif) no-repeat 0 -32px; width:80px;}
li.features {background:url(../images/features.gif) no-repeat 0 -32px; width:70px}
li.pricing {background:url(../images/pricing.gif) no-repeat 0 -32px; width:70px}
li.demo {background: url(../images/demo.gif) no-repeat 0 -32px; width:57px}
li.screenshot {background: url(../images/screenshot.gif) no-repeat 0 -32px; width:84px}
li.presentation {background: url(../images/presentation.gif) no-repeat 0 -32px; width:91px}
li.how {background: url(../images/how_it_works.gif) no-repeat 0 -32px; width:108px}
li.services {background:url(../images/services.gif) no-repeat 0 -32px; width:70px}
li.comparison {background:url(../images/comparison.gif) no-repeat 0 -32px; width:112px}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -32px;}
li.selected {background-position:0 0;}

.box {width:685px}
.boxTop { border-top:1px solid #000; height:11px;clear:both}
*html .boxTop {margin-bottom:-2px;}
.boxBody {background-color:#fff;}
.boxBottom {background:url(images/boxBottom.gif) no-repeat;height:11px;}

.boxBody div {display:none; width:650px; padding-left:15px}
.boxBody div.show {display:block;}



