
#tabMenu{
	width:100%;
    padding:5px 10px 0;
}

#tabMenu li{
	float:left;
	width:120px;
	font-size:14px;
	line-height:120%;
	border:1px solid #999;
	border-width:1px;
	margin-right:5px;
	text-align:center;
    list-style-type: none;
    background-color: #E0EDFA;
    cursor:pointer;
}
#tabMenu li a{
	padding:5px 10px;
	width:50px;
	display:block;
	color:#05AB14;
}

#tabMenu li a:hover{
	background:#ddd;
}
#tabMenu li.active{
	background:#AAAAFA;
}
#tabMenu li.active a{
	color:#333;
	cursor:default;
	text-decoration:none;
}

#titleList {
    padding: 8px;
    border-top: 1px dashed #000;
}

#titleList td {
    padding: 4px;
}

.tabclr {
	clear: both;
	/*\*/
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	/**/
}