/* Included in every page but print/pdf. */

/* media = "screen" */

/* SLIDING MENUS */

div#mainMenu {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 220px;
	min-height: 550px;
	background: url(../img/menus/leftmenubg.png) left top no-repeat;
}
div#libMenu {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 172px;
	min-height: 550px;
	background: url(../img/menus/rightmenubg.png) left top no-repeat;
}


div#mainMenuTrigger {
	position: absolute;
	left: 0px;
/*  top: 145px; */ top:225px;
	width: 80px;
	height: 40px;
	background: url(../img/menus/leftmenutrigger_new.gif) left top no-repeat;
	display: none;
}


div#libMenuTrigger {
	position: absolute;
	right: 0px;
/* 	top: 145px; */ top:225px;
	width: 80px;
	height: 40px;
	background: url(../img/menus/rightmenutrigger_new.gif) left top no-repeat;
	display: none;
}



div.trigger span {
	width: 50px;
	height: 37px;
	display: block;
	line-height: 37px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-size: 11px;
}
div.trigger a:hover {
	text-decoration: none;
}

div#mainMenuTrigger span {
	float: right;
	text-align: right;
	margin-right: 8px;
	padding-right: 12px;
	background: url(../img/menus/leftmenuarrow.gif) right center no-repeat;
	display: inline;
}
div#libMenuTrigger span {
	margin-left: 8px;
	padding-left: 12px;
	background: url(../img/menus/rightmenuarrow.gif) left center no-repeat;
	float: left;
	text-align: left;
	display: inline;
}

div.menuLock {
	position: absolute;
	width: 13px;
	height: 13px;
	display: none;
}
div.menuLock span {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	text-indent: -999em;
	background: url(../img/icons/menuLockSprite.gif) left bottom no-repeat;
	display: block;
	width: 13px;
	height: 13px;
	float: left;
}
div.menuLock span.locked {
	background-position: left top;
}
div#mainMenuLock {
	/* INVESTECAFTERCARE-239 */
	right: 33px;
	top: 8px;
}
div#libMenuLock {
	/* INVESTECAFTERCARE-239 */
	left: 25px;
	top: 8px;
}




/* MAIN LEFT NAV */

/* INVESTECAFTERCARE-120 */
/*
ul ul {
	font-size: inherit;
}
*/
ul ul,
ul li ul li {
	font-size: 100% !important;
}

span.navpic {
	display: block;
	position: absolute;
	left: 0px;
	top: 75px;
	width: 201px;
	height: 71px;
	overflow: hidden;
	text-indent: -999em;
}
span.navpicscroll {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 201px;
	height: 600px;
	background: none;
}
span.navpicscroll img {
	display: block;
	width: 201px;
	height: 71px;
	overflow: hidden;
}


ul.level1nav {
	color: #666;
	width: 201px;
	list-style-type: none;
	float: left;
	clear: both;
	margin-top: 146px;
}
ul.level1nav li {
	color: #666;
	cursor: pointer;
	font-size: 1em;
	display: inline;
	float: left;
	clear: both;
	width: 201px;
}
ul.level1nav li.selected {
	background: #e7e7e7;
	font-size: 1em;
	line-height: 2.7em;
	vertical-align: center;
}
ul.level1nav li:hover {
	background: #e7e7e7;
	color: #424242;
}
ul.level1nav li.level1 a {
	color: #666;
	padding: 3px 7px;
	margin-left: 7px;
	border: none;
	font-size: 1em;
	display: inline;
	float: left;
	clear: both;
	width: 180px;
}
ul.level1nav li.level1 a:hover {
	text-decoration: none;
}

ul.level1nav li.level1 a.navheading {
	color: #666;
	padding: 3px 7px 3px 3px;
	margin: 0;
	border: none;
	font-size: 1em;
	display: inline;
	float: left;
	clear: none;
	width: 174px;
	text-decoration:none;
}
ul.level1nav li.selected a.navheading {
	font-size: 1.3em;
	color: #437cc4;
	padding: 0 7px 0 3px;
	display: inline;
	float: left;
}

