/* Begin CSS Drop Down Menu */

body
{ 
background: #c3c3c1 url('images/mikell-2.jpg') no-repeat fixed left top; 
color: navy;
font-family: comic sans ms;
font-size:16pt;
font-weight:600;
width:900px;
}

#menuh-container
	{
<!-- position: relative; --> 
	width:900;
	top: 5px;
	left: 5px;
	}

#menuh
	{
	font-size: 8pt;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: 550;
	width:900px;
	float:left;
	margin:1px;
	margin-top: 1px;
	white-space: nowrap;
	}
	 
#menuh a
	{
	text-align: left;
	display:block;
	border: 1px solid gold;
	white-space: nowrap;
	margin: 0;
	padding: 4px;<!-- Effects space between heading tabs -->
	}
 
#menuh a:link, #menuh a:visited, #menuh a:active	/* menu at rest */
	{
	color: white;
	background-color: navy;<!-- royalblue -->
	text-decoration:none;
	}
 
#menuh a:hover	/* menu at mouse-over  */
	{
	color: navy;
	background-color: white; <!-- cornflowerblue -->
	text-decoration:none;
	} 
 
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
<!-- background-image: url(navdown_white.gif); -->
	background-position: right center;
	background-repeat: no-repeat;
	width:80px;
	text-align: center;
	}
 
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
<!-- background-image: url(nav_white.gif); -->
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
        float:left;
	width:90px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
        min-height: 1px; 			/* Sophie Dennis contribution for IE7 */
        vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	width: 180px;
	}
 
#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
 
/* Begin Tool Tip CSS */

div#container{width: 500px; margin:0 auto}
h1{ color: #F60; margin: 1em 0 0; letter-spacing: -2px; }
p{margin: 0 0 1.7em; }

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#ffffff;
	font-weight:bold;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in "<a>" for ie to execute it*/
a.tt:hover{ z-index:501; color: #ff0000; background:#ffffff;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:150;
	padding: 5px 0 0 0;
	width:200px;
	color: #993300;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(images/bubble.gif) no-repeat bottom;
}
/* End Tooltip CSS */

/* <a> default values */

a:link, a:visited, a:active
       {
        font-size: 8pt;
	color: white;
	background-color: transparent;
	text-decoration:none;
	}
 
a:hover	
	{
	color: navy;
	background-color: white;
	text-decoration:none;
	} 
	
/* end <a> default values */

/* Awards Navigation Menu Style */

a.awards:link, a.awards:active, a.awards:visited {
color: gold;
font-size: 11pt;
font-weight: bold;
background-color: transparent;
text-decoration: none;
}

a.awards:hover {
color: navy;
background-color: white;
}
.awardsp {
	color: navy;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	}
	
.awardsh2 {
	color: white;
        font-size: 22px;
        background-color: #000068;
        width: auto;
        text-align: center;
	}
		
.awardsh4 {
	color: white;
        font-size: 14px;
        background-color: #993333;
        width: auto;
        text-align: center;
        font-weight: bold;
	}
 
.awardsh5 {
	color: white;
        font-size: 14px;
        background-color: #993333;
        width: auto;
	}
 
.awardsul {
	color: navy;
        font-size: 14px;
        background-color: transparent;
        width: auto;
        list-style: none;
	}

/* endAwards Navigation Menu Style */

/* Home Page Body */

a.homebody:link, a.homebody:active, a.homebody:visited {
color: #800000;
font-size: 14px;
font-weight: bold;
background-color: transparent;
text-shadow: brown 1px 1px 2px;
text-decoration: none;
}

a.homebody:hover {
color: navy;
background-color: white;
}

a.tidebits:link, a.tidebits:active, a.tidebits:visited {
color: #800000;
font-size: 11px;
font-weight: 900;
background-color: transparent;
text-shadow: brown 1px 1px 2px;
text-decoration: none;
}

a.tidebits:hover {
font-size: 11px;
color: navy;
background-color: transparent;
}

a.member:link, a.member:active, a.member:visited {
color: #000068;
font-size: 14px;
font-weight: 900;
background-color: transparent;
text-decoration: none;
}
a.member:hover {
background-color: gold;
}

/* End Home Page Body */