#navbar1 li a {
		width: auto;
		}


#navbar1	{
	width: 11.68em;
	border-right: 1px solid #000;		/* 1px is the little border on the right of all the buttons
	padding: 0 0 0em 0;			/ * 0 0 1em 0, that 1em is for little indentation at the end of buttons */
	margin-bottom: 1em;
	font-size: .8em;
	font-family: 'Arial', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  sans-serif;
	background-color: #696969;			/* bg color at the bottom of all buttons */
	color: #fff;
	}


#navbar1 ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}

#navbar1 li {
		border-bottom: 1px solid #000000;	// color of lines seperating buttons
		margin: 0;
		}


#navbar1 li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 10px solid #696969;	/* left side border color of buttons */
		border-right: 10px solid #c0c0c0;	/* right side border color of buttons */
		background-color: #999999;		/* bg color of buttons */
		color: #ff0000;				/* font color */
		text-decoration: none;
		width: 100%;
		}

#navbar1 li a:hover {
		border-left: 10px solid #808080;	/* left side border color of buttons */
		border-right: 10px solid #f8f8f8;	/* right side border color of buttons */
		background-color: #dcdcdc;		/* bg color of buttons */
		color: #ff0000;				/* font color while hovering over it */
		}




/* **********NavBar from school project******* */ 
#navbar a:hover
{
width: 130px;
padding: 0px 0px 0px 0px;
background-color: #ffffff;
text-decoration: none;
}

#navbar a:link {
width: 130px;
color: #ff0000;
text-decoration: none;
}

#navbar a:visited {
width: 130px;
color: #ff0000;
text-decoration: none;
}



#movie1 {
	margin: 0em;
	padding: 0 0 0 5.45em;
}

hr
  {
  height: 1px;
  }


p {
  font-size: .8em;

  font-family: 'Arial', 'Lucida Grande',
  Verdana, Lucida, Geneva, Helvetica, 
  sans-serif;

}

#footer
{
  font-size: .7em;

  font-family: 'Arial', 'Lucida Grande',
  Verdana, Lucida, Geneva, Helvetica, 
  sans-serif;
  color: #ff0000;

}

#footer a:link
{
color: #ff0000;
text-decoration: none;
}

#footer a:visited
{
color: #ff0000;
text-decoration: none;
}
#footer a:hover
{
color: #ff0000;
text-decoration: none;
}


/***********List with 1 Line seprating Navbar2************************/

#navbar2 ul
{
font-family: 'Arial', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  sans-serif;
font-size: 13px;
padding: 0;
margin-left: 0;
width: 150px;
}

#navbar2 li
{
list-style: none;
margin: 0;
border-bottom: 1px solid gray;
}

#navbar2 li a
{ 
display: block;
padding: 0.50em;
margin: 0;
text-decoration: none; 
color: #ff0000;
}


#navbar2 li a:hover 
{
width: 100%;
background-color: #DEE0E2;
text-decoration: none;				/* font color while hovering over it */
}
