
/* === StMARYs-UPTON DROP DOWN MENU === */

/* font sizes are fixed - not permitted to user change */

#dropmenudiv {
	width: 132px;
	height: 480px;
	position: absolute;
	border: 0px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	text-align: left;
	line-height: 18px;
	background-color: transparent;
	z-index: 100;
}

#dropmenudiv a {
	width: 132px;
	display: block;
	color: white;
	text-indent: 3px;
	border-bottom: 0px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover {        /*hover background color*/
	color: yellow;
	background-color: #CC6666;
}

/* === MAIN TOP TABS MENU === */
#taba, #tabb, #tabc, #tabd, #tabe {
	width: 130px;
	height: 20px;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	text-indent: 2px;
	float: left;
	background-color: black;
}

#taba a, #tabb a, #tabc a, #tabd a, #tabe a {
	width: 130px;
	height: 20px;
	text-indent: 2px;
	color: #ffffff;
	text-decoration: none;
}
#taba a:hover, #tabb a:hover, #tabc a:hover, #tabd a:hover, #tabe a:hover {
	color: yellow;
	text-decoration: none;
}

/* === RIGHT SIDE TABS MENU === */
#tabj, #tabk, #tabl, #tabm, #tabn, #tabo, #tabp, #tabq, #tabr, #tabs, #tabt, #tabu, #tabv, #tabw, #tabx, #taby, #tabz, #tab99 {
	position: relative;
	float: left;
	width: 130px;
	height: 26px;
	text-align: left;
	padding: 5px 0px 5px 2px;
	clear: left;
}
#tab99 {    /*picture link to THEBANK  */
	height: 40px;
}
#mr a, #tab99 a {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: red;
	width: 130px;
	height: 26px;
	text-align: left;
	text-decoration: none;
}

#mr a:hover, #tab99 a:hover {
	color: black;
	text-decoration: none;
/*	background-color:#993333;   */
	}
	
.nojava	{
	display: block;
	color: yellow;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	background-color: #993333;
}
