

#Menu {
	display:block;

/* affects the entire menu box */
	padding: 2px 2px 2px 2px;
}

#Menu ul{
	padding:100px;
	margin: 0px;
	list-style-type: none;
	display:block;

/* affects the entire menu box
	height: 250px;
	width: 619px;*/


}

#Menu 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 "arial";

}


#Menu 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: 5px;
	margin: 0px;
	height: 20px;
	/*
	background-image: url(images/arrowsub.gif);
	background-position: 0 50%;
	background-repeat: no-repeat;
	*/
	
}

#Menu ul LI DIV.selected{

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

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

#Menu ul LI DIV.endselected{

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

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

#Menu ul LI DIV.end{

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

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

#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;
	padding: 0px;
	margin: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 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: yellow;
}

#Menu ul LI div a.subMenuSelected {

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

#Menu ul ul{
	top: -26px !important;
	top: -6px;
	top/**/:/**/-6px;
	left:278px !important;
	left:2px;
	left/**/:/**/2px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style-type:none;
	position: absolute !important;
	position: relative;

}

#Menu ul ul li{

	font: 11px arial;
	background-color:#666666;
	padding: 0px;
	border: 0px;
	margin: 0px;
	border-top:solid 1px white;
	border-bottom:solid 1px white;
	text-align:left;
	width:200px;
}


li.Menu0 {padding-left: 200px;}

li.Menu0  ul li a:hover{background-color: #f0a93b; }
li.Menu0  ul li a.MenuSelected{background-color: #f0a93b; }


#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 1.0em arial;
	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 10px 0px 0px;
	margin: 2px 0px 2px 0px;
}

#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;

}
