/* ================================================================ 
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/magic_menu_three.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.
=================================================================== */

#outer {
	height:26px; 
	background-color:#666666;
	position:relative; 
	margin: 0;
	padding:0px;
}

.menu {
	list-style-type:none;
	padding:0; 
	margin: 0px;
	}

.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.menu li {
	float:left;
	background:#002a55;
	margin:0px;
	position:relative;
}
.menu li.sub {
	background:#666666;
}

.menu table {
	border-collapse:collapse;
	position:absolute;
	top:0;
	left:0;
	z-index:80;
	font-size:1em;
}

.menu li a {
	display:block;
	color:#FFF;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:bold; 
	line-height:24px;
	width:12.03em;
	text-decoration:none;
	text-align:center; 
	border:1px solid #666;
}

.menu :hover{
	color:#FFF;
	/*background:#92342f;*/
}

.menu :hover > a {
	color:#FFF; 
	background:#92342f;
}

.menu ul, .menu :hover ul ul {
	position:absolute;
	left:-9999px;
	width:12.03em;

}

.menu :hover ul{
	left:0px;
	top:24px;
	background:url(transparent.gif); 
	background:#FFF;
} /* the background image is for IE7 */

.menu :hover ul :hover ul {
	padding:0 3px;
	left:11.86em;
	top:-3px;
}

#outer p {
	position:absolute; 
	right:10px; 
	bottom:5px; 
	margin:0; 
	color:#fff; 
	font-size:10px; 
	font-family:arial, sans-serif;
}