ul#tabs
					{
					height: 22px;
					list-style: none;
					margin: 20px 0 0 0;
					padding: 0;				
					font-weight: bold;
					background:  url("../images/tabs/bottom.gif") bottom left repeat-x;
					}

ul#tabs li.tab
					{
					padding: 4px 0 3px 9px;
					font-size: 10px;
					float: left;
					margin: 0px;
					background: #ffffff  url("../images/tabs/small.gif") top left no-repeat;
					}
* html ul.tabs li.tab span		{		padding: 5px 14px 5px 0px; 		}		/* IE 6	*/

ul#tabs li.tab span
					{
					padding: 5px 14px 5px 4px;
					margin: 0px;
					cursor: pointer;
					background: #ffffff url("../images/tabs/small.gif") top right no-repeat;
					}
* html ul#tabs li.tab span		{		padding: 5px 14px 5px 0px; 		}		/* IE 6	*/
*+html ul#tabs li.tab span	 {		padding: 5px 14px 5px 0px; 		}		/* IE 7	*/

ul#tabs li.tab.active, ul#tabs .activeTab
					{
					padding: 4px 0 4px 9px;
					color: #115577;
					font-size: 10px;
					float: left;
					margin: 0px;
					background: #ffffff  url("../images/tabs/small_on.gif") top left no-repeat;
					}
* html ul#tabs li.tab span		{		padding: 5px 14px 5px 0px; 		}		/* IE 6	*/
*+html ul#tabs li.tab.active {		padding: 4px 0 4px 11px;		}		/* IE 7	*/

ul#tabs li.tab.active span, ul#tabs .activeTab span
					{
					padding: 5px 14px 5px 4px;
					margin: 0px;
					cursor: pointer;
					background: #ffffff url("../images/tabs/small_on.gif") top right no-repeat;
					}
* html ul#tabs li.tab span		{		padding: 5px 14px 5px 0px; 		}		/* IE 6	*/
*+html ul#tabs li.tab.active span	   {		padding: 5px 14px 4px 0px;		}		/* IE 7	*/

ul#tabs li.tab span a, ul.tabs li.tab span a:visited
					{
					color: #000000;
					}

ul#tabs li.tab.active span a, ul.tabs li.tab.active span a:visited,  ul#tabs .activeTab a, ul#tabs .activeTab a:visited
					{
					color: #115577;
					}





/* Tabs background*/

#tabsContent
					{
					background: url(../images/07/deco/curved_frame_bottom.gif) center bottom no-repeat;
					padding: 20px;
					margin-top: 0px;
					}
					
#tabsContent h3
					{
					color: #000000;
					}
