/* @name:		Navigation (includes sub related WIDGETS)
 * @site:		ME Bank
 * @author:		RBurnie, Hugeobject, http://www.hugeobject.com.au
 */
/* = NAV_MAIN = __________________________________________________________ */
div#nav_main ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div#nav_main ul li {
	height: 46px;
	display: block;
	float: left;
	margin: 0 1px 0 0;
}
/* == NAV_MAIN TABS == --------------------------------------------------- */
/* === TAB: NAV_PERSONAL === */
li#nav_personal {
	width: 152px !important;
}
li#nav_personal a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: transparent url(../images/nav/header_main_tabs.png) 0 0 no-repeat;
}
li#nav_personal a:hover,
li#nav_personal.current a {
	background-position: 0 -46px;
}
/* === TAB: NAV_BUSINESS === */
li#nav_business {
	width: 151px !important;
}
li#nav_business a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: transparent url(../images/nav/header_main_tabs.png) -153px 0 no-repeat;
}
li#nav_business a:hover,
li#nav_business.current a {
	background-position: -153px -46px;
}
/* === TAB: NAV_IFFP === */
li#nav_iffp {
	width: 152px !important;
}
li#nav_iffp a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -999em;
	background: transparent url(../images/nav/header_main_tabs.png) -305px 0 no-repeat;
}
li#nav_iffp a:hover,
li#nav_iffp.current a {
	background-position: -305px -46px;
}

/* === TAB: NAV_BANKING ===
 *	Contains text and two links
 */
li#nav_banking {
	width: 187px !important;
	margin: 0 !important;
	position: relative;
}
li#nav_banking a {
	display: block;
	position: absolute;
	height: 19px;
	padding: 0;
}
li#nav_banking a:hover { background-position: 0 -19px !important; }
li#nav_banking span {
	position: absolute;
	left: -999em;
}
li#nav_banking span.label {
	color: #194276;
	/*font-weight: bold;*/
	font-size: 1.1em;
	position: relative;
	left: 0;
	top: 0;
	margin-left: 17px;
}
li#nav_banking a img {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
li#nav_banking a.login {
	width: 65px;
	top: 21px;
	left: 17px;
	background: transparent url(../images/buttons2/log-in.gif) 0 0 no-repeat;
}
li#nav_banking a.info {
	width: 65px;
	top: 21px;
	left: 98px;
	background: transparent url(../images/buttons2/more-info.gif) 0 0 no-repeat;
}

/* = NAV_LOCAL = _________________________________________________________ */
div#nav_local {
	width: 195px;
	padding-bottom: 60px;
	background: #cfd5d8 url(../images/nav/lmenu_bottom.png) bottom left repeat-x;
}
/* == 1st level == ------------------------------------------------------- */
div#nav_local ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	font-weight: bold;
}
div#nav_local li {
	margin-left: 0;
	/*
	In case of words longer than avail width we will hide overflow
	in ie6/7 we will break word
	*/
	overflow: hidden; /* NB: ie7: auto; */
	word-wrap: break-word;
}
div#nav_local li a,
div#nav_local li h2 {
	display: block;_display: inline-block;
	width: 163px; /* 195 - 16 - 16 */
	line-height: 16px;
	margin-bottom: 1px;
	padding: 0.8em 16px 0.8em 16px;
	font-size: 1em;
	text-decoration: none;
	color: #ebebed;
	background: #194276 url(../images/nav/lmenu_main_button.png) repeat-x;
}
div#nav_local li h2 {
	margin-top: 0;
	color: #00427a;
	background-color: #bfd6ea;
}
div#nav_local li a:link,
div#nav_local li a:visited {
	color: #ebebed;
}
div#nav_local li a:hover,
div#nav_local li a:visited:hover {
	color: #00427a;
	background: #cfdfe6; /* url(../images/nav/lmenu_main_button_hover.png) bottom repeat-x !important;*/
}
div#nav_local li.current a.current {
	color: #00427a;
	background: #cfdfe6; /* #194276 url(../images/nav/lmenu_main_button_current.png) bottom repeat-x !important;*/
}
/* == 2nd level == -------------------------------------------------------- */
div#nav_local ul ul {
	width: 195px; /* 195 - 2(border) */
	/*border: 1px solid #e1e6eb;
	border-width: 0 1px;*/
	font-size: 0.85em;
	font-weight: normal;
	/*background: #f0f7f9 url(../images/nav/lmenu_submenu_background.png) repeat-x !important;*/
	background: #fff url(../images/nav/lmenu_submenu_background.png) bottom repeat-x !important;
}
div#nav_local ul ul a,
div#nav_local ul ul strong {
	width: 163px; /* 195 - 6 - 26 */
	padding: 0.3em 6px 0.3em 26px;
	color: #00427a;
	/*background: #fff;*/
}
div#nav_local ul ul strong {
	display: block;
	border-top: 1px solid #eceff2;
}
div#nav_local li li a:link,
div#nav_local li li a:visited {
	color: #00427a;
	background: transparent url(../images/icons/raquo-quick-links2.gif) center left no-repeat;
}
div#nav_local li li a:hover,
div#nav_local li li a:visited:hover {
	color: #00427a;
	background: #ecf3f6 url(../images/icons/raquo-quick-links2.gif) center left no-repeat !important;
}
div#nav_local li li.current a {
	color: #00427a;
	background: #ecf3f6 url(../images/icons/raquo-quick-links2.gif) center left no-repeat !important;
	/*background: transparent url(../images/icons/arrow-fwd.gif) center right no-repeat;*/
	/*background: #bfd6ea url(../images/nav/lmenu_submenu_current.png) repeat-x !important;*/
}

