div.Navigation {
	visibility:hidden;
	color:#333;
	width:200px;
	position:absolute;
	z-index:1001;
	top:0;
	bottom: 36px;
	background: #ecf0f1;
}

div.Navigation div.linksContainer div.unitNameContainer {
	padding-left:10px;
	font-weight: bold;
	margin-bottom: 12px;
	font-size:14px;
}

div.Navigation div.linksContainer {
	position: absolute;
	padding:20px 0 0px;
	line-height: 1.55em;
	top: 0; bottom:0; left:0; right:0;
	overflow-y:auto;
	-webkit-overflow-scrolling: touch;
	/* background:url(images/nav-illustration.png) no-repeat bottom center; */
}
/* div.Navigation div.linksContainer div.illustration {
	height: 205px;
} */

div.Navigation.fixed {
	position:fixed;
	top:36px;
}

div.Navigation div.fixButton {
	position:absolute;
	background: url(images/navigation/pushpin.png) no-repeat center;
	width:13px;
	height:17px;
	cursor: pointer;
	right: 8px;
	top: 6px;
	padding:3px;
}

div.Navigation div.fixButton:hover {
	background-color: #eee;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

div.Navigation div.fixButton.active {
	background: url(images/navigation/pushpin_active.png) no-repeat center;
	/*background-color: #eee;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;*/
}

div.Navigation div.showButton {
	background-image: url(images/navigation/shownavi.png);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #EEEEEE;
    border-color: #CCCCCC #CCCCCC #CCCCCC #E9E9E9;
    border-radius: 0 10px 10px 0;
    /*box-shadow: 1px 0 2px 0 #999;*/
    cursor: pointer;
    height: 60px;
    position: absolute;
    right: -30px;
    width: 30px;

	border-bottom:solid 1px #bbb;
	border-top:solid 1px #bbb;
	border-right:solid 1px #bbb;
}

div.Navigation div.showButton.hide {
	background-image: url(images/navigation/hidenavi.png);
}

/******************************************************************************
LHS navigation styles
******************************************************************************/

div.Navigation #level-name {
	padding-left: 10px;
	display: none;
}
div.Navigation #unit-name {
	margin: 10px 0px 5px 10px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
div.Navigation #navigation {
	padding-left: 10px;
	white-space: nowrap;
	font-size: 8pt;
}
div.Navigation a.back-to-contents {
	color: #000;
	padding-left: 10px;
}
div.Navigation div.item {
	padding: 0 0 0px 5px;
	border: dotted #000;
	border-width: 0px 0px 0px 0px;
	margin: 0 0 5px 5px;
}
div.Navigation .pagenumber {
	font-size: 7pt;
	color: #999;
}
div.Navigation .task-tag {
	XXbackground:#fc0; /* Updated to new blue look - Ciaran  */
	XXborder:1px solid #999;
	font-size:8px;
	padding-right:2px;
	position: relative;
	bottom: 2px;
	margin-left: 0 !important;
}
div.Navigation span.title {
	display: block;
	margin-top: 3px;
	color: #666;
}
div.Navigation a {
	display: block;
	outline:none;
	cursor:pointer;
	font-size: 1.05em;
	/*text-shadow:1px 1px 1px #FFFFFF;*/
}
div.Navigation a:hover {
/*	text-shadow: 1px 1px 1px #FFCC33;*/
	background-color:#dce5e7;
}
div.Navigation div.section-heading {
	font-size: 1em;
	padding-left: 10px;
	font-weight: bold;
	color:#888;
	padding-top: 12px;
}
div.Navigation div.disable {
	padding: 3px 0 3px 10px;
	white-space: nowrap;
	font-size: 1.05em;
	color:#999;
}
div.Navigation div.disable span {
	margin-left: 5px;
}
div.Navigation .different-section {
	/*margin-top: 5px;*/
	padding: 3px 0 3px 10px;
	white-space: nowrap;
}
div.Navigation .different-section span{
	margin-left: 5px;
}
div.Navigation .current-sco {
	/*padding-left: 15px;
	background: url(images/player/youarehere.gif) no-repeat left;*/
	color:#fff;
	background-color:#bac4c6;
}

div.Navigation div.sub-section {
	/*padding-left:10px;*/
}

div.boxtitle{
	position:absolute; 
	height:21px;
	background-color: #DCE5E7;
	cursor: pointer;
	padding: 4px 7px 2px 10px;
	font-size: 1.05em;
	margin-top: -4px;
}

div.boxtitle-current-sco{
	color: #fff;
}

div.titleDivText > span{
	margin-left:5px;
}
