/* CSS Document */

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

#nav a {
	font-weight: bold;
	font-size:11px;
	color: #FFFFFF;
}

#nav a {
	text-decoration: none;
}

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

#nav li li a:hover {
	padding: 0.5em 5px;
	border: 5px solid #FFFFFF;
	background-color: #000066;
	border-width: 0px 5px 0px 5px;
}

li {
	float: left;
	position: relative;
	width: 170px;
	text-align: center;
	cursor: default;
	background-color: #035BAC;
	border: 1px solid #035BAC;
	border-width: 1px 0;
	height: 15;
	vertical-align: bottom;
	}

li#first {
	border-left-width: 1px;
}

li#last {
	border-right-width: 1px;
}

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;
	border-right: solid 2px #035BAC;
	border-left: solid 2px #035BAC;
}

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

li li {
	display: block;
	float: none;
	background-color: #035BAC;
	border: 0;
}

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


