/* ================================================================ 
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:945px; height:30px; border:2px solid #990000;
	border-width:3px 0px 3px 0px;
	position:relative;
	z-index:100;
	background-color: #990000;
	}

.pad1 {
	width:24px;
	height:30px;
	background:#660000;
	display:inline;
	float:left;
	margin:0px 3px 0 3px;
}
.pad2 {width:24px; height:30px; background:#660000; display:inline; float:left; margin:0 3px 3px 0;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background:#ffcc33; margin:0 3px 0 0; position:relative;}
#menu li.sub {background:#ffcc33;}

/* 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:#000033; height:30px; font-family:verdana, arial, sans-serif; font-size:18px; line-height:26px; width:145px; text-decoration:none; text-align:center;}
#menu :hover {color:#990000; background:#ffffcc;}
#menu :hover > a {color:#990000; background:#ffffcc;}
#menu li a.sub {font-size:14px;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:135px;}

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

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:145px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; right:10px; top:6px;}
