A:ACTIVE, A:FOCUS,A:LINK, A:VISITED
{
	COLOR:#8F0D9C;
}

A
{
    COLOR: #8f0d9c;
}
A:hover
{
    COLOR: #0f8f15;
}
.white
{
    COLOR: #FFFFFF;
    FONT-WEIGHT: bold
}
.ft 
{
	FONT-FAMILY: "Arial";
   	FONT-SIZE: 8pt; 
	color: #8f0d9c
}
.ft:hover
{
	COLOR: #0f8f15;
}
P
{
	FONT-FAMILY: "Arial";
   	FONT-SIZE: 10pt; 
	color: black;
	TEXT-DECORATION: none
}
li
{
	FONT-FAMILY: "Arial";
   	FONT-SIZE: 10pt; 
	color: black;
	TEXT-DECORATION: none
}
H1
{
	FONT-FAMILY: "Arial";
	FONT-SIZE: 24pt;
	color: #3333FF;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold
}
H2
{
	FONT-FAMILY: "Arial";
	FONT-SIZE: 18pt;
	color: #3333FF;
	TEXT-DECORATION: none;
	FONT-WEIGHT: bold
}
H3
{
	FONT-FAMILY: "Arial";
	FONT-SIZE: 16pt;
	color: #3333FF;
	TEXT-DECORATION: none;
}

H4
{
	FONT-FAMILY: "Arial";
	FONT-SIZE: 12pt;
	color: #3333FF;
	TEXT-DECORATION: none;
}
.np
{
 	left:-170;
	top:0;
	position:absolute;
	width:162
}
.menu
{
    	COLOR: #8f0d9c;
	FONT-FAMILY: "Arial";
	FONT-SIZE: 10pt;
	FONT-WEIGHT: Bold;
	TEXT-DECORATION: none
}
.menu:hover
{
 	COLOR: #0f8f15;
	FONT-FAMILY: "Arial";
	FONT-WEIGHT: Bold;
	FONT-SIZE: 10pt
}
.map
{
	background-color: #E6CCFF;
}
.table1
{
	font-size : 10pt;
	font-family : Arial;
	color : Black;
}
td
{
	FONT-FAMILY: "Arial";
   	FONT-SIZE: 10pt; 
	color: black;
	TEXT-DECORATION: none
}
tr
{
	FONT-FAMILY: "Arial";
   	FONT-SIZE: 10pt; 
	color: black;
	TEXT-DECORATION: none
}

#kingfisher_image
{
		float:center;
		width: 100%;
}
	
#1st_text_left
{
		float:left;
		width: 400px;
		height: 100px;
		background-color:#FFFFFF;
}	
#1st_image_right
{
		float:right;
		align: right;
		width: 400px;
		height: 100px;
		background-color:#99ffff;
}	
		/********* MENUS *******/

#menu{
position:absolute;
top:0.5em;
left:0.5em;
z-index:2;
width:10em;
padding-bottom:12em; /* To allow room for bottom dropdown */
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#000;
white-space:nowrap;
margin:0;
padding:1px 3px;
}

#menu h2{
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#FFFFFF;
background:#0000FF;
text-decoration:none;
}

#menu a:hover{
color:#000000;
background:#FFFFCC;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(tri.gif) no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
