.menutab {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	height: 22px;
	padding: 0px;
	border-left: 1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-top: 1px solid #9a9a9a;
	background: #93c814;
	width:630px;
}
.menutab a{
	border-left: 1px solid #9a9a9a;
	color: #fff;
	display: block;
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	text-decoration: none;
	text-indent: 0px;
	text-transform: uppercase;
}
.menutab a.active {
	color: #F46F1E;
	}
.menutab a:focus{
	outline: none;
}
.menutab a {
	background-position: -6px   0px;
}
.menutab a.first.active {
	background-position:  0px -25px; 
	border-left: none; 
}
.menutab a.active {
	background-position: -6px -25px;
	background: #fff;
}
.tab_content {
	font-family: Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	border: 1px solid #9a9a9a;
	clear: both;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	width: 630px;
	height: 145px;
}
#tabs {
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-right: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
}
#tabs .content {
  	display: none;
	height: 140px;
	margin: 0px 10px 0px 10px;
	padding-right: 0px;
	overflow: hidden;
}
#tabs .quote {
	height: 140px;
	margin: 0px 0px 0px 0px;
	padding-right: 0px;
	overflow: hidden;
}
#tabs .content h3 {
	margin-top:10px;
	line-height:5px;
}
#tabs .content a {
	white-space: nowrap;
}
#tabs ul {
	float: left;
	list-style-image: url(../images/tabs_bullet.png);
	list-style-position: inside;
	margin: 0;
	overflow: auto;
	padding: 0;
	width: 510px;
}
#tabs ul li {
	border-bottom: 1px solid #adadad;
	float: left;
	line-height: 32px;
	margin-right: 15px;
	width: 160px;
	text-transform: uppercase;
}
#tabs ul li.lastrow {
	border-bottom: none;
}
#tabs ul li.lastcol {
	width: 145px;
}
#tabs ul li a {
	color: #666;
}
#tabs .content.active {
	display: block;
}
.quote  {
	height:100%;
	width:100%;
	overflow:scroll;
	}
.q1 {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:11px;
}
.s1 {
	font-family:Tahoma, "Trebuchet MS", Verdana, Arial;
	font-size:11px;
}