/* = footer_quick_links (in FOOTER) = ___________________________________________ */
div#footer_quick_links {
   border-top: 1px solid #eef3f7;
}
div#footer_quick_links div {
	float: left;
	border-right: 1px solid #e1e6eb;
	margin-bottom: 20px;
}
div#footer_quick_links div h3 {
	padding: 5px 0 0 16px;
}
div#footer_quick_links div ul {
	width: 177px;
	float: left;
	list-style-type: none;
}
div#footer_quick_links div li {
	width: 177px;
	padding-left: 17px;
	background: transparent;
	margin-left: 0;
}
div#footer_quick_links div li li {
   padding-left: 8px;
}
div#footer_quick_links div li a {
	display: block;
	line-height: 1.2em;
	margin-bottom: 0.6em;
	font-size: 0.85em;
	text-decoration: none;
}
div#footer_quick_links div li a,
div#footer_quick_links div li a:link,
div#footer_quick_links div li a:visited {
	width: 159px;
	color: #325481;
}
div#footer_quick_links div li li a,
div#footer_quick_links div li li a:link,
div#footer_quick_links div li li a:visited {
	width: 149px;
   color: #93a8b7;
}
div#footer_quick_links div ul ul { float: none; }

div#footer_quick_links div a:hover,
div#footer_quick_links div a:visited:hover {
	text-decoration: underline;
}
/* == footer_quick_links WRAPPERS == -------------------------------------------- */
div#quick_link_why {
	width: 164px;
	overflow: hidden;
}
div#quick_link_personal {
	width: 383px;
} 
div#quick_link_business {
	width: 380px;
	border: 0 !important;
}

/* = FOOTER NAVIGATION = _________________________________________________ */
ul#nav_footer {
	margin: 12px 10px 12px 10px;
}
div#footer_quick_links ul#nav_footer {
   padding-top: 20px;
}
ul#nav_footer li {
	list-style-type: none;
	display: inline;
	padding: 0 0.5em 0 0.8em;
	background: transparent url(../images/nav/pipe.png) center left no-repeat;
}
ul#nav_footer li a,
ul#nav_footer li a:link,
ul#nav_footer li a:visited,
ul#nav_footer li small {
	font-size: 11px;
	color: #003562;
	text-decoration: none;
	position: relative;
	top: -1px;
	
}
ul#nav_footer li.first  {
	padding: 0 0.5em 0 0;
	background: transparent;
}
ul#nav_footer li a:hover,
ul#nav_footer li a:visited:hover {
	text-decoration: underline;
}

