div#navigation { height: 125px; width: 99%;
  background: bottom left repeat-x url(../images/gradient.png) !important;
  background: bottom left repeat url(../images/iegradient.png);
  position: fixed; z-index: 2; 
  padding-top: 1em; }
  
#navigation>ul { text-align: center; }

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

#nav a {
	font-weight: bold;
	color: #666;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #666;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border-width: 0 5px;
	color: #000000;
}

li {
	float: left;
	position: relative;
	width: 255px;
	text-align: center;
	cursor: default;
	background-color: white;
}

.home li { width: 350px; }

li div
{
  border-top: 0px solid black;
  border-left: 0px solid black;
  border-bottom: 0px solid black;
}

div#information
{
  border-right: 0px solid black;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
