
#Menu {
/* affect the entire menu box */
	width: 945px;
	height: 27px;
	padding:3px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

/* affect the entire menu box */
	
}

#Menu ul li {

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

	/* 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: bold 9pt Verdana;

	float:left;
	display: inline;

	
}


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

	padding: 0px;
	margin: 0px;

}

#Menu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */
	padding: 0px;
	margin: 0px;

}

.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: gray;
	margin: 0px;
	padding: 0px;
	cursor: pointer;

}

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


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


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

}


#subMenu {
 	display:block;

/*affects the entire menu box */
	width: 912px !important;
	width: 937px;
	background-color:#cc3333;
	padding: 3px 0px 0px 25px;
}

#subMenu ul{
	padding:0px;
	margin: 0px;
	list-style-type: none;
	height:20px;
/* 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 arial;

}


#subMenu ul LI DIV{

	/* 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: white;
	padding: 0px;
	margin:0px;
	padding-left:5px;
	margin-left:5px;
	text-transform: uppercase;
}


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

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

#subMenu ul LI a.subMenuSelected {

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

}

#blank {

	color: #f2f2f2;

}

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

}


#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: 8px 4px 8px 8px;
	margin: 0px 4px 0px 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: gray;
}


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

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

#footerMenu ul LI a.footerMenuSelected {

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

}