body {
	background-color: #EFF0F0;
}
.pageBg {
	background-image: url(images/bodypage.gif);
	background-repeat: repeat-y;
}
.pageTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C6C6C;
	text-align: left;
}
.pageTextHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006633;
	text-align: left;
}

.pageTextGreyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
	text-align: left;
}
a.LinkGreyBold:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: none;
}
a.LinkGreyBold:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: none;
}
a.LinkGreyBold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #6C6C6C;
	text-decoration: underline;
}
.bottomTextGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #6C6C6C;
}a.bottomLinkGrey:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #6C6C6C;
}
a.bottomLinkGrey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	color: #6C6C6C;
}
a.bottomLinkGrey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-decoration: underline;
	color: #6C6C6C;
}












/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menucontainer{
	background: #fff url(images/bgOFF.gif) top left repeat-x;
	margin-right: 34px;
}

.menu {
float:right;
font-family: Arial, Helvetica, sans-serif;
width:85%;
position:relative;
font-size:11px;
font-weight:normal;
background:url(images/bgOFF.gif) repeat-x;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	float:center;
	position:center;
	width: 100%;
}
.menu ul ul {
width:140px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:81px;
	position:relative;
	text-align: center;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:80px; 
height:30px; 
border-width:1px 1px 0 0; 
/* padding-left:10px; */
line-height:25px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:80px;
w\idth:80px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
display:block;
background:url(images/bgOFF.gif) repeat-x;
color:#FFFFFF;
height:auto;
line-height:25px;
padding:2px 16px 2px 16px;
width:140px;
text-align: left;
}




/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8;
	color:#000000;
	text-align: left;
}



/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:25px;
left:0; 
width:140px;
text-align: left;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:20px;
t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:130px; 
top:0;
width:140px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:url(images/bgOFF.gif) repeat-x;
color:#FFFFFF; 
height:auto; 
line-height:1em; 
padding:5px 10px; 
width:110px;
text-align: left;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:110px;
w\idth:110px;
}




/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#FFFFFF;background:#fff url(images/bgON.gif) top left repeat-x;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#FFFFFF;background:#fff url(images/bgON.gif) top left repeat-x;
}
.tableHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #006633;
}


/***************************************************************************/
/***************************************************************************/
/* style the second level hover */
.menu ul ul a.drop:hover{
color:#FFFFFF;background:#fff url(images/bgON.gif) top left repeat-x;
}
.menu ul ul :hover > a.drop {
color:#FFFFFF;background:#fff url(images/bgON.gif) top left repeat-x;
/***************************************************************************/
}

/***************************************************************************/
/***************************************************************************/
/* style the third level hover */
.menu ul ul ul a:hover {
color:#FFFFFF;background:#ccc url(images/bgON.gif) top left repeat-x;
}
/***************************************************************************/









/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}
.tableHeaderColouredColumn {
	color: #333333;
	background-color: #BCFCBA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
