@charset "utf-8";
/* CSS Document */

#tab-container-1
{
	width:349px;
}
.ultab {
	list-style-type: none;
	height:34px;
	width: 349px;
	float: left;
	margin::0px;
	padding:0px;
}
.ultab a {
	padding-top:10px; 
	padding-left:9px;
	width:95px; 
	height:24px; 
	font-size:16px;
	float: left;
	display: block;
	color: #0e6791;
	text-decoration: none;
	 background-image:url(../images/tab1.gif);
	background-repeat:no-repeat;
}

.ultab a:hover
{
    background-image:url(../images/tab1active.gif);
	background-repeat:no-repeat;
	color: #0e6791;
	text-decoration: none;
}

.tabs-container 
{
	width:343px;
	padding:3px;
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;

}
.tab
{
	width:320px;
	padding:10px;
	clear:left;
	margin:0px;
    background-image:url(../images/bgcontentmenu.gif); 
	background-repeat:no-repeat;
	background-position:top;
}
#tab-container-1-nav
{
	width:330px;
	margin:0px;
	padding-left:10px;
}





