.MenuBg {
	background-image: url(../images/mainMenu_bkgd.gif);
	background-repeat: repeat-x;
	width: 780px;
	height: 22px;
	background-position: right;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #BB1C1C; 
}
.Menu a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Menu_normal.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding-right: 12px;
	padding-left: 12px;
	height: 22px;
	display: table;
	line-height: 23px;
	background-position: left;
	white-space: nowrap;
}

.Menu a img {
	text-align: center;
	vertical-align: middle;
}

.Menu a:visited {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/Menu_normal.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: auto;
	padding-right: 12px;
	padding-left: 12px;
	height: 22px;
	display: table;
	line-height: 23px;
	background-position: left;
	white-space: nowrap;
}

.Menu a:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #203055;
	text-decoration: none;
	background-image: url(../images/Menu_hover.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	width: auto;
	height: 22px;
	line-height: 23px;
	background-position: left;	
}
/* ####### END MAIN MENU CLASSES #### */

/* ####### subMenu controls  #######  */

div#s1 {
	width: 150px;          /* menu width */
	font-family: Arial;
	font-size: 12px;
	color: #203055;
}

div#s1 ul {
	background-color: #E3E8F4;
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding */
	margin:0;              /* no margin for IE either */
}

div#s1 ul li {
	margin: 0;
	padding: 0;
	background-color: #E3E8F4;
	display:block; /* lines */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6C2E4;
}

div#s1 ul li a {
	display: block;         /* lines extend to right, make area clickable */
	color: #203055;
	background-color: #E3E8F4;
	padding: 3px;
	margin:0;
	text-decoration: none;
	width: auto;
	_width: 100%;      /* underscore is used for FFX and Safari */
}
div#s1 ul li a img {border:none;}

div#s1 ul ul li a {
  padding-left: 10px;     /* indent level 1 */
}

div#s1 ul ul ul li a {
  
  padding-left: 10px;     /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block;        /* expand */
}
 
div#s1 ul li.open a {
  
  background-repeat: no-repeat;
}

div#s1 ul li.closed a {
  
  background-repeat: no-repeat;
}

div#s1 ul li.leaf a {
  
  background-repeat: no-repeat;
}
 
div#s1 li.active a {
	background-position: 0px 0px;
	background-color:#E86868;
	color: #000000;            /* highlight text */
	display: block;
	height: auto;
}

div#s1 li.active a:hover {
  background-position: 0px 0px;
  background-color:#BB1C1C;
  color: #FFFFFF;            /* highlight text */
}
 
div#s1 li.active li a {
	background-position: 0px 0px;
	background-color:#F4F7FB;
	color: #6B87C7;          /* fix lower levels */
	display: block;
	height: auto;
}

div#s1 li.active li a:hover {
  background-position: 0px 0px;
  background-color:#F9D2D2;
  color: #203055;          /* fix lower levels */
}


div#s1 ul li a:hover {
  color: #203055;
  background-color: #B6C2E4; /* rollover effect */
}
/*  ###### END subMenu controls  #######  */

/*  ###### other Menu classes  #######  */
/* ########## SUBMENU CLASSES ########## */

.subMenuHeader {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	height: 18px;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B87C7;
	background-image: url(../images/SubMenuHeader.gif);
	display: table;
	padding: 3px 0px 2px 0px;
	background-repeat: no-repeat;
}

.subMenuHeader p {
	margin: 0px;
	padding: 2px 0px 0px 4px;
}
.subMenuHeader_white {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	height: 18px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6B87C7;
	background-image: url(../images/SubMenuHeader.gif);
	display: table;
	padding: 3px 0px 2px 0px;
	background-repeat: no-repeat;}
.subMenuHeader_white p {
	margin: 0px;
	padding: 2px 0px 0px 4px;
}
.subMenuHeader_white a {
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: table;
}
.subMenuFooter {
	
	height: 10px;
	width: 100%;
	background-image: url(../images/SubMenuFooter.gif);
	display: table;
}

.subMenuHeader a {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	font-weight: bold;
	text-decoration: none;
	display: table;
}

.subMenu {
	background-color:#E3E8F4;
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	width:150px;
}

.subMenuText {
	background-color:#F4F7FB;
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6C2E4;
	width:150px;
}

.subMenu a {
	color: #203055;
	height: 16px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B6C2E4;
	text-decoration: none;
	display: block;
}

.subMenu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	background-color: #B6C2E4;
	display: block;
}

/* ########## RED SUBMENU CLASSES ########## */
.subMenuRedHeader {
	font-family: Arial;
	font-size: 12px;
	color: #711111;
	height: 18px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BB1C1C;
	background-image: url(../images/SubMenuRedHeader.gif);
	display: table;
	padding: 3px 0px 2px 0px;
	background-repeat:no-repeat;
}
.subMenuRedHeader p {
	margin: 0px;
	padding: 2px 0px 0px 4px;
}
.subMenuRedFooter {
	height: 10px;
	width: 100%;
	background-image: url(../images/SubMenuRedFooter.gif);
	display: table;
}

.subMenuRedHeader a {
	font-family: Arial;
	font-size: 12px;
	color: #711111;
	font-weight: bold;
	text-decoration: none;
	display: table;
}

.subMenuRed {
	background-color:#F9D2D2;
	font-family: Arial;
	font-size: 12px;
	color: #711111;
	width:150px;
}

.subMenuRedText {
	background-color:#FDF2F2;
	font-family: Arial;
	font-size: 12px;
	color: #711111;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E86868;
	width:150px;
}

.subMenuRed a {
	color: #711111;
	height: 16px;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #E86868;
	text-decoration: none;
	display: block;
}


.subMenuRed a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #711111;
	background-color: #E86868;
	display: block;
}

/* ########## YELLOW SUBMENU CLASSES ########## */

.subMenuYellowHeader {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	height: 18px;
	width: 100%;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FCD22C;
	background-image: url(../images/SubMenuYellowHeader.gif);
	display: table;
	padding: 3px 0px 2px 0px;
	background-repeat:no-repeat;
}
.subMenuYellowHeader p {
	margin: 0px;
	padding: 2px 0px 0px 4px;
}
.subMenuYellowHeader a {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	font-weight: bold;
	text-decoration: none;
	display: table;
}

.subMenuYellow {
	background-color:#FFF7D2;
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	padding: 3px;
	width:150px;
}

.subMenuYellow a {
	color: #203055;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FEE78B;
	text-decoration: none;
	display: block;
}

.subMenuYellow a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	background-color: #FEE78B;
	display: block;
}

.subMenuYellowText {
	background-color:#FFF7D2;
	font-family: Arial;
	font-size: 12px;
	color: #203055;
	padding: 3px;
	width:150px;
}

/* ########## ADMIN AND DISCLAIMER MENU CLASSES ########## */

.disclaimerMenu {
	background-color: #EEEEEE;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #BB1C1C;
	text-align: center;
	height: 30px;
	background-image: url(../images/footerBkgd.jpg);
	background-position: right top;
}
.wide {
	background-image: url(../images/footerBkgd_1000.jpg);
}
.disclaimerMenu a {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.disclaimerMenu a:visited {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.disclaimerMenu a:hover {
	font-family: Arial;
	font-size: 12px;
	color: #BB1C1C;
	font-weight: bold;
	text-decoration: none;
}

.adminMenu {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.adminMenu a:link {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

.adminMenu a:visited {
	font-family: Arial;
	color: #666666;
	text-decoration: none;
}

.adminMenu a:hover {
	font-family: Arial;
	color: #BB1C1C;
	text-decoration: none;
}
