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

.pad1 {width:16px; height:25px; background:#3A3B3C; display:inline; float:left; margin:1px 1px 0 1px;}
.pad2 {width:16px; height:25px; background:#3A3B3C; display:inline; float:left; margin:1px 1px 0 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:#333333;
	margin:1px 1px 0 0;
	position:relative;
	filter:alpha(opacity=95);-moz-opacity:0.95;
-moz-opacity:0.95;
-khtml-opacity: 0.95;
opacity: 0.95;
}





#menu li.sub {background:#494949;}

/* 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; font-weight:bold; height:25px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:10px; line-height:24px; width:107px; text-decoration:none; text-align:center;}
#menu :hover {color:#FF0000; background:#414141;}
#menu :hover > a {color:#FF0000; background:#414141;}

#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;}

#menu :hover ul{left:0px;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 1px; left:107px; top:-1px;}

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

