
td.Menu {
	background-image: url(images/bluebar.jpg);
	background-repeat: no-repeat;
	text-align: center;
}

#Menu {
/* affect the entire menu box */
	text-align: center;
	margin: auto;
	min-height: 45px;
	height: 45px;
	width: 80%;
}

#Menu ul{
	text-align:center;
	vertical-align: middle;
	padding:0px;
	margin: 0px;
	list-style-type: none;
	height: 45px;
	line-height: 45px;
}

#Menu ul li {

	margin: 0px;
	padding: 0px 13px 0px 13px;
	/* 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;
	vertical-align: middle;
	font: normal 11pt "verdana";
	height:45px;
	line-height: 45px;
	
	
}


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

	height: 45px;
	line-height: 45px;

}

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

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

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

	border-bottom: 0px;
	height: 45px;

}

.end {
	border:0px;
	height: 45px;
}

#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*/
	display: block !important;
	display:inline;
	text-decoration: none;
	color: white;
	height: 45px;
	vertical-align: middle;
	font-weight: bold;

}

#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;
	height: 45px;
	font-weight: bold;

}


#Menu ul LI a:hover {
	/*set the height/width on this if you have specified a background*/
	font-weight: bold;
	height: 45px;
}


#Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	position: relative;
	top: -10px;
	color: #003399;
	background-image: url(images/whitebar.jpg);
	height: 55px !important;
	font-weight: bold;
}

#Menu ul LI a.MenuSelected:visited {
	color: #003399;
}




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

}
