
 /* common styling */

 /* Set up the default font and ovrall size to include image */
.menu {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:850px;
height:0px;
position:relative; 
margin:0 0px 0 0px;
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif ;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	float: left;
	position:relative;
	width: 170;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
	font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande", verdana, sans-serif;
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:170px;
	height:auto;
	font-weight:bold;
	color:#fff;
	background:#0066FF;
	line-height:1.5em;
	margin-right:auto;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #0066FF;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
width:170px;
w\idth:170px;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 and IE7 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
	font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande", verdana, sans-serif;
	color:#000033;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #606;
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
display:block; 
position:absolute; 
top:1.2em;
margin-top:11px;
left:0; 
width:170px;
border:1px solid #0066FF;
border-top:0;
background: transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
display:block; 
background:transparent url(http://www.sattor.com/im/cssbackground.png); 
color:#000066; 
border:0;
margin:0;
color:#000066;
font-weight:normal; 
font-size:12px;
height:auto; 
line-height:1em; 
padding:5px; 
width:160px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
background:#000066; 
color:#fff;
}

/* special styling for IE5.5 and IE6 and IE7 - transparency is non validating */
.menu ul li a:hover ul {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
background:transparent filter: alpha(opacity=80);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
opacity:0.8;
margin-top:10px; /* for IE5.5 faulty box model */
marg\in-top:11px; /* for IE6 */
marg\in-top:11px; /* for IE7 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
font-family: "Palatino Linotype", tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
background:#ddd;
width:170px; /* for IE5.5 faulty box model */
w\idth:170px; /* for IE6 */
w\idth:170px; /* for IE7 */
}
