

#Menu {
	display:block;
	float:left;

/* affects the entire menu box */
	width: 200px;
	padding: 8px 0px 0px 0px;
	border: 0px;
	margin:0px;

}

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

#Menu ul LI {
	padding:2px 0px 0px 0px;
	margin: 0px 0px 5px 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 0.7em "arial";
	background-image: url(images/button.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
}


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

#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;
	*/
	
}

#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: red;
}

#Menu ul LI div a.MenuSelected {

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

}



#subMenu {
	display:block;

/* affects the entire menu box */
	width: 200px;
	_width: 180px;
	padding: 8px 0px 0px 0px;
	border: 0px;
	background-color: white;
	margin: 0px;

}

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


}

#subMenu ul LI {
	padding:3px 0px 3px 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 1em "arial";
	background-image: none;
	background-color:white;

}


#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: 3px 0px 3px 10px;
	margin: 0px;
	background-image: url();
	
}

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

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

#subMenu 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: 3px 0px 3px 10px;
	margin: 0px;
	background-image: url();
	/*
	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;
}


#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 div a.subMenuSelected {

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

#footerMenu {
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */
	 float:left;
	 background-color: #666666;
	 width: 1005px;
	 display:block;
	 text-align: right;
	 height: 30px;
	 vertical-align: middle;
	 padding: 20px 10px 10px 0px;

}

#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 0.7em arial;
	color: white;

}


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

#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: white;
}


#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: white;
}

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

}


.bottomMenu {
	display: block;
	float:left;
	padding-top: 10px;
}

.bottomMenu ul{

display:inline;
	padding:0px;
	margin: 0px;
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */

}

.bottomMenu 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 0.6em arial;
	color: black;

}


.bottomMenu 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: 20px 10px 0px 0px;
	margin: 5px 0px 2px 0px;
}

.bottomMenu ul LI DIV.end{
	border-right: 0px;
}

.bottomMenu 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;
}


.bottomMenu 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;
}

.bottomMenu 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;
}

.bottomMenu ul LI a.footerMenuSelected {

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

}