
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;
	color: #000000;
	margin-left: 0:
	margin-top: 0;
	right-margin: 0;
	padding: 0;
}

 
a:link {	color: #000088;      text-decoration: none;}
a:visited {	color: #000088;      text-decoration: none;}
a:hover {	color: #0000FF;      text-decoration: underline;}
a:active {	color: #0000FF;      text-decoration: underline;}


p        {white-space: nowrap}
a.white  {white-space: nowrap}
a.yellow {white-space: nowrap}

a.white:link,a.white:visited
 {color:#FFFFFF;text-decoration:none;}

a.white:hover,a.white:active
 {color:#7FFF00;text-decoration:underline;}

a.yellow:link,a.yellow:visited
 {color:#FFFF00;text-decoration:none;}

a.yellow:hover,a.yellow:active
 {color:#7FFF00;text-decoration:underline;}

ul.asubmenu {
	list-style-type:none;
	margin:0;
	padding:10px;
	overflow:hidden;
}
 
a.asubmenu {
	display: block;
	width: 110px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2px;
	padding-right: 2px;
	border-bottom: 2px solid #C0C0C0;
}
 
a.asubmenu:hover, a.asubmenu:active {
	background-color:#36C;
	color:#FFF;
}
 
div.asubmenu {
	background-color:#3F6DAF;
	width:150px;
	border: 3px solid #FFFFFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
 
/*
  Chellgrove 20100716: SpryMenuAccordion.css starts here
 */
 
.menuAccordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
}
 
.menuAccordion .Panel {
	margin: 0px;
	padding: 0px;
}
 
.menuAccordion .Tab {
	background-image: url('http://www.chellgrove.co.uk/HomeImages/AquaGradient.jpg');
	background-repeat: repeat-x;
	background-color: #066;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;    /*  10px  */
	font-weight: bold;
        line-height: 200%;
	text-align: left;
	white-space: nowrap;
	border-top: solid 1px black;
	border-bottom: solid 1px gray;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}
 
.menuAccordion .Content {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 200px;
	background-image: url('http://www.chellgrove.co.uk/HomeImages/GrayGradient.gif');
	background-repeat: repeat-x;
	background-color:#FFF;
	font-size: 0.625em;    /*  10px  */
}
 
.menuAccordion .open {
	background-color: #09C;
}
 
.menuAccordion .hover {
	background-image: none;
	background-color:#36C;
}
 
.menuAccordion .focused {
	background-color: #3399FF;
}
 
/*
  Chellgrove 20100716: SpryMenuAccordion.css ends here
 */