/*this is the top navigation style-sheet for the Magna Industries website*/

body {
font: normal .8em Verdana, Helvetica, Arial, sans-serif;}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
position: relative;width: 149px;float: left;}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #000; /* IE6 Bug */
	padding: 5px;}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
   color: #cd050f;
   background-color: black;
}

/* set dropdown to default */
li:hover li a, li.over li a {
    color: #fff;background-color: gray;}
li ul li a { padding: 1px 3px; } /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */

.style1 {
font-size: 1.2em;
text-align: center;line-height: 1.1em;font-weight: bold;
color: #000000;}

.style2 {text-decoration: none;
font-size: .8em;font-weight: bolder;text-align: justify;color: #000000;}

.style4 {
font-size: 1.1em;
text-align: center;line-height: 1.1em;font-weight: bold;
color: #000000;}

p {
font-size: .8em;
line-height: 1.5em;
font-family: Verdana, Helvetica, Arial, sans-serif;text-align: justify;
color: #000000;}