ul.level1nav li.level1 span.nav1arrow {
	color: #666;
	margin-left: 7px;
	display: inline;
	float: left;
	clear: both;
	width: 10px;
	text-indent: -999em;
	background: url(../img/menus/hasSubnav.gif) left bottom no-repeat;
}
ul.level1nav li.selected span.nav1arrow {
	background: url(../img/menus/hasSubnavOpen.gif) left center no-repeat;
}


div.level2navwrapper {
	background: url(../img/menus/menuL2Bg.gif) left top repeat-x;
	float: left;
	clear: both;
	width: 201px;
	display: none;
}
li.selected div.level2navwrapper {
	display: block;
}
ul.level1nav li.selected ul.level2nav {
	display: block;
	float: left;
	clear: both;
	width: 201px;
	padding-bottom: 2px;
	background: url(../img/menus/menuL2Divider.gif) left bottom repeat-x;
	list-style-type: none;
}
ul.level1nav li ul.level2nav li.level2 {
	padding-left: 5px;
	padding-top: 2px;
	background: #f6f6f6 url(../img/menus/menuL2Divider.gif) left top repeat-x;
	color: #666;
	font-size: 1em;
	line-height: 1.6;
	float: left;
	clear: both;
	width: 196px;
}
ul.level1nav li ul.level2nav li.level2 a {
	color: #666;
	text-decoration: none;
	padding: 1px 10px;
	margin-right: 2px;
	margin-left: 7px;
	display: block;
	float: left;
	display: inline;
	clear: both;
	width: 167px;
}
ul.level1nav li ul.level2nav li.hasSub a {
	padding-left: 0;
	clear: none;
	margin-left: 0;
}
ul.level1nav li ul.level2nav li.level2 span.nav2arrow {
	color: #666;
	text-decoration: none;
	padding: 1px 0;
	margin-left: 0px;
	display: inline;
	float: left;
	clear: both;
	width: 17px;
	text-indent: -999em;
	background: url(../img/menus/hasSubnav.gif) 7px center no-repeat;
}

ul.level1nav li ul.level2nav li.selected {
	background: #fff url(../img/menus/menuL2Divider.gif) left top repeat-x;
}
ul.level1nav li ul.level2nav li.selected span.nav2arrow {
	background-image: url(../img/menus/hasSubnavOpen.gif);
	color: #437ccf;
}
ul.level1nav li ul.level2nav li.selected a {
	color: #437ccf;
}



ul.level2nav li.level2 a:hover {
	color: #437cc4 !important;
	/*background: url(../img/miscfurn/navCurrent.gif) right center no-repeat;*/
}




div.level3navwrapper {
	float: left;
	clear: both;
	width: 196px;
	display: none;
}
ul.level2nav li.selected div.level3navwrapper {
	display: block;
}
ul.level2nav li.selected ul.level3nav {
	display: block;
	list-style-type: none;
	float: left;
	clear: both;
	width: 196px;
}
ul.level2nav li ul.level3nav li.level3 {
	float: left;
	clear: both;
	padding-left: 12px;
	padding-top: 2px;
	background: #fff url(../img/menus/menuL2Divider.gif) left top repeat-x;
	color: #666;
	font-size: 1em;
	line-height: 1.6;
	width: 184px;
}
ul.level2nav li ul.level3nav li.level3 a {
	float: left;
	clear: both;
	color: #666;
	text-decoration: none;
	padding: 1px 10px;
	margin-right: 2px;
	margin-left: 7px;
	display: inline;
	width: 155px;
}

ul.level2nav li ul.level3nav li.level3 a:hover {
	color: #437cc4;
	/*background: url(../img/miscfurn/navCurrent.gif) right center no-repeat;*/
}
ul.level2nav li ul.level3nav li.selected a {
	color: #437cc4;
}

div#menuCloseTrigger {
	position: absolute;
	background: url(../img/miscfurn/blank400.gif) repeat; /* this will need a transparent gif bg to work in IE6 */
}


