#morphTabs
{
	text-align:left;
}
ul.tabs, li.tabs {
  font-size: 9pt;
  font-family: tahoma,helvetica,arial,sans-serif;
  font-weight: normal;
}

.morphtabs_panel {
/*	border: 1px solid black;*/   /* border of the main panel */
	clear: both;
	background: WHITE;  /*  this is the color of the main panel*/
	padding: 10px;
}

#header {
	position: relative;
	width: 100%;
	height: 3em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 500px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#primary li  {
	display: inline;
	list-style: none;
}

#header ul#primary li,#header ul#primary span,#header ul#primary li.active {
	width: 8em;
	display: block;
	float: left;
	padding: 5px 0;
	margin: 1px 3px 0 0;
	text-align: center;
	font-family: tahoma, verdana, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: BLUE;  /* This is the color of the text on the tabls */
	bottom :0px;
	background: WHITE;
}
 li.active
 {
	font-weight: bold;
 }
/*#header ul#primary span,#header ul#primary #header ul#primary .active:hover */
#header ul#primary li.active:hover
{
	background: grey;   /* This is the color of the selected tab */
	padding-bottom: 5px;
	bottom:-1px;
	font-weight: bold;
	cursor:default;

}

#header ul#primary li {
	background: #EEEEEE;   /* This is the color of the rest of the tabs */
	border: 1px solid #BEBEBE;
	border-bottom: none;
	position:relative;
	bottom:1px;
}

#header ul#primary li:hover {
	margin-top: 0;
	border-color: black;
	background: #B0D8FF; /* This is the color of the hover over on the rest of the tabs */
	padding-bottom: 6px;
	cursor:pointer;

}

#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header ul#secondary li,#header ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: center;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}