@charset "utf-8";
/* CSS Document */

<!-- **Upper right hand corner Menu** -->
#nav_menu_ur ul
{
	list-style-type:none;
	/*background-color:#FFEFAA;*/
	display:inline-block;
	/*display:run-in;*/
	padding: 0;
	margin: 0;
} 
#nav_menu_ur li
{
	list-style-type:none;
	float:right;
	margin: 0 0.1em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:750;
	background-color:white; /*button bg colour FFFF99*/
}  
#nav_menu_ur li a
{
/*background: url(background.gif) #ffffc top left repeat-x;*/
height: 1.9em;
line-height: 2em;
float: left;
width: 6.0em;
display: block;
display:inline-block;
/*border: 0.0em solid #dcdce9;*/
border: 0.1em solid #D7D18A; /* minimum border .1 for chrome, .075 works for other browswers */

/*color: #339933; /*text color green*/
color: #573024; /*text color dark brown*/
text-decoration: none;
text-align: center;
}
/* Hide from IE5-Mac \*/
#nav_menu_ur li a
{
	float: none;
}
/* End hide */



<!-- **Main Menu** -->
#nav_menu_main ul
{
	list-style: none;
	padding: 0;
	/*margin: 0 0;*/
	margin-left:-100px; /* Moves the menu to the left but other parameters are affected by it. */
} 
#nav_menu_main li
{
	list-style-type:none;
	float: left;
	margin: 0 0.1em; /**/
   /*margin-right: 25px; */
	/*margin-left: 25px; /* Moves the menu to the left but other parameters are affected by it. */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*font-family:Futura Lt BT, Futura Md BT, Futura XBlk BT;*/
	font-size: 13px;
	/*background-color:#FFF0C5; /*button bg colour */
	/*background-color:#573024; /*button bg colour - dark brown*/
	/*background-color:#D7D18A; /*button bg colour */
	/*background-color:#606060; /*button bg colour - dark gray*/
	/*background-color:#550000; /*button bg colour - bergundy*/
	background-color:white; /*button bg colour -  */
}  
#nav_menu_main li a
{
	width: 7.2em;
	height: 1.8em;
	line-height: 1.8em;
	float: left;
	/*display: block;*/
	display:inline-block;
	border: 0.085em solid #D7D18A; /* minimum border .085 for chrome, .075 works for other browswers */
	/*color:#339933; /*colour of font */
	/*color:#573024; /*colour of font */
	/*color:#D7D18A; /*colour of font - Amy's colour not bad*/
	/*color:#F0DD71; /*colour of font - Not bad*/
	/*color:#CDE081; /*colour of font - Not bad a green tinge*/
	/*color:#E4EE73; /*colour of font - Not bad a yellow green tinge*/
	/*color:#E4F56B; /*colour of font - Not bad a yellow green tinge*/
	/*color:#F3FAD1; /*colour of font - Not bad background colour on hover for right hand side */
	/*color:#F5E30A; /*colour of font - Not bad a yellow */
	/*color:#F7FF55; /*colour of font - Not bad a yellow */
	/*color:#FBF999; /*colour of font - Not bad a yellow */
	color:#573024; /*colour of font - Dark brown same as logo */
	text-decoration: none;
	font-weight:700;
	text-align: center;
}

/* Hide from IE5-Mac \*/
#nav_menu_main li a
{
	float: none;
}
/* End hide */



<!-- ** Left hand side menu for clients ** -->
#nav_submenu_ls ul
{
	float:none;
	background-color:#573024;
	display:run-in;
	list-style-type:none;
	display:inline-block;
	/*margin-right:50px;*/
	/*padding-right:50px;*/
	margin-top:-20px; /* browser indents around a ul so you have to set position on screen
	padding-top:-20px;*/
	/*margin-left:-10px;
	padding-left:-10px;*/
	/*padding: 0;*/
	/*margin: 0 0 0 0;*/
} 
#nav_submenu_ls li
{
	width: 8.0em;
	height:2.1em;
	line-height:1.8em;
	list-style-type:none;
	float:none;
	margin-left:-37px; /* seems to get rid of the bullets on the menu */
	padding-left:-37px; /* seems to remove bullets on the menu */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:950;
	background-color:#573024; /*button bg colour */
}  
#nav_submenu_ls li a
{
/*float:left;*/
/*display: block;
display:inline-block;*/
/*border: 0.0em solid #dcdce9;*/
/*border: 0.1em solid #D7D18A; /* minimum border .1 for chrome, .075 works for other browswers */

/*color: #339933; /*text color green*/
/*color: #573024; /*text color dark brown*/
color: #F3FAD1;
text-decoration: none;
text-align: left;
}
/* Hide from IE5-Mac \*/
#nav_submenu_ls li a
{
	float: none;
}
/* End hide */

