
.Menu {
/* affect the entire menu box */
	display: block;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url('images/green.jpg');
	background-repeat:repeat;


}

.Menu ul{
	list-style-type:none;

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

/* affect the entire menu box */
	width: 202px;
	/*min-height:440px;
	height:auto !important;
	height: 440px;*/
	
}

.Menu ul li {

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.menu if vertical listing*/
	width: 202px;

	/* this is where your lister icon, ex. arrow.gif
	background-image: url(images/arrow.gif);
	background-position: 0 40%;
	background-repeat: no-repeat; */

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	font: normal 11pt "Century Gothic";
	
	
}


.Menu ul li div{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 3px 10px 5px 10px !important;
	padding: 3px 10px 4px 10px;
	padding/**/:/**/ 3px 10px 4px 10px;

	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	margin/**/:/**/ 0px 0px 0px 0px;

	background-image: url(images/menuline.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	text-align: right;

}

.Menu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 2px 10px 4px 10px !important;
	padding: 2px 10px 3px 10px;
	padding/**/:/**/ 2px 10px 3px 10px;

	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	margin/**/:/**/ 2px 0px 3px 10px;

	background-image: none;


}

.end {
	border:0px;
}

.Menu ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: white;
	margin: 0px;
	padding: 0px;
}

.Menu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: white;
}


.Menu ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	color: black;
}


.Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	color: black;
	font-weight: bold;

}




.Menu ul ul{
	list-style-type:none;

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

/* affect the entire menu box */
	width: 180px;
	min-height:0px;
	height:auto !important;
	height: 0px;
	
}

.Menu ul ul li {

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.menu if vertical listing*/
	width: 180px;

	/* this is where your lister icon, ex. arrow.gif
	background-image: url(images/arrow.gif);
	background-position: 0 40%;
	background-repeat: no-repeat; */

	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

	font: normal 9pt "Century Gothic";
	
	
}


.Menu ul ul li div{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 1px 0px 0px 0px !important;
	padding: 1px 0px 0px 0px;
	padding/**/:/**/ 1px 0px 0px 0px;

	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	margin/**/:/**/ 0px 0px 0px 0px;

	background-image: none;
	text-align: right;

}

.Menu ul ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */

	padding: 1px 0px 0px 0px !important;
	padding: 1px 0px 0px 0px;
	padding/**/:/**/ 1px 0px 0px 0px;

	margin: 0px 0px 0px 0px !important;
	margin: 0px 0px 0px 0px;
	margin/**/:/**/ 0px 0px 0px 0px;

	background-image: none;


}

.end {
	border:0px;
}

.Menu ul ul li a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #002200;
	margin: 0px;
	padding: 0px;
}

.Menu ul ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #002200;
}


.Menu ul ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	color: white;
}


.Menu ul ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	color: white;

}


#subMenu {
	display:block;

/* affects the entire menu box */
	height: 30px;
	width: 610px;
	

}

#subMenu ul{
	padding:0px;
	margin: 0px;
	list-style-type: none;
/* affects the entire menu box
	height: 250px;
	width: 619px;*/


}

#subMenu ul LI {
	padding:0px;
	margin: 0px;

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.subMenu if vertical listing */
	/*width: 200px;

	this is where your lister icon, ex. arrow.gif */
	

	/* required for horizontal menus, DO NOT ADD spacing here  */
	float:left;
	display: inline;
	font: bold 8pt Verdana;

}


#subMenu ul LI DIV{

	/* required for horizontal menus
	display: inline;*/

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	padding: 0px 7px 0px 0px;
	margin: 0px 7px 0px 0px;
	background-image: url(images/arrowsub.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;

}

#subMenu ul LI a {


	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #666666;
	padding: 0px;
	margin:0px;
	padding-left:5px;
	margin-left:5px;
}


#subMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: #666666;
}

#subMenu ul LI a:hover {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: red;
}

#subMenu ul LI a.subMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #E03127;

}

.footerMenu {
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */

}

.footerMenu ul{
	padding:0px;
	margin: 0px;
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */

}

.footerMenu ul LI {
	padding:5px 0px 5px 0px;
	margin: 0px;

	/* affect the individual Menu Items*/
	/* width needs to be the same as ul.subMenu if vertical listing */
	/*width: 200px;

	this is where your lister icon, ex. arrow.gif 
	list-style-image: url(images/arrow.gif);
	*/

	/* required for horizontal menus, DO NOT ADD spacing here  */
	display: inline;
	list-style: none;
	font: normal 7pt Verdana;
	color: black;

}


.footerMenu ul LI DIV{

	/* required for horizontal menus */
	display: inline;

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	padding: 0px 5px 0px 0px;
	margin: 2px 0px 2px 0px;
	border-right: solid 1px black;
}

.footerMenu ul LI DIV.end{
	border-right: 0px;
}
.footerMenu ul LI a {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: black;
}


.footerMenu ul LI a:visited {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	color: black;
}

#footerMenu ul LI a:hover {
	/*set the height/width of this if you specify a background, this is the colour of the link with the above Li and DIV tags*/
	text-decoration: none;
	font-weight: bold;
}

.footerMenu ul LI a.footerMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	color: black;

}