
.shadetabs {
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin:0;
	padding:0;
}

.tabcontentstyle p {
	margin:0;
	padding:0;
}

.shadetabs li {
	display: block;
	margin: 0;
	padding:0;
	list-style:none;
	color:#FFFFFF;
}

.shadetabs li a {
	text-decoration: none;
	color: #FFFFFF;
	display:block;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
	line-height:13px;
	width:120px;	
}

.shadetabs li a span {
	width:97px;
	display:block;
	padding:10px 0px;
	border-bottom:1px dashed #93bbd0;
	font-size:12px;
	line-height:13px;
	cursor:pointer;
}

.shadetabs li a:visited{
	color: #FFFFFF;
}

.shadetabs li a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	background:url(/uhyllp/Portals/_default/Skins/Templates_2009/images/newsPointer.gif) right center no-repeat;
}

.shadetabs li.selected{
	position: relative;

}

.shadetabs li.selected a{ /*selected main tab style */
	text-decoration:underline;
	background:url(/uhyllp/Portals/_default/Skins/Templates_2009/images/newsPointer.gif) right center no-repeat;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
}

.tabcontentstyle{ /*style of tab content oontainer*/
	float:left;
	width: 340px;
	height: 171;
	overflow:auto;
	margin-left:130px;
	margin-top:-133px;
	color:#002c57;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
}

.tabcontentstyle .Normal{
	color:#002c57;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	font-size:12px;
}

.tabcontentstyle ul, .tabcontentstyle li {
	margin:0;
	padding:0;
}

.tabcontentstyle li {
	padding-left:23px;
	background:url(/uhyllp/Portals/_default/Skins/Templates_2009/images/newsLiBullet.gif) left top no-repeat;
	margin-bottom:15px;
}

.tabcontentstyle li a {color:#002c57; text-decoration:none;font-family:Trebuchet MS, Helvetica, sans-serif;	font-size:12px;}
.tabcontentstyle li a:link {color:#002c57; text-decoration:none;font-size:12px;}
.tabcontentstyle li a:visited {color:#002c57; text-decoration:none;font-size:12px;}
.tabcontentstyle li a:hover {color:#002c57; text-decoration:underline;font-family:Trebuchet MS, Helvetica, sans-serif;	font-size:12px;}
.tabcontentstyle li a:active {color:#002c57; text-decoration:underline;font-family:Trebuchet MS, Helvetica, sans-serif;	font-size:12px;}

.tabcontent{
	display:none;
}

@media print {
	.tabcontent {
	display:block!important;
}
}
