
#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-type:none; padding:0; margin:0;}

.menu-main{float:left;background:#FFF; margin:0px 3px 0 0; position:relative;}
.menu-main a {font-size:12px; padding:18px; }

.submenu li{background:white; width:200px; margin:1px; border:1px solid black;}
.submenu li a {font-weight:normal; font-size:10px; padding:5px 15px 5px 15px;}

.center li {position:relative; left:90px; top:38px; border:1px solid black;}
.center li a { text-decoration:none; padding:5px 15px 5px 15px;}

/* 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;font-weight:bold; color:#000; text-align:center;}
#menu :hover {color:white; background:#DB5600;}
#menu :hover > a {color:white; background:#DB5600;}

#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; }

#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 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

