a {
	text-decoration: none;
}
.unlinked {
	display: none;
	color: #f00;
	font-weight: bold;
}

ul#nav, ul#nav li, ul#nav dl, ul#nav dt, ul#nav dd {
margin: 0;
padding: 0;
list-style: none;
}

ul#nav {
	margin: 10px auto 0;
	width: 954px;
	font-family: "helvetica neue", arial, sans-serif;
	font-size: 13px;
	border: 1px solid #369;
	border-left: 0;
	border-bottom: 0;
	font-weight: bold;
}

ul#nav li {
	float: left;
}

ul#nav li a.firstlevel {
	display: block;
	width: 105px;
	text-align: center;
	background: #557fa8;
	border-left: 1px solid #369;
	border-bottom: 1px solid #369;
	line-height: 40px;
	color: #fff;
}

ul#nav li a.firstlevel:hover,
ul#nav li:hover a.firstlevel,
ul#nav li.sfhover a.firstlevel {
	color: #666;
	border-bottom-color: #fff;
}

ul#nav li div.optionholder {
	position: absolute;
	display: none;
	width: 477px;
	font-weight: normal;
}

ul#nav li:hover a,
ul#nav li.sfhover a {
	background: #fff;
}

ul#nav li:hover div.optionholder,
ul#nav li.sfhover div.optionholder {
	display: block;
}

ul#nav li div.optionholder {
	padding: 20px 20px 10px;
	padding-bottom: 0;
	border: 1px solid #369;
	border-top: 0;
	background: #fff url("../images/bg-optionholder.png") top left no-repeat;
	font-size: 1.333em; /* reset to 16 */
}

ul#nav li div.righthanger {
margin-left: -412px;
background: #fff url("../images/bg-optionholderright.png") top right no-repeat;
}

ul#nav li div.optionholder a:hover {
	text-decoration: underline;
}

ul#nav li div.optionholder dl {
	float: left;
	width: 50%;
}

ul#nav li dl dt {
	font-size: .875em; /* 14 */
}

ul#nav li dl dd {
	font-size: .6875em; /* 11 */
	line-height: 1.636363em; /* 18 */
	margin-bottom: 1.81818em;
	color: #666;
}

.newrow {
	clear: left;
}

ul#nav li a.external {
	background: url("../images/ico-leaving.png") right no-repeat;
	padding-right: 20px;
}

/* self-clear floats */

.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }

/* self-clear floats */

* html .group { /* IE6 */
	height: 1%;
	}
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
