
#Menu {
/* affect the entire menu box */
	width: 675px;
	float: right;
	display:block;
	text-align:right;
}


#Menu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0;
	right:0;
	display:block;
/* affect the entire menu box */
	width: 690px;
	
}

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

	float: left;
	display:block;
}


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

#Menu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */
	padding: 3px 0px 3px 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;
	text-transform: lowercase;
	margin: 0px;
	padding: 5px 0px 10px 40px;
	font: normal 16pt Times;

}

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


#Menu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	padding: 10px 0px 10px 40px;
	font: normal 16pt times !important;
	text-transform: lowercase;
	margin: 0px;
	color: #cccccc;
}


#subMenu {
/* affect the entire menu box */
	width: 650px;
	float: right;
	display:block;
	text-align:right;

}


#subMenu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 0;
	right:0;
	display:block;
/* affect the entire menu box */
	width:650px;
	
}

#subMenu 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 */
	float: left;
	display:block;
}


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

#subMenu ul li div.end{
	/* this width can vary from the UL.Menu but should be smaller */
	padding: 3px 0px 3px 0px;
	margin: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;
	text-transform: lowercase;
	margin: 0px;
	padding: 5px 0px 10px 25px;
	font: normal 11pt "century gothic";

}

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


#subMenu ul LI a.MenuSelected {
	/*this appears when the link is selected, set the width/height if you set a background*/
	padding: 10px 0px 10px 25px;
	text-transform: lowercase;
	margin: 0px;
	color: #cccccc;
}

/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) 
{ 
}


#blank {

}

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

#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 8pt "century gothic";
	text-transform: lowercase;

}


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



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

#footerMenu ul LI a.footerMenuSelected {

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