﻿/* ================================================================ 
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/flyout2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
li {
	font-size: 1.1em;
	color: #11175e;
	list-style-type: none;
}
.explanation {
	color: #445a9f;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 0.8em;
	padding-left: 7px;
}
.menu {
	z-index:1000;
	font-size:82%;
	width: 330px;
	height:180px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 26px;
	margin-left: 0px;
	padding-top: 160px;
	background-image: url(../includes/nav-image1108.jpg);
	background-repeat: no-repeat;
	padding-left: 80px;
	float:left;
}

/* this removes all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:170px;
}
/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px;
	ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu li {
	position:relative;
	height:50px;
}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a {
	display:block;
	text-decoration:none;
	height:30px;
	line-height:25px;
	width:170px;
	color:#11175e;
	text-indent:7px;
}
.menu a:visited {
	display:block;
	text-decoration:none;
	height:30px;
	line-height:25px;
	width:169px;
	color:#11175e;
	text-indent:7px;
}
/*DC: Sets the width of the links in the submenus*/
.sub li	a, .sub li	a:visited	{
	width:120px;
}
.sub ul	{
	width:120px;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	width:170px;
	w\idth:169px;
}
/* style the link hover */
* html .menu a:hover {
	color:#11175e;
	background:#98b2d8;
	height: 42px;
}
.menu :hover > a {
	color:#11175e;
	background:#d1e0f6;
	height: 42px;
}
.menu ul li:hover ul li {
	color:#445a9f;
	background:#b8cdeb;
	height: 30px;
}
.menu ul a:hover ul li {
	color:#445a9f;
	background:#b8cdeb;
	height: 30px;
}
.menu li ul li > a {
	color:#11175e;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 0px;
	padding-top: 2px;
	}
.menu li ul li > a:visited {
	color:#445a9f;
	font-size: 0.8em;
	font-weight: bold;
	text-indent: 0px;
	padding-top: 2px;
	}
.menu ul li ul li:hover	{
	color:#b8cdeb;
	background:#445a9f;
	height: 30px;
}
.menu ul li ul a:hover	{
	color:#b8cdeb;
	background:#445a9f;
	height: 30px;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0px;
	left:169px;
}
/* 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;
	background-color: #c3d0e6;
	text-align: center;
}
/*This places a transparent gif with an image map that points back to the home page*/
#transp_logo {
	width: 384px;
	position: absolute;
	left: 0px;
	top: 0px;
}
</style>
<!--[if IE 7]>
<style type="text/css">
.menu li {float:left;}
</style>
<![endif]-->
