/* @override http://local.fire.org/media/css/dropdowns.css */

/* ================================================================ 
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-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	width:970px;
	height:30px;
	position:relative;
	z-index:100;
	border-top:2px solid #6091c0;
	border-left:2px solid #266aa9;
	border-bottom:2px solid #00386d;
	border-right:2px solid #00386d;
	margin:0 0 15px 0;
	background:#00509a;
	text-transform:uppercase;
}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:975px; w\idth:975px;}
/* 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:149px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:120px;
	position:relative;
}

.menu li.top {
	text-align: center;
	margin:0 0 0 0;
}

/* style the links for the top level */

.menu a, .menu a:visited, .menu div {
	display:block;
	font-size:12px;
	text-decoration:none; 
	color:#fff;
	width:120px;
	height:30px; 
	padding-left:0px; 
	line-height:32px; 
	font-weight:bold;
	border-right:1px solid #0a4072;
	text-align: center;
	padding:0 0 0 0px;
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited,
* html .menu div {width:112px; w\idth:112px;}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#00386d}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#00386d}
.menu ul ul :hover > a.drop {background:#00386d}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {background:#00386d;}
/* style the third level hover */
.menu ul ul ul a:hover {background:#00386d;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {display: none;position:absolute;height:0;top:30px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .menu ul ul {top:32px;t\op:32px;}

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

/* 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;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#00386d; 
	color:#fff; 
	height:auto; 
	line-height:1.2em; 
	padding:8px 10px 6px 10px; 
	width:128px; 
	border-top:1px solid #00264a; 
	font-size:11px;
	text-align: left;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#c9def2; background:#00386d;}
.menu :hover > a,
.menu :hover > div{color:#c9def2; background:#00386d;}
.menu ul ul :hover > a {color:#c9def2; background:#002b53;}
.menu ul li.noborder a,
.menu ul li.noborder div{
	border:none;
}
