.tabcontainer{
clear: left;
width:99%; /*width of 2nd level sub menus*/

}
.tabcontent1{
	border:1px solid #C5C5B9;
	width:180px;
	height:auto;
	background-color:#fff;
	visibility:hidden;
	position:absolute;
	margin-left:0px;
	margin-right:200px;
	font-size:11px;
	padding:15px 10px;
	overflow:hidden;
	z-index:2222;
}
.tabcontent2{
	border:1px solid #C5C5B9;
	width:540px;
	height:auto;
	background-color:#fff;
	visibility:hidden;
	position:absolute;
	margin-left:-165px;
	padding:15px 10px;
	overflow:hidden;
	z-index:2222;
	
}
#subcontent a, #subcontent1 a{
	padding:0px 0px 0px 10px;}
.tabcontent2 a{
	border-right:1px solid #ccc;
	line-height:20px;
	padding:10px;
	width:160px;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	text-align:left;
	font-size:11px;
	margin:0px 2px;
}
.tabcontent1 a{
	border:1px solid red;
	border:none;
	line-height:20px;
	padding:10px;
	width:170px;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	text-align:left;
	font-size:11px;
	
}
.tabcontent1 a:hover, .tabcontent2 a:hover{
	background-color:#F6F6F6;
	color:#000;
	text-decoration:underline;
}
.tabcontent2 a.new{
	border-right:none;
	line-height:20px;
	padding:10px;
	width:160px;
	color:#666;
	text-decoration:none;
	display:block;
	float:left;
	text-align:left;
	font-size:11px;
}
.tabcontent2 a.new:hover{
	background-color:#F6F6F6;
	color:#000;
	text-decoration:underline;}
/*.tabcontent2 a.new {
margin-left:15px;
padding:0 19px 0 7px;
}*/
	