BODY
{
	font-family:Arial;
	background-image:url(../menus/back.gif);
	background-color:Black;
	color:White;
}
.tblText
{
	width:90%;
}
A:link
{
	color:aaaaff;
}
A:active
{ 
	color: 8888ff; 
	font-size: 110%;
}
A:visited 
{
	color:8888ff; 
	font-size: 105%;
}
.PageFrame
{
 height:600;
 width:80%;
}
div.HeaderText
{
	text-align:center;
	font-family:Mangal;
	font-size:60;
	color:blue;
	background:Silver;	
}
.quest
{
	width:40%;
}

.ans 
{
	width:40%;
	font-size:13pt; 
	color:00ccff;
}
.ans2 
{
	width:40%;
	font-size:13pt; 
	color:99ff66;
}

.menuBar
{
    POSITION: relative;
    BACKGROUND-COLOR: transparent;
    TEXT-ALIGN: center
}
.Bar
{
    BORDER-RIGHT: blue 1px outset;
    BORDER-TOP: blue 1px outset;
    FLOAT: left;
    BORDER-LEFT: blue 1px outset;
    WIDTH: 16.5%;
    height:30px;
    font-weight:bold;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px outset;
    POSITION: relative;
    BACKGROUND-COLOR:blue;
    TEXT-ALIGN: center;
	color:White;
	border-width:thin;
	border-color:navy;
}
.menu
{
    BORDER-RIGHT: buttonhighlight thin outset;
    BORDER-TOP: buttonhighlight thin outset;
    VISIBILITY: hidden;
    BORDER-LEFT: buttonhighlight thin outset;
    WIDTH: 16.5%;
    LINE-HEIGHT: 140%;
    BORDER-BOTTOM: buttonhighlight thin outset;
    POSITION: absolute;
    BACKGROUND-COLOR:blue;
	color:White;
	font-size:10pt;
    font-weight:bold;
    TEXT-ALIGN: center;
}
.menuItem
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: pointer;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid
}
.ItemMouseOver
{
    PADDING-RIGHT: 15px;
    PADDING-LEFT: 10px;
    WIDTH: 100%;
    CURSOR: pointer;
    COLOR: highlighttext;
    LINE-HEIGHT: 20px;
    BORDER-BOTTOM: white 1px solid;
    BACKGROUND-COLOR: highlight;
    text-align:center;
}
.ItemMouseOut
{
    WIDTH: 100%
}
.Arrow
{
    FLOAT: right;
    FONT-FAMILY: Webdings;
    POSITION: absolute;
    TEXT-ALIGN: left
}
.barOver
{
    BORDER-RIGHT: blue 1px ridge;
    BORDER-TOP: blue 1px ridge;
    FLOAT: left;
    BORDER-LEFT: blue 1px ridge;
    WIDTH: 16.5%;
    height:30px;
    font-weight:bold;
    CURSOR: pointer;
    TEXT-INDENT: 5px;
    BORDER-BOTTOM: blue 1px ridge;
    POSITION: relative;
    BACKGROUND-COLOR:Blue;
    TEXT-ALIGN: center;
	color:White;
	border-width:thin;
	border-color:white;
}
.calDays
{
	width: 14.25%;
	text-align: center;
	color:white;
	background-color:blue;
	font-weight:bold;
}
.calcell
{
	 height: 125px;
	 vertical-align: top;
}

/* horizontal menu bar */
ul.mbh {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
ul.mbh li {
	float: left;
	padding: 0;
	margin: 0;
	z-index: 1;
	width: 20%;
	height: 1.5em;
}
ul.mbh ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid blue; /* fixes gap problem in IE */
}
/* separator to mark end of menu group */
ul.mbh ul li.end {
	border-bottom: 1px dashed white;
}
ul.mbh li ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	background: blue;
	z-index: 2;
}
ul.mbh ul ul {
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 11em;
}

ul.mbh li a:link,
ul.mbh li a:visited,
ul.mbh li a:hover,
ul.mbh li a:active {
	display: block;
	padding: .2em .5em;
	text-decoration: none;
	background: blue;
	color: white;
	font-weight:bold;
	text-align:center;
}
ul.mbh li a:hover,
ul.mbh li a:active {
	background: #87CEEB;
	color: white;
}
ul.mbh ul li a:link,
ul.mbh ul li a:visited,
ul.mbh ul li a:hover,
ul.mbh ul li a:active {
	width: 11em;
	height: 1.5em;
}

ul.mbh ul li a.hidden:link,
ul.mbh ul li a.hidden:visited {
	background: blue url(mb.gif) 100% -12px no-repeat;
}
ul.mbh li a.visible:link,
ul.mbh li a.visible:visited,
ul.mbh li a.visible:hover,
ul.mbh li a.visible:active {
	background: #87CEEB;
	color: white;
}
ul.mbh ul li a.visible:link,
ul.mbh ul li a.visible:visited,
ul.mbh ul li a.visible:hover,
ul.mbh ul li a.visible:active {
	background: #87CEEB url(mb.gif) 100% -62px no-repeat;
}

