/* CSS Document

catmenu.css used with CatMenu   Catalina IT   30-jun-05

author:		greg@catalina-it.com.au


 */


/**************************
*	links
*/
a
{
	text-decoration: none;
	color: #1E431E;
}

/***********************************************************************************
*	The top line of tabs
*/
.tabTop
{
	position:absolute; width:955px; height:19px; z-index:1; left: 27px; top: 110px;
	background-color: #8C646C;
	display: inline;
	z-index:100;
}
/*
*	For top tab items in normal state
*/
.tabTopItem
{
	font: bold 12px Arial;
	color:white;
	background-color:#8C646C;
	display: inline;
	border: 0px;
	padding-left:	5px;
	padding-right:	5px;
	border:	1px inset black;
	z-index: 2;

}
/*
*	For top tab items in mouse over state
*/

.tabTopItemOver
{
	font: bold 12px Arial;
	color:#aaaaaa;
	background-color:#D5ACA6;
	display: inline;
	border: 0px;
	padding-left:	5px;
	padding-right:	5px;
	border:	1px inset black;
	z-index: 2;

}

/*
*	For top tab items when selected state
*/
.tabTopItemSelected
{
	font: bold 12px Arial;
	color:#9CC6F0;
	background-color:#D5ACA6;
	display: inline;
	border: 0px;
	padding-left:	5px;
	padding-right:	5px;
	border:	1px inset black;
	z-index: 2;

}
/* 
*	use same colour here for all mouse out colour on top options
*/
.tabTopItem a {color: white;}
.tabTopItemOver a {color: black;}
.tabTopItemSelected a {color: #000000;}

/*
.tabTopItem a:active {color: white;}
.tabTopItem a:link {color: white;}
.tabTopItem a:hover {color: white;}
.tabTopItem a:visited {color: white;}
*/
/*****************************************   sub options here ***********************************
*	box to show sub options
*	shim will be at level 99 (below)
*/

.subItemsBox
{
	position:absolute;  z-index:1; 
	background-color:#D5ACA6;
	border: 0px;
	z-index:	100;
	z-index:100;

}
/*
*	For Bottom tab items
*/
.tabBottomItem
{
	background-color: #FBD0DB;
	color:#444444;
	font: bold 12px Arial;
	padding-left:	10px;
	padding-right:	10px;
	border:	1px inset black;
	z-index:100;

}


.tabBottomItemOver
{
	background-color: #FBD0DB;
	color:#000000;
	font: bold 12px Arial;
	padding-left:	10px;
	padding-right:	10px;
	border:	1px inset black;
	z-index:100;
}
/*
*	For sub tab items when selected
*/
.tabBottomItemSelected
{
	background-color: #FBD0DB;
	color:#1E431E;
	font: bold 12px Arial;
	padding-left:	10px;
	padding-right:	10px;
	border:	1px inset black;
	z-index:100;

}

/* 
*	use same colour here for all mouse out colour on sub options
*/
.tabBottomItem a: {color: #000000; }
.tabBottomItemOver a: {color: #000000; }
.tabBottomItemSelected a: {color: #000000; }

