@charset "utf-8";
/* CSS Document */

#ddlinks {
	width: 768px;
	margin: 0 auto;
	height: 20px;
	background-color: #004f8f;
}

#home
{
	text-align:center;
}

ul {

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

li {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
  float: left;
  position: relative;
  text-align:left;
  width: 153;
}

li a {
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;	
}
 
li ul {
  display: none;
  background-color: #004f8f;
  position: absolute; 
  top: 1em;
  left: 0;
}

li ul li
{
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	border: outset;
}

li > ul {
	top: auto;
	left: auto;
	}
	
#secondary {
	text-indent: 2.0em;
}

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