/* -------------------------------------- Color for Active Tab ---------------------------------- */
/* Tab color Cheat Sheet: 
	[ home - #000000 ]
	[ compnet - #333399 ]
	[ IntAc - #339933 ]
	[ telecom - #FF9933 ]
	[ pos - #660000 ]
	[ contact - #FF0000 ] 
*/
/* ------------------------------- (Tab ACTIVEHOME ) ---------------------------------------------- */
li.activehome {
	background-color: #000;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activehome a {
	background-color: #000;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activehome a:hover {
	background-color: #000;
}
/* ------------------------------- (Tab ACTIVECOMPNET ) ---------------------------------------------- */
li.activecompnet {
	background-color: #333399;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activecompnet a {
	background-color: #333399;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activecompnet a:hover {
	background-color: #333399;
}
/* ------------------------------- (Tab ACTIVEINTAC ) ---------------------------------------------- */
li.activeintac {
	background-color: #339933;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activeintac a {
	background-color: #339933;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activeintac a:hover {
	background-color: #339933;
}
/* ------------------------------- (Tab ACTIVETELECOM ) ---------------------------------------------- */
li.activetelecom {
	background-color: #FF9933;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activetelecom a {
	background-color: #FF9933;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activetelecom a:hover {
	background-color: #FF9933;
}
/* ------------------------------- (Tab ACTIVEPOS ) ---------------------------------------------- */
li.activepos {
	background-color: #660000;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activepos a {
	background-color: #660000;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activepos a:hover {
	background-color: #660000;
}
/* ------------------------------- (Tab ACTIVECONTACT ) ---------------------------------------------- */
li.activecontact {
	background-color: #FF0000;
	color: #fff;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-bottom: 0;
}
li.activecontact a {
	background-color: #FF0000;
	color: #fff;
	padding: 4px;
	text-decoration: none;
	display: block;
	float: left;
}
li.activecontact a:hover {
	background-color: #FF0000;
}
