/**************************************************************************************************************************/
div.tabMenuItemOn, div.tabMenuItemOff{
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	margin-right:3px;
	display:block;
	line-height:20px;
}

div.tabMenuItemOn{
	background-color:#5f5f5f;
	width:100px;
	height:25px;
	
}

div.tabMenuItemOff{
	background-color:#919191;
	width:100px;
	height:25px;
}

div.tabMenuItemOff:hover{
	background-color:#4e8abe;
	width:100px;
	height:25px;
}

.atabMenuItemOn, .atabMenuItemOff{
	text-align:center;
	color:white;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding-top:5px;
	margin-right:3px;
	display:block;
	line-height:20px;
	width:100px;
	float:left;
}

.atabMenuItemOn{
	background-color:#5f5f5f;
	width:100px;
	height:25px;
	
}

.atabMenuItemOff{
	background-color:#919191;
	width:100px;
	height:25px;
}

.atabMenuItemOff:hover{
	background-color:#4e8abe;
	width:100px;
	height:25px;
}
.tabLink{
	color:white;
	text-decoration:none;
}

.tabLink:hover{
	color:white;
}


.notPageSelected{
	color:white;
}

.pageselected{
	color:gold;
}

.tabContent{
	width:330px;
	height:220px;
	overflow:auto;
	border:2px solid #5f5f5f;
	border-top:15px solid #5f5f5f;
	padding:5px;
}

.tabContent a {
	font-size:10px;
	padding:5px;
}

.tabCatMenu{
	width:900px;
}

.tabCatContent{
	width:330px;
	height:250px;
	overflow-y:scroll;
	border:2px solid #5f5f5f;
	border-top:15px solid #5f5f5f;
	padding:5px;
}
