#movie {
	HEIGHT: 200px;
	WIDTH: 550px;
	OVERFLOW: auto;	 
	POSITION: relative; 
}

#list { margin:0 0 1px 1px; 
        z-index:100; 
        /* background-color:#525d5a; */
      }
/************************************/
/* topNavigation dropdown menu code */

#topNav, 
#topNav ul { /* all lists */
    padding: 2px;
    margin: 0;
	list-style: none;
	line-height: 11px;

}
#topNav a {display: block;
    color:#ffffff;
    background-color:#6a7f6a;
    text-align:left;
    font-size:12px;
    color:white;
    text-decoration:none;
    padding-left:15px;
    padding-right:15px; 
    line-height: 32px;   
    font-weight:bold;
}
#topnav a:hover {
    color:#353f35;
}

#topNav li { /* all list items */
    float: left;
    font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
    padding:0px;
    margin:0px;
}
#topNav li ul { /* second-level lists */
    border: 0px;
    position: absolute;
    background: #5a6c5a;
    left: -999em; 
    width:180px;
    line-height: 22px;
	/* filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; */
    /* using left instead of display to hide menus because display: none isn't read by screen readers */
}				
#topNav li ul li {
	padding-left: 0px;
	padding-right: 0px;
	width:100%;

}
#topNav li ul li a { /* second-level lists */
    border:1px solid #5a6c5a;
    line-height: 22px;
    padding:0px;
    color:#ffffff; 
    font-size:12px;
    width:177px;
    padding-left:3px;
}
#topNav li ul li a:hover { /* second-level lists */
    border:1px solid #ffffff;
    color:#353f35; 
}
#topNav li ul li.sfhover {
    cursor: hand;
}				 
#topNav li ul a {
    color:#000000;
}
#topNav li ul ul { /* third-and-above-level lists */
    margin: -17px 0 0 80px;
}
#topNav li:hover ul ul, #topNav li.sfhover ul ul {
    left: -999em;
}
#topNav li:hover ul, #topNav li li:hover ul, #topNav li.sfhover ul, #topNav li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}

/* end dropdown menu code */

h1 { 
 width: 0;
 height: 0;
 display:none;
 margin: 0; 
 padding: 0;
 }


#footer {
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
color:#336699;
margin-top:10px;
}


#footer a:link, #footer a:visited	{ color:#336699; text-decoration:none; outline:none; font-size: 8pt; font-weight: normal; }
#footer a:hover, #footer a:active	{ color:#336699; text-decoration:underline; outline:none; font-size: 8pt;}


.home { 
 width: 0;
 height: 0;
 display:none;
 margin: 0; 
 padding: 0;
 }

