/* ================================================================ 
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:750px; height:300px; background:url(film.jpg) no-repeat right bottom; border:1px solid #766; border-width:5px 1px 1px; position:relative;}

.pad1 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 3px;}
.pad2 {width:50px; height:25px; background:#baa; display:inline; float:left; margin:3px 3px 0 0;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {
	list-style:none;
	padding:0;
	float:left;
	width:auto;	/* width of all menu boxes */
	margin:0;
	font-size: 13px;
	letter-spacing: normal;
	font-weight: bold;
	}
#menu li {float:left; background:#fff;  position:relative;
	 			/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;
	
		margin-left:9px;
		margin-right:6px;}
#menu li.sub {background:#fff;}

/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size: 13px;}

#menu li a {
	display:block;
	color:#000;
	height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: normal;
	font-size: 13px;
	letter-spacing: normal;
	text-transform: none;
	line-height:15px;
	text-decoration:none;
	text-align:left;
	white-space:nowrap;
	margin:0;
	float:left;
	padding: 0.3em;
	}
#menu :hover {
	color:#336699;
	background-color:#FFF;
}
#menu :hover > a {
	color: #336699;
	text-decoration:none;
	
}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width:128px; z-index:5;}

#menu :hover ul{left:-10px;top:22px; background:url(transparent.gif);  width:auto; background-color:#FFF; padding-right:15px; } /* the background image is for IE7 */

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

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