﻿
/* Colours */
.dropMenu ul li a
{
	/* background-color: #A3B1F8; /* blue */
	background-color: White;
	color: #999999; /* slate grey */
}

/* Colours */
.dropMenu ul ul li a
{
	/* background-color: #A3B1F8; /* blue */
	background-color: white;
	color: #999999; /* slate grey */
}

.dropMenu ul a:hover, .dropMenu ul a:hover, .dropMenu ul ul li a:hover
{
	/* background-color: #99CCFF; /* light blue */
	background-color: white;
	color: #FFCC00; /* yellow */
}

.dropMenu
{
	background-color: white; /* colour behind menu at far right*/
}

 .dropMenu ul a, .dropMenu ul a:visited 
{
	width:100px !important; /*mozilla width excludes padding*/
	width:100px; /* explorer width includes padding */ 
}


/* Border */ 
.dropMenu
{
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #D0C4D6 #D0C4D6 white #D0C4D6;
}

.dropMenu ul li /* no lines around menu items */
{
	border: 0;

}
/* Centre text in menu boxes */
.dropMenu ul
{
 	text-align:center;
}
