
#tabs{
	height:250px;
	width: 450px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

* html #tabs{
	height:250px;
	border: 0px;
	width: 300px;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 10px 0px;
}

/*UI tabs*/
.ui-tabs-nav {
	 /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 11px;
	 float: left;
	 position: relative;
	 bottom: -1px;
	 background-image:url(/images/tabs/tabs_bottomline.gif);
	 background-position: left bottom;
	 background-repeat: no-repeat;
	 width: 510px;
	 height: 32px;
}
* html .ui-tabs-nav {
	 /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	 font-family: Verdana,Arial,sans-serif;
	 font-size: 11px;
	 float: left;
	 position: relative;
	 bottom: -1px;
	 background-image:url(/images/tabs/tabs_bottomline.gif);
	 background-position: left bottom;
	 background-repeat: no-repeat;
	 height: 32px;
	 width: 475px;
}
.ui-tabs-nav ul {
 	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
.ui-tabs-nav li {
	 /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	 float: left;
	 width: 124px;
	 height: 32px;
}
.ui-tabs-nav li a {
	 /*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	 float: left;
	 font-size: 1em;
	 font-weight: bold;
	 color: #666;
	 text-decoration: none;
	 padding: 8px 0px 0px 0px;
	 width: 150px;
	 text-align: center;
}

.ui-tabs-nav li.ui-state-default{
	background: #ffffff url(/images/tabs/tabs_bkg.gif);
 	background-repeat: no-repeat;
 	background-position: right top;
	width: 160px;
}

* html .ui-tabs-nav li.ui-state-default{
	background: #ffffff url(/images/tabs/tabs_bkg.gif);
 	background-repeat: no-repeat;
 	background-position: right top;
	width:157px;/*Fix to avoid the tabs wrapping around in IE6*/
}

.ui-tabs-nav li.ui-state-default .tabtitle{
	width: 160px;
	padding: 0px;
	/*text-align: center;*/
}

* html .ui-tabs-nav li.ui-state-default .tabtitle{
	width:157px;/*Fix to avoid the tabs wrapping around in IE6*/
	padding: 0px;
	/*text-align: center;*/
}

.ui-tabs-nav li.lastTab{
	background: none;
}

.ui-tabs-nav li.ui-tabs-selected {
 	border-bottom-color: #ffffff;
 	background: #ffffff url(/images/tabs/tab_bkg_selected.gif);
 	background-repeat: no-repeat;
 	background-position: right top;
	width: 160px;
}

.ui-tabs-nav li.ui-tabs-selected a .tabtitle, .ui-tabs-nav li.ui-tabs-selected a:hover .tabtitle{
	 color: #3399cc;
	 font-size: 11px;
	 font-weight: bold;
	/* text-align: center; */
	 width: 155px;
	 padding: 0px;
}

.ui-tabs-panel {
 	/*resets margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;*/
 	clear: none;
 	padding: 25px 0px 0px 0px;
 	width:450px;
}
.ui-tabs-hide {
 	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/
}

.tabTable{
	width: 450px;
	*width: 429px;
	height: 204px;
	*height: 180px;
	border-top: 1px solid #3399cc; 
	border-left: 1px solid #3399cc;
}

.tabTable div{
	float: left;
}

.tabTable div ul li{
	padding: 8px 0px 0px 10px; 
	* padding: 8px 0px 8px 10px; 
	width: 214px; 
	height: 25px; 
	* height: 31px; 
	border-right: 1px solid #3399cc; 
	border-bottom: 1px solid #3399cc;
}


 

