ul, p, li {margin:0px;
padding:0px;}

body {
	background-color: #003366;
	background-image: url(images/bck.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container { width: 765px; margin: 0 auto;}
#content {
	padding-left: 25px;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.4em;
	width: 485px;
}
#hyper_nav {
	height: 20px;
	color: #FFFFFF;
	font-size: .8em;
	padding-top: 10px;
	margin-left: 550px;
	text-decoration:none;
}

#hyper_nav a, #hyper_nav a:visited {color: #FFFFFF; text-decoration:none;}

#hyper_nav a:hover{
text-decoration:underline;
}
h1 {
	display: block;
	height: 40px;
	padding-top: 20px;
	padding-left: 25px;
	margin: 0px;
}
#footer {
	width: 765px;
	background-image: url(images/footer.png);
	height: 56px;
}
#right_bck {
	background-image: url(images/rightbackg.jpg);
	background-repeat: no-repeat;
	height: 800px;
}
#top_blue, #top_bluea, #top_blueb {
	background-image: url(images/top_blue.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 217px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	text-transform: uppercase;
}
#top_middle, #top_middlea, #top_middleb {
	background-image: url(images/top_middle.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-transform: capitalize;
	color: #999999;
	text-align: center;
	font-weight: bold;
}
#top_middle a, #top_middlea a, #top_middleb a {
	color: #999999;
	text-decoration: none;
}
#top_middle a:hover, #top_middlea a:hover, #top_middleb a:hover {
	text-decoration: underline;
}
#top_bottom, #top_bottoma, #top_bottomb {
	background-image: url(images/top_bottom.jpg);
	background-repeat: no-repeat;
	height: 17px;
	width: 216px;
}
.dotted { margin-top: 5px;
margin-bottom:5px;}
#top_button {
	font-family: Arial, Helvetica, sans-serif;
	color: #AA3F3C;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	text-transform: uppercase;
	height: 31px;
	width: 217px;
	background-image: url(images/facts.jpg);
}
#top_buttona {
	font-family: Arial, Helvetica, sans-serif;
	color: #6688237;
	text-align: center;
	font-weight: bold;
	padding-top: 15px;
	text-transform: uppercase;
	height: 41px;
	width: 217px;
	background-image: url(images/profiles.jpg);
}
#footer_nav {
	width: 765px;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: normal;
}
#footer_nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#footer_nav p {
	margin-top: 5px;
	margin-bottom: 20px;
}


#quotes {
	text-align: center;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { height:45px; font-size:100%; z-index:100;}
/* hack to correct IE5.5 faulty box model */
*html #menu {width:765px; w\idth:765px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {width:150px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative; white-space: nowrap;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:11px;text-decoration:none; color:#4c4c4c; height:45px; border:0px; border-width:0px 0px 0px 0px;  padding-left:0px; line-height:45px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:75px; w\idth:75px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
	background:#fecb00;

}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#fecb00;}
.menu ul ul :hover > a.drop {background:#4c4c4c;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#839791;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:45px;left:0; width:145px;border-top:0px;}
/* another hack for IE5.5 */
* html #menu ul ul {top:45px;t\op:46px;}

/* position the third level flyout menu */
.menu ul ul ul{left:185px; top:-1px; width:185px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

.menu ul a {border-bottom: 0px;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#28537e; color:#ffffff; height:150%; line-height:150%; padding:5px; width:145px; border-width:0;border-bottom:1px solid #c4a207; font-size: 80%;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:80px;w\idth:80px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#ffffff; background:#4c4c4c;}
.menu :hover > a, .menu ul ul :hover > a {color:#ffffff;background:#4c4c4c;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menu ul li a {white-space: nowrap}

