.a12w {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; text-decoration: none}

body {
	font: normal 11px verdana;
	behavior:url("csshover.htc");
	font-size: 100%; /* 05-jan-07: enable IE to resize em fonts */	
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
}

ul li {
  position: relative;
	float: left; /* 05-jan-07: cure IE5.x "whitespace in lists" problem */ 
	width: 100%; /* 05-jan-07:                "                         */
}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	height: 1%; /* 05-jan-07: make links honour display: block; properly */	
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000066;
}
.backrob {
	background-attachment: scroll;
	background-image: url(images/Back_Robnickel.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backfamily {
	background-attachment: scroll;
	background-image: url(images/Back_family.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backcentre {
	background-attachment: scroll;
	background-image: url(images/bgb_centre.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.textbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	letter-spacing: normal;
	text-align: justify;
	vertical-align: baseline;
	word-spacing: normal;
	line-height: 16px;
}
.texttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #2E5F96;
}
.textbasebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	color: #4b77b4;
}
.backcomputer {
	background-attachment: scroll;
	background-image: url(images/Back_computer_cs.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backblank {
	background-attachment: scroll;
	background-image: url(images/Back_Blank.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.backcomputergirl {
	background-attachment: scroll;
	background-image: url(images/Back_girl_computer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}