/* CSS to format the main menu */
#MainMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	background-color: #003366; /* dark blue */
}
#MainMenu a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3366cc; /* Medium blue - PMS 660 */
}
#MainMenu a.selected {
	background-color: #3e82b7; /* medium blue - PMS 7459 */
	color: inherit;
	text-decoration: none;
}
#MainMenu a:hover {
	/* background-color: #3e82b7; /* medium blue - PMS 7459 */
	background-color: #4e92c7; /* lighter medium blue */
	color: inherit;
	text-decoration: none;
}



/* CSS to format the secondary menu */
#Lvl2Menu {
	margin-top: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	/* font-weight: bolder; */
	color: #000000;
	text-align: left;
	background-color: #e0e0e0;
}
#Lvl2Menu a{
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-left: 10px;
	display: block;
	padding-right: 5px;
}
#Lvl2Menu a.selected {
	background-color: #FFFFFF;
	color: #000000;
	border-bottom-color: #ffffff;
	display: block;
	text-decoration: none;
}
#Lvl2Menu a:hover {
	background-color: #cccccc;
	color: #000000;
	border-bottom-color: #ffffff;
	display: block;
	text-decoration: none;
}

/* CSS to format the tertiary menu - Most formatting inherited from Lvl2Menu */
#Lvl3Menu {
	/* background-color: #f4fcff; /* very light blue - PMS 7541 */
	background-color: #eeeeee; /* light gray */
	font-size: 10px;
	font-weight: normal;
}
#Lvl3Menu a{
	padding-left: 20px;
}


/* CSS to format the secondary menu */
#SecondaryMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 45px;
	padding-bottom: 20px;
}
#SecondaryMenu a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 5px;
}
#SecondaryMenu a:hover {
	color: inherit;
	text-decoration: underline;
}


/* CSS to format the footer menu */
#FooterMenu {
	float:right;
	text-align: right;
}
#FooterMenu a{
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
	padding-right: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#FooterMenu a:hover {
	color: inherit;
	text-decoration: underline;
}
#FooterMenu a.last{
	border-right-style: none;
}
#DemoButton {
	margin-top: 10px;
}