@charset "UTF-8";
/* CSS Document */

* {margin:0;padding:0;}

body {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}

#header h1 {
	background-image: none;
	background-repeat: no-repeat;
}

/* hide text with logo */





#middle_clear {
	clear: both;
}

a#Union_learning:link,
a#Union_learning:visited,
a#Union_learning:active{
	height: 20px;
	width: 191px;
	display: block;
	background-color: #9C3;
	padding: 3px 0px 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #FFF;
	text-indent: 8px;
}

a#Union_learning:hover{
	height: 20px;
	width: 191px;
	display: block;
	color: #CCC;
	text-decoration: underline;
	background-color: #993;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 8px;
}




a#health_safety:link,
a#health_safety:visited,
a#health_safety:active{
	background-repeat: no-repeat;
	height: 20px;
	width: 191px;
	display: block;
	background-color: #99C;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-indent: 10px;
	padding-top: 3px;
}

a#health_safety:hover{
	background-repeat: no-repeat;
	height: 20px;
	width: 191px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	background-color: #96C;
	text-indent: 10px;
}

	
a#workplace:link,
a#workplace:visited,
a#workplace:active{
	background-repeat: no-repeat;
	height: 20px;
	width: 191px;
	display: block;
	background-color: #396;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 25px;
	color: #FFF;
	padding-top: 3px;
}

a#workplace:hover{
	height: 20px;
	width: 191px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #366;
	text-indent: 25px;
	color: #CCC;
	}
	
	
a#branch:link,
a#branch:visited,
a#branch:active{
	height: 20px;
	width: 191px;
	display: block;
	background-color: #C60;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 25px;
	color: #FFF;
	padding-top: 3px;
}

a#branch:hover{
	height: 20px;
	width: 191px;
	background-color: #C30;
	text-indent: 25px;
	color: #CCC;
	}
	
	
a#developement:link,
a#developement:visited,
a#developement:active{
	height: 20px;
	width: 191px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666;
	text-indent: 5px;
	color: #FFF;
	padding-top: 3px;
}

a#developement:hover{
	height: 20px;
	width: 191px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	text-indent: 5px;
	color: #CCC;
	}
	
	/* displack list horizontaly */
	
	
	#header li {
	display:inline;
}
	#header a {
	display:block;
	float: left;
	height: 39px;
	width: 117px;
}
	

