/*Main Container*/
.hrzContainer {
	width:100%;
	overflow:hidden;
	display:block;
}
.hrzContainer ul{
	list-style-type: none;
	margin: 0px;
	padding:0px;	
}
.hrzContainer li{
	display: inline; 
	margin: 0px;
	padding:0px;
}
/*Handle*/
.handle {
	float: left;
	width: auto;
	min-width: 80px;
	max-width: 140px;
	height: 45px;
	margin: 0px;
	margin-right: -6px !important;
	margin-right: -15px;
	cursor:pointer;
}
.handleOver{	
	
}
.handleSelected{
	
}

/*Content Container*/
.contentWrapper{
	width: 600px;
	max-width: 600px;
	min-width: 540px;
	height: 45px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/sub_background.jpg);
	background-repeat: no-repeat;
	background-position: 20px 0px;
}
.contentInnerWrapper{
	text-align: center;
	padding: 5px;
	margin: 0px;
	max-width: 600px;
	vertical-align: center;
}

/*Animation Start*/
.contentStart {
	padding-left: 0px;	
	float: left;
	width:0px;
	height: 45px;	
	overflow:hidden;
}
/*Animation End*/
.contentEnd {
	padding: 0px;
	margin: 0px;
	padding-left: 24px;
	float: left;	
	width:600px;
	max-width: 600px;
	height: 45px;
}

/* ENSO CSS */
.subLInks{
	padding-top: 10px;
	margin-top: 1px;
}
.subLInks a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color:#c8c8c8;
	text-decoration:none;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 1px;
	padding-left: 8px;
	padding-right: 8px;

}
.subLInks a:hover, .subLInks a.active{
	background-image:url(../images/hover_sublinks.jpg);
	background-repeat:repeat-x;
	color: #b4b3b3;
}
.subLInks span{
	font-size:12px;
	color:#404040;
}
