ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: 1000;
	color: white;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-family: Arial;   
   	font-size: 11px;
   	font-weight: 900;
  	color: blue;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 10px;
	border: none;
	border-width: 0 5px;
	font-family: Arial;   
   	font-size: 11px;
   	font-weight: 900;
  	color: #ff6600;
}


li {
	float: left;
	position: relative;
	width: 7em;
	text-align: center;
	font-family: Arial;   
   	font-size: 16px;
   	font-weight: 900;
  	color: white;
   	cursor: default;
	background-color: #00365;
	
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	
	font-weight: normal;
	font-family: Arial;   
  	font-size: 12px;
	background: url(Graphics/ddbg3.gif) bottom left no-repeat;
  	padding: 0.1em 0 1em 0;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 1px #00365;
	border-width: 1px 0;
	width: 11em;
	text-align: left;
}

li > ul {
	top: auto;
	left: auto;
	}


li:hover ul, li.over ul{ display: block; }