/**
 * ABN Amro Markets
 * Navigation styles
 */

/* Main Navigation */
#nav {
	background: transparent url(../images/backgrounds/nav.png) no-repeat left top;
	height: 40px;
	position: absolute;
	top: 0;
	width: 966px;
	left: -3px;
	z-index: 1;
}
#nav ul {
	font-size: 1.8em;
	padding: 0 6px;
}
#nav ul li {
	float: left;
	padding: 2px 0;
}
#nav ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
}

#nav ul li a.turboButton {
	background: transparent url(../images/buttons/turbo-menu.png) repeat-x scroll center top;
	height: 34px;
	position: relative;
	top: -2px;
}
#nav ul li a.turboButton:hover {
	background-position: center bottom;
}

/* Subnav */
.box-subnav ul li.hassub a {
	margin-left: 15px;
	padding-left: 15px;
	display: block;
	background: transparent url(../images/icons/arrow_small_green_right.gif) no-repeat center left;
}
.box-subnav ul li.hassubactive ul.sub-nav-ul {
	border-top: none;
	border-bottom: none;
}
li.hassubactive ul li {
	border-bottom: none;
}
.box-subnav ul li.hassubactive ul.sub-nav-ul li,
.box-subnav ul li.hassub ul.sub-nav-ul li {
	border-bottom: none;
}
.box-subnav ul li.hassub ul.sub-nav-ul li a,
.box-subnav ul li.hassubactive ul.sub-nav-ul li a{
	background: none;
	font-weight: normal;
}
.box-subnav ul li.hassub ul.sub-nav-ul li span,
.box-subnav ul li.hassubactive ul.sub-nav-ul li span {
	background: none;
}
.box-subnav ul li.hassub ul.sub-nav-ul li.active a,
.box-subnav ul li.hassubactive ul.sub-nav-ul li.active a {
	font-weight: bold;
}
.box-subnav ul li.hassub ul.sub-nav-ul li a:hover,
.box-subnav ul li.hassubactive ul.sub-nav-ul li a:hover{
	text-decoration: underline;
}
.box-subnav {
	background: transparent url(../images/backgrounds/box_subnav_top.gif) no-repeat left top;
	padding-top: 19px;
}
.box-subnav ul {
	border-top: 1px dotted #CECECE;
	margin: 0;
	padding: 0;
}

.box-subnav ul ul * {
	zoom: 1;
}

.box-subnav ul li {
	border-bottom: 1px dotted #CECECE;
	float: left;
	position: relative;
	width: 172px;
	overflow: hidden;
}
.box-subnav ul li a {
	color: #000;
	display: block;
	padding: 7px 0 7px 30px;
	position: relative;
	z-index: 300;
}
.box-subnav ul li span {
	height: 100%;
	left: 0;
	height: 27px;
	position: absolute;
	top: 0;
	width: 180px;
}
.box-subnav ul li.hassubactive a {
	margin-left: 15px;
	padding-left: 15px;
	display: block;
	background: transparent url(../images/icons/open_arrow_small_green_right.gif) no-repeat center left;
}

.box-subnav ul li.active a,
.box-subnav ul li a:hover,
.box-subnav ul li.active li.active a,
.box-subnav ul li.active li.active a:hover
 {
    color: #116668;
}

.box-subnav ul li li a {
    font-weight: bold;
    padding-left: 40px;
    background: transparent url(../images/icons/arrow_small_yellow_right.gif) no-repeat scroll 30px center;
}

.box-subnav ul li.active li a {
    color: #000;
}

.box-subnav ul li.active span {
	background: #fff;
	opacity: 0.5;
	height: 50px;
	display: none; 
}
.box-subnav-bottom {
	background: transparent url(../images/backgrounds/box_subnav_bottom.gif) no-repeat left top;
	height: 18px;
	margin-bottom: 20px;
}

/* Breadcrumb */
#breadcrumb {
	height:38px;
	clear: both;
	float: none;
}
#breadcrumb ul {
	font-size: 1.1em;
	padding: 14px 0;
}
#breadcrumb ul li {
	background: transparent url(../images/icons/arrow_small_yellow_right.gif) no-repeat right center;
	margin-right: 6px;
	padding: 0 15px 0 0;
	display: inline;
}
#breadcrumb ul li.current {
	background-image: none;
}
#breadcrumb ul li a {
	color: #999;
	text-decoration: none;
	font-weight:normal;
}
#breadcrumb ul li a:hover {
	text-decoration: underline;
}

/* Top shortcuts */
#shortcuts {
	margin-top: 35px;
	position: relative;
	float: right;
	font-size: 1.1em;
	z-index: 200;
}

/* Quicklinks */
#rssLink {
	float: right;
	margin-right: 6px;
}
#quickLinks {
	left: 0px;
	float: right;
	padding-top:4px;
	background: url(../images/backgrounds/quicklinks.gif) no-repeat top left;
	width: 184px;
	height: 22px;
	cursor: pointer;
}
#quickLinks .links {
	position: absolute;
	display: none;
	top: 22px;
	right: 0;
	z-index:201;
}
#quickLinks span {
	color: #116668;
	padding-left: 8px;
}
#quickLinks ul {
	width: 182px;
	border-right: 1px solid #cecece;
	border-left: 1px solid #cecece;
	border-bottom: 1px solid #cecece;
}
#quickLinks ul li {
	padding: 5px 0 4px 8px;
	background: #fff;
	width:174px;
}
#quickLinks ul li:hover {
	background: #EAF4F3;
}
#quickLinks ul li a {
	display: block;
	font-weight: normal;
}
