#banner
{
	
}

#mainarea
{
	margin: 0 0 0 10px;
	width:740px;
}

#menu
{
	float: left;
	margin: 12px 15px 15px 0;
	/*font-family: Arial, Helvetica, Geneva, Sans-Serif;*/
}

#articlebody
{
	float:left;
	padding: 0;
	width: 740px;
}

.menuitemblock
{
	clear: left;
	float:left;
	width: 178px;
	height: 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}

.menuitemlinks
{
	float:left;
	width: 390px;
	height: 17px;
	border-bottom: dotted 1px #bfbfbf;
	margin: 0 6px 0 6px;
	padding: 4px 0 0 0;
	font-size: 80%;
}

.menuitemlinks_last
{
	float:left;
	width: 390px;
	height: 17px;
	margin: 0 6px 0 6px;
	padding: 4px 0 0 0;
	font-size: 80%;
}

.menuitemblockGreen
{
	z-index: -1;
	background-color: #747d01;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}
.menuitemblockDarkGreen
{
	background-color: #464900;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}

.menuitemblockRed
{
	background-color: #9b0f2d;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}
.menuitemblockOrange
{
	background-color: #A46300;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}
.menuitemblockBlue
{
	background-color: #015da8;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}
.menuitemblockPaleBlue
{
	background-color: #edf2f6;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #074c8f;
	padding: 3px 0 0 10px;
}
.menuitemblockPurple
{
	background-color: #6001a5;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}

.menuitemblockCrimson
{
	background-color: #7f004d;
	clear: left;
	float:left;
	width: 178px;
	min-height: 19px;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 3px 0 0 10px;
}

#menu a.childmenulinks
{
	font-weight: bold;
	color: #fff;
	background : url(../../../images/acas/common/directorymenuarrow.gif) no-repeat;
	background-position: left 4px;
	padding: 0 0 2px 10px;
	display: block;
}
#menu a.childmenulinks:hover
{
	text-decoration:none;
}

#menu a.childmenulinkstools
{
	font-weight: bold;
	color: #004f87;
	background : url(../../../images/acas/common/directorymenuarrowblue.gif) no-repeat;
	background-position: left 4px;
	padding: 0 0 2px 10px;
	display: block;
}
#menu a.childmenulinkstools:hover
{
/*	background : url(../../../images/acas/common/directorymenuarrow.gif) no-repeat;*/
	background-position: left 4px;
	text-decoration:none;
/*	color: #fff;*/
}


.firstmenuitem
{
	height: 3px;
	width: 5px;
	display: block;
	background-color: Transparent;
	background-image: url(../../../images/acas/common/topleftcorner.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	top: 3px; 
}

.lastmenuitem
{
	clear: both;
	height: 3px;
	width: 3px;
	display: block;
	background-color: Transparent;
	background-image: url(../../../images/acas/common/bottomleftcorner.gif);
	background-repeat: no-repeat;
	position: relative;
	left: 0;
	top: -4px; 
}

/* Colours for new heading */
.topheadingGreen
{
	color: #747d01;
}
.topheadingDarkGreen
{
	color: #464900;
}
.topheadingRed
{
	color: #9b0f2d;
}
.topheadingOrange
{
	color: #A46300;
}
.topheadingBlue
{
	color: #015da8;
}
.topheadingPaleBlue
{
	color: #053C52;
}
.topheadingPurple
{
	color: #6001a5;
}
.topheadingCrimson
{
	color: #7f004d;
}

