#tabshell {
	height: 215px;
	position: relative;
	font-family: Arial, Tahoma, SunSans-Regular ;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	font-size: 11px;
	line-height: 14px;
	text-align: left;
}

#tabs {
	position: absolute;
	z-index: 15;
	margin: 8px 0 0 0;
    font-weight: bold;
}

#tabs a { color: #08519d; text-decoration: none; }
#tabs a:link { color: #08519d; text-decoration: none; }
#tabs a:hover { color: #08519d; text-decoration: underline; }
#tabs a:visited { color: #08519d; text-decoration: none;}


#taboption1 {
	width: 400px;
	background: url(../images/taboption1_bg.jpg) top left no-repeat;
	margin-top: 0px;
	padding: 35px 0 5px 0;
	display: block;
	position: absolute;
	z-index: 10;
}

#taboption2 {
	display: none;
	width: 400px;
	background: url(../images/taboption2_bg.jpg) top left no-repeat;
	margin-top: 0px;
	padding: 35px 0 5px 0;
	position: absolute;
	z-index: 10;
}

#taboption3 {
	display: none;
	width: 400px;
	background: url(../images/taboption3_bg.jpg) top left no-repeat;
	margin-top: 0px;
	padding: 35px 0 5px 0;
	position: absolute;
	z-index: 10;
}