body {
	background: rgb(19, 112, 124);
}

/*Main Container*/

.hrzContainer3 {
	width:100%;
	height:100%;
}
.hrzContainer3 ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer3 li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle3 {
 
    float: left;
	width: 28px;
	height: 164px;
	text-align:center;
	margin-right: 0px;
	background:url(../images/tab.gif) no-repeat;
}
.handle3 img{
    behavior:url("stylesheets/iepngfix.htc");
  	width: 28px;
	height: 166px;  
	margin-top:2px;


	/*filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;*/
}
.handleOver3{

}
.handleOver3 img{
	margin-top:2px;
	/*filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;*/
}
.handleSelected3{
	background:url(../images/hover_tab.gif) no-repeat;
	margin:0px;
	padding:0px;
}
/*Content Container*/
.contentWrapper3{
	background:url(../images/bg_content2.jpg) repeat-x;
}
.contentInnerWrapper3{
	padding-top: 25px;
	overflow: auto;
}
.contentWrapper3 h3{
	border-bottom: 1px solid silver;
	margin: 0;
	color: #1E90FF;
}
/*Animation Start*/
.contentStart3 {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 164px;	
	overflow: hidden;
	display: none;
}
/*Animation End*/
.contentEnd3 {
	float: left;	
	height: 164px;
	display: none;
}
