
#Menu {
/* affect the entire menu box */
	width: 780px;
	display: block;
	float: left;
}

#Menu ul{
	list-style-type:none;
	display: block;
	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 */

	display: inline;
	float: left;
	
}


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

	padding: 3px 0px 3px 0px;
	border-right: solid 2px #cccccc;
	display: block;
}

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

	background-color: #313a56;
}

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

	padding: 3px 0px 3px 0px;
	border-right: solid 2px #cccccc;
	background-color: #313a56;

}

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

}

#Menu ul li div.endSelected{
	/* this width can vary from the UL.Menu but should be smaller */
	padding: 3px 0px 3px 0px;
	background-color: #313a56;
	border: 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;
	margin: 0px;
	padding: 3px 15px 3px 15px;
	font: bold 9pt arial;
	color: white;

}

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


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


#Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	padding: 3px 15px 3px 15px;
	font: bold 9pt arial;
	color: white;
}


#subMenu {
/* affects the entire menu box */

}

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

}

#subMenu ul LI {
	
	/* 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  */
	font: normal 10pt arial;
	padding: 0px;
	margin:0px;

}


#subMenu ul LI DIV{

	/* spacing for horizontal menu MUST go here, do not specify a width, do that above. */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

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

#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: #33bac0;
	padding: 0px;
	margin:0px;
	text-transform: lowercase;
	font: normal 10pt arial;
	background-image:none;
}


#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: #33bac0;
	font: normal 10pt arial;
}

#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;
	font: normal 10pt arial;

}

#subMenu ul LI a.subMenuSelected {

	/*this appears when the link is selected, set the width/height if you set a background*/
	color: #40506f;
	font: normal 10pt arial;

}

#blank {

	color: #f2f2f2;

}

#footerMenu {
/* affects the entire menu box
	height: 250px;
 */
	width: 1000px;
	text-align:right;
	clear: left;
	margin: auto;
	padding-right: 10px;
	
}

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

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

#footerMenu ul LI a.footerMenuSelected {

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

}