/* Start Horizontal Navigation */
.navigation {
	background:url('../images/navigation_bg.gif') top left no-repeat;
	margin:0 14px;
}
.navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.topmenuli {
	list-style-type:none;
	float:left;
	padding-right:2px;
	background:url('../images/navigation_seperator.gif') top right repeat-y;
}
.topmenuli a {
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	background:none;
	display:block;
	line-height:43px;
	padding:0 20px;
}

.topmenuli a:active{
	color: #FFF;
	text-decoration: none;
	background:none;
}
.topmenuli a:visited{
	color: #FFF;
	text-decoration: none;
	background:none;
}

.topmenuli a:hover{
	color: #ffea00;
	background:url('../images/navigation_hover.gif') -10px 0 no-repeat;
}

.navigation li:first-child a:hover {
	background:url('../images/navigation_hover.gif') 0 0 no-repeat;
}
.navigation .help {
	float:right;
	z-index:1000;
	list-style-type:none;
	position:relative;
	padding-left:1px;
	background:url('../images/navigation_seperator.gif') top left repeat-y;
}
.navigation .help span {
	color: #0d5582;
	text-decoration: none;
	font-weight:bold;
	background:none;
	display:block;
	line-height:43px;
	padding:0 20px;
	text-transform:uppercase;
	cursor:pointer;
	background:url('../images/help_nav.gif') top right no-repeat;
}
.navigation .help span:hover {
	background:url('../images/help_nav_hover.gif') top right no-repeat;
}
.navigation .help ul {
	display:none;
	position:absolute;
	right:0;
	width:268px;
	top:43px;
	z-index:1000;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	background:#0d5582;
}
.navigation .help ul li:last-child a {
	border-bottom:1px solid #8d8100;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.navigation .help:hover ul{
	display:block;
}
.navigation .help ul li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.navigation .help ul li {
	background:none;
	padding:0;
	float:none;
	border-left:1px solid #8d8100;
	border-right:1px solid #8d8100;
}
.navigation .help ul li a {
	display:block;
	border-bottom:1px solid #eeda00;
	float:none;
	padding:0 22px 0 15px;
	color:#0d5582;
	line-height:33px;
	background:#ffea00;
	text-align:left;
}
.navigation .help ul li:hover {
	border-left:1px solid #004a78;
	border-right:1px solid #004a78;
}
.navigation .help ul li a:hover {
	background:#0d5582;
	color:#ffffff;
}
.navigation .help ul li:last-child a:hover {
	border-bottom:1px solid #004a78;
}
