
#dropmenudiv{

position:absolute;
border:1px solid black;
border-bottom-width: 0;
font-family: arial;
font-size: 12px;
color: #000000;
line-height:18px;
z-index:100;
}

#dropmenudiv a{

border-bottom-width: 0;
font-family: arial;
font-size: 11px;
font-weight: 100;
color: #000000;
background-color: ffffff;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #872113;
color: #ffffff;
}


.standard {
	border: 0px solid #ffffff;			/* TABLE BORDER COLOUR */
	background-color = #ffffff;
	font-family: Arial Narrow;
	color: #616161;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 15px;
	text-aling: center;
	margin: 0px;
	cursor: none;
	}

.standard td {
		/* TABLE BORDER COLOUR */
	}
	
.standard th {
			/* TABLE HEADING COLOUR */
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	font-weight: 500;
	background-color = #006531;
	}
	
.standard a:link {
	text-decoration: underline;
	color: #616161;
	font-weight: 500;
	}
	
.standard a:visited {
	text-decoration: underline;
	color: #616161;
	font-weight: 500;
	}
	
.standard a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: 500;
	}
	
	
	
.standard-border {
	border: 0px solid #ffffff;			/* TABLE BORDER COLOUR */
	background-color = #ffffff;
	border: thin solid #e9e9e9 1px;
	font-family: Arial Narrow;
	color: #616161;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 15px;
	text-aling: center;
	margin: 0px;
	cursor: none;
	}

.standard-border td {
		/* TABLE BORDER COLOUR */
	}
	
.standard-border th {
			/* TABLE HEADING COLOUR */
	font-family: arial;
	font-size: 9px;
	color: #ffffff;
	font-weight: 500;
	background-color = #006531;
	}
	
.standard-border a:link {
	text-decoration: underline;
	color: #616161;
	font-weight: 500;
	}
	
.standard-border a:visited {
	text-decoration: underline;
	color: #616161;
	font-weight: 500;
	}
	
.standard-border a:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: 500;
	}
	