#tabMenu {
    list-style: none outside none;
    margin: 0 0 0 20px;
    padding: 0;
}
#tabMenu li {
    color: #47484c;
    cursor: pointer;
    float: left;
    font-weight: bold;
    height: 25px;
    margin-bottom: -12px;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    text-align: center;
    width: 190px;
	list-style-type:none !important;
	border:0;
	margin-left:0 !important;
	
}
#tabMenu li.selected {
    color: #47484c;
	background: url("../images/tab-active.jpg") repeat-x;
	border: 1px solid #989898;
	border-bottom:0;
	list-style-type:none;
}


li.mouseover {
}
li.mouseout {
}
li.selected {
}
.box {

    width: 100%;
}

#maincol #container .box {
   min-height: 192px;
	 background: url("../images/tab-top.jpg") repeat-x;
	 background-position:top;
}

.boxTop {
   
    clear: both;
    height: 0px;
}
.boxBody {
    background-color: #FFFFFF;
    border: 1px solid #989898;
    padding: 10px 0 10px 10px;
    width: 98%;
	background: url("../images/tab-body.jpg") repeat-x scroll left bottom transparent;
    height: 152px;
	
}
.boxBottom {
    background: url("images/boxBottom.png") no-repeat scroll 0 0 transparent;
    height: 11px;
}
.boxBody div.parent {
    display: none;
}
.boxBody div.show {
    display: block;
}
.boxBody div ul {
    list-style-image: url("images/arrow.gif");
    margin: 0 10px 0 25px;
    padding: 0;
    width: 190px;
}
.boxBody div li {
    border-bottom: 1px dotted #8E8E8E;
    cursor: pointer;
    padding: 4px 0;
}
.boxBody div ul li.last {
    border-bottom: medium none;
}
.boxBody div li span {
    color: #888888;
    font-size: 8px;
    font-style: italic;
}

.tab {
	padding-right:10px;
}