

#Menu {
	display:block;

/* affects the entire menu box */
	padding: 3px 0px 0px 470px;
	margin:0px;
	background-image: url(images/topbar.gif);
	background-position: top right;
	background-repeat: no-repeat;
	width: 430px !important;
	#width: 430px;
	height: 30px;
	text-align: right;

}

#Menu ul{
	width: 430px !important;
	#width: 430px;
	padding:0px;
	margin: 0px;
	list-style-type: none;
	display: block;
/* affects the entire menu box
	height: 250px;
	width: 619px;*/
}

#Menu ul LI {
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	/* 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: normal 0.8em "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. */
	display:block;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	border-right: solid 1px black;	
}

#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: 0px 10px 0px 10px;
	margin: 0px;
	border-right: solid 1px black;	
	/*
	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: 0px 10px 0px 10px;
	margin: 0px;
	border: 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: 0px 10px 0px 10px;
	margin: 0px;
	border: 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: black;
	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: black;
}

#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: #333333;
}

#Menu ul LI div a.MenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	font-weight: bold;
	color: #333333;
}



#subMenu {
	display:block;

/* affects the entire menu box */
	padding: 0px 10px 0px 0px;
	border: 0px;
	margin: 0px;
	text-align: right;
}

#subMenu ul{
	padding:0px;
	margin: 0px;
	list-style-type: none;
/* affects the entire menu box
	height: 250px;
	width: 619px;*/


}

#subMenu ul LI {
	padding:0px 0px 0px 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: normal 0.7em "arial";
	text-transform: uppercase;
}


#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 0px;
	margin: 0px;
	text-align: right;
	
}

#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 0px;
	margin: 0px;
/*
	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 0px;
	margin: 0px;
	/*
	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 0px;
	margin: 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: #97005e;
	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: #97005e;
}

#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: #333333;
}

#subMenu ul LI div a.subMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	font-weight: bold;
}

#footerMenu {
/* affects the entire menu box
	height: 250px;
	width: 200px;
	 */
	 width: 1025px;
	 display:block;
	 text-align: right;
	 vertical-align: middle;
	 padding: 10px 10px 10px 0px;
	 clear: left;

}

#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 10px 0px 10px;
	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: #333333;
}

#footerMenu ul LI a.footerMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	font-weight: bold;

}


.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;

}