/* ================================================================ 
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.stunicholls.com/menu/hover_drop_2.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 {
	width:800px;
	height:25px;
	border:1px solid #000099;
	position:absolute;
	margin-right: 112px;
	margin-left: 112px;
	margin-top: 80px;
	z-index: 1000;
}


#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {
	float:left;
	margin:3px 3px 0 0;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000099;
	background-color: #9933FF;
	border: 1px solid #000099;
}
#menu li.sub {
	background-color: #000099;
	
}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {
	display:block;
	color:#ffffff;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	width:95px;
	text-decoration:none;
	text-align:center;
	font-weight: bold;
	
}

#menu :hover > a {color:#ffffff; background:#3366ff;} /* sets box colour on hover*/

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:95px;}

#menu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0; left:95px; top:-3px;}

#menu :hover ul :hover ul.left,