/* = ANCILLARY (in HEADER) = _______________________________________________ */
div#header div#ancillary ul {
	margin: 0;
	padding: 0 13px 0 0;
	float: right;
	text-align: right;
}
div#header div#ancillary ul li { 
	list-style-type: none;
	display: inline;
	padding: 0 5px 0 10px;
	background: transparent url(../images/nav/pipe.png) center left no-repeat;
}
div#header div#ancillary ul li.first  {
	background: transparent;
}
div#header div#ancillary a,
div#header div#ancillary a:link,
div#header div#ancillary a:visited {
	color: #325481;
	text-decoration: none;
	
}
div#header div#ancillary a:hover,
div#header div#ancillary a:visited:hover {
	text-decoration: underline;
}
div#ancillary p.call {
	float: left;
	margin: 0 0 0 3px;
}
div#ancillary p.request {
	float: left;
	padding: 0;
	margin: 0 5px;
}

/* = QUICK LINKS WIDGETS = ______________________________________________________________ */
/*
   == SUB_2 ==
   === STANDARD === ---------------------------------------------------------------------
   Expected markup:
   <div class="quick-links">
   	<h2>
		<ul>
*/

div#sub_2 div.quick-links {
	background: #ecf3f6 url(../images/nav/rmenu_items_background.png) top left repeat-x;
}
div#sub_2 div.quick-links h3,
div#sub_2 div.latest-news h3 {
   margin: 0;
   padding: 10px 0 5px 13px;
}
div#sub_2 div.quick-links ul,
div#sub_2 div.latest-news ul {
	width: 220px; /* 220 - 2 */
	list-style-type: none;
	margin: 0;
	padding: 0 0 8px 0;
	/*border: 1px solid #e1e6eb; refresh*/
	border-width: 0 1px 1px 1px;
}
div.snippet-220 ul.quick-links,
div.snippet-220 ul.latest-news {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div.snippet-220 ul.latest-news {
	margin-left: 8px;
}
/* Add vi js enhancement when ul is not last (ie. mixed lists and collapsable dl's) */
div#sub_2 div.quick-links ul.open-end {
	border-width: 0 1px 0 1px;
}
/* By default it closes without this class but this here to enforce when js enhancement kicks in */
div#sub_2 div.quick-links ul.closed {
	border-width: 0 1px 1px 1px;
}
div#sub_2 div.quick-links li,
div#sub_2 div.latest-news li,
div.snippet-220 ul.quick-links li,
div.snippet-220 ul.latest-news li {
	margin: 0;
	padding: 0;
	font-size: 0.85em;
}
div#sub_2 div.quick-links li a,
div#sub_2 div.quick-links li strong,
div#sub_2 div.latest-news li a,
div.snippet-220 ul.quick-links li a,
div.snippet-220 ul.quick-links li span,
div.snippet-220 ul.latest-news li span  {
	display: block;_display: inline-block;
	width: 180px;/* 220 - 2 - 28 - 10 */
	margin: 1px 0 0 0;
	padding: 0.1em 10px 0.1em 28px;
	line-height: 16px;
	color: #00427a;
	background: transparent url(../images/icons/raquo-quick-links2.gif) top left no-repeat;
}
div.snippet-220 ul.latest-news li span  {
	padding: 0.3em 10px 0.2em 28px;
   min-width: 174px;
   background-position: 0 3px;
}
div#sub_2 div.quick-links li strong { background: transparent; }
div#sub_2 div.quick-links li a strong {
	display: inline;
	width: auto;
	margin: 0;
	padding: 0;
	line-height: inherit;
}
div.snippet-220 ul.quick-links li a,
div.snippet-220 ul.latest-news li span {
	width: 172px;
}
div#sub_2 div.quick-links li a,
div#sub_2 div.quick-links li a:link,
div#sub_2 div.quick-links li a:visited,
div.snippet-220 ul.quick-links li a,
div.snippet-220 ul.quick-links li a:link,
div.snippet-220 ul.quick-links li a:visited {
	background-color: transparent;
}
div#sub_2 div.quick-links li a:hover,
div#sub_2 div.quick-links li a:visited:hover,
div.snippet-220 ul.quick-links li a:hover,
div.snippet-220 ul.quick-links li a:visited:hover {
	background-color: #dfebf5;
}
div#sub_2 div.quick-links li a {
   text-decoration: none;
}
/* === LATEST NEWS == */
div#sub_2 div.latest-news {
   background: #09427f url(../images/nav/rmenu_news_background.png) top left repeat-x;
}
div#sub_2 div.latest-news h3 a {
   color: #ffffff;
   text-decoration: none;
}
div#sub_2 div.latest-news h3 a:hover {
   text-decoration: underline;
}
div#sub_2 div.latest-news ul {
   margin-top: 5px;
}
div#sub_2 div.latest-news ul a {
   color: #e0e8ed;
   text-decoration: none;
}
div#sub_2 div.latest-news ul li a:hover {
   color: #ffffff;
}
div#sub_2 div.latest-news li a {
	background: transparent url(../images/icons/raquo-quick-links-light.gif) top left no-repeat;
}
div#sub_2 div.latest-news-base {
   background: transparent url(../images/nav/rmenu_news_bottom.gif) top left no-repeat;
}
div#sub_2 div.latest-news-base img {
   width: 220px;
   height: 14px;
}
/* === COLLAPSER == */
div#sub_2 dl.collapser {
	width: 218px;/* 220 - 2*/
	margin: 0;
	padding: 0;
	/*border: 1px solid #e1e6eb; refresh*/
	border-width: 0 1px 0 1px;
	font-size: 0.85em;
}
div#sub_2 dl.collapser.closed {
	border-width: 0 1px 1px 1px;
}
div#sub_2 dl.collapser dt,
div#sub_2 dl.collapser dd {
	display: block;_display: inline-block;
	width: 180px;/* 220 - 2 - 28 - 10 */
	margin: 1px 0 0 0;
	padding: 0.1em 10px 0.1em 28px;
	line-height: 16px;
	color: #00427a;
	background: transparent;
	position: relative;
}
div#sub_2 dl.collapser dd {
	background-image: none;
	border-bottom: 1px solid #e1e6eb;
	display: block;
	width: 218px;
	padding: 0;
}
div#sub_2 dl.collapser.closed dd.last {
	border-bottom: 0;
}
div#sub_2 dl.collapser dd p {
	padding: 5px 10px 5px 32px;
	margin-bottom: 0;
}
div#sub_2 dl.collapser dd table {
	width: 218px;
	margin: 0;	
	padding: 0;
	font-size: 1em;
}
div#sub_2 dl.collapser dd td {
   text-align: left;
}
div#sub_2 dl.collapser dd td.th {
	width: 68px; /* 100 - 32 */
	padding-left: 32px;
   font-weight: bold;
}
div#sub_2 dl.collapser dd td.td {
	width: 88px; /* 118 - 20*/
	padding-left: 10px;
	padding-right: 10px;
}
div#sub_2 dl.collapser dd td.detail {
	padding-left: 32px;
}


/* rules for classes and elements added via js enhancement */
div#sub_2 dl.collapser dt.toggle {
	/* add stuff to overwrite non enhanced settings once defined */
	cursor: pointer;
	cursor: hand;
}
div#sub_2 dl.collapser dt {
	background: transparent url(../images/icons/plus-quick-links.gif) center left no-repeat;
}
div#sub_2 dl.collapser dt.expanded  {
	background-image: url(../images/icons/minus-quick-links.gif);
}
div#sub_2 dl.collapser dt.hover,
div#sub_2 dl.collapser dt.expanded {
	background-color: #dfebf5;
}
/* == SINGLE QUICK LINK == */
div#sub_2 div.single-quick-link {
   height: 36px;
	background: #e9f0f3 url(../images/nav/rmenu_item_background.png) top left repeat-x;
}
div#sub_2 div.single-quick-link a {
   position: relative;
   top: 8px;
	text-decoration: none !important;
	background: transparent url(../images/icons/raquo-quick-links2.gif) center left no-repeat;
}
div#sub_2 div.single-quick-link h3 {
	margin-left: 10px;
   display: inline;
}

