
#tab-box {
	width: 344px;
	padding-left: 0px;
	padding-right: 0px;
	height: 264px;
	background: url(images/tabbox.png) no-repeat;
	clear: both;
	margin-top: 3px;
	float: left;
	overflow: hidden;
	padding-bottom: 20px;
	}

* html #tab-box {
	background: url(images/tabbox.gif) no-repeat;

}

.yui-navset .yui-content {
	background:none;
	padding: 10px;
}


#troyuitabs22 UL {
	height: 35px;
	widht: 344px;
	display: block;
	}

UL.yui-nav LI#tab1 A {
	padding-left: 20px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	color: #3089d5;
	font-size: 14px;
	text-transform: uppercase;
	cursor: pointer;
	}

UL.yui-nav LI#tab1 {
	text-align: left;
		}

UL.yui-nav LI#tab2 {
	text-align: right;
		}

UL.yui-nav LI#tab2 A {
	padding-right: 40px;
	padding-top: 6px;
	cursor: pointer;
	text-decoration: none;
	color: #3089d5;
	font-size: 14px;
	text-transform: uppercase;
	}

UL.yui-nav LI#tab1.selected {
	background: url(images/tab1-active-bg.png) no-repeat;
	width: 184px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	}

* html UL.yui-nav LI#tab1.selected {
	background: url(images/tab1-active-bg.gif) no-repeat;
}


UL.yui-nav LI#tab2 {
	background: url(images/tab2-passive-bg.png) no-repeat;
	width: 160px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	}

*html UL.yui-nav LI#tab2 {
	background: url(images/tab2-passive-bg.gif) no-repeat;
	}


UL.yui-nav LI#tab1{
	background: url(images/tab1-passive-bg.png) no-repeat;
	width: 160px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	}
UL.yui-nav LI#tab2.selected{
	background: url(images/tab2-active-bg.png) no-repeat right;
	width: 184px;
	height: 35px;
	display: block;
	float: left;
	margin: 0;
	}

* html  UL.yui-nav LI#tab1{
	background: url(images/tab1-passive-bg.gif) no-repeat;
	}
* html UL.yui-nav LI#tab2.selected{
	background: url(images/tab2-active-bg.gif) no-repeat right;
	}


	
