
	#tabSections {
		font-size:13px;
		margin: 0px 0;
	}
	#tabSections ul {
		float: left;
		width: 580px;
		margin: 0;
		padding: 0;
		padding-top: 4px;
	}
	#tabSections li {
		margin-left: 0px;
		list-style: none;
	}
	#tabSections li {
		display: inline;
	}
	#tabSections li, #tabSections li a {
		float: left;
	}
	#tabSections ul li.active {
		background-image:url(../images/tab_bg.png);
		background-repeat:no-repeat;
		background-position:center top;
	}
	#tabSections ul li.active a {
		color: #333333;
	}
	#tabSections div {
		clear: both;
		padding: 15px;
		min-height: 200px;
		background-image:url(../images/tabs_box_bg.png);
		background-position:center top;
		background-repeat:no-repeat;
	}
	#tabSections div h3 {
		margin-bottom: 12px;
	}
	#tabSections div p {
		line-height: 150%;
	}
	#tabSections ul li a {
		text-decoration: none;
		padding: 8px;
		padding-top:12px;
		padding-bottom:4px;
		color: #000;
		font-weight: bold;
		width:100px;
		text-align:center;
	}
	#tabSections ul.ContentUL
    {
        padding-left:20px; float: none;
    }
    #tabSections ul.ContentUL li
    {
        list-style-type:square; 
        display: list-item; float: none;
    }


