 /* Side Navigation */	
 
 div.menuBlock {
 }
 
div.menuBlock p {
	display:block;
	height:auto;
	text-decoration:none;
	background: #f2f6f9 url(../images/list-off.gif) top left no-repeat;
	padding: 7px 0px 6px 15px;
	margin: 0px 10px 0px 10px;
	color: #000000;
	font-size:90%;
	}
	
div.menuBlock a {
	display:block;
	border:solid 0 black;
	text-decoration:none;
	background-image: url(../images/list-on.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding: 7px 0px 6px 15px;
	margin: 0px 10px 0px 10px;
	color: #000000;
	font-size:90%;
	line-height:130%
	}
div.menuBlock a:hover {
	display:block;
	text-decoration:none;
	background-image: url(../images/list-on.gif);
	background-repeat: no-repeat;
	background-position:top left;
	padding: 7px 0px 6px 15px;
	color: #336699;
	margin: 0px 10px 0px 10px;
	line-height:130%
	}
div.menuBlock a#active {
	display:block;
	text-decoration:none;
	background-image: url(../images/list-active2.gif);
	background-position:top left;
	background-repeat: no-repeat;
	padding: 7px 0px 6px 15px;
	color: #ffffff;
	margin: 0px 10px 0px 10px;
	background-color:#336699;
	line-height:130%
	}
	
	div.menuBlock a#subActive {
	display:block;
	text-decoration:none;
	background-image: url(/_assets/images/sub-active.gif);
	background-position:left top;
	background-repeat: no-repeat;
	background-color:#f7f1d6;
	padding: 7px 0px 6px 25px;
	color: #000;
	margin: 0px 10px 0px 10px;
	}
		
	div.subLink a {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(../images/sub-list-off.gif);
		background-repeat: no-repeat;
		background-position:left top;
		background-color:#f2f6f9;
		padding: 7px 0px 6px 25px;
		margin: 0px 10px 0px 10px;
		color: #000000;
		font-size:90%
	}
	
	div.subLink a:hover {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(../images/sub-list-on.gif);
		background-repeat: no-repeat;
		background-position:left top;
		background-color:#ffffff;
		padding: 7px 0px 6px 25px;
		margin: 0px 10px 0px 10px;
		color: #000000;
		font-size:90%
	}
	
	div.library a {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(/_assets/images/shared/pdf-list-off.gif);
		background-repeat: no-repeat;
		background-position:left;
		padding: 7px 0px 6px 35px;
		color: #000000;
		font-size:90%
	}
	
	div.library a:hover {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(/_assets/images/shared/pdf-list-on.gif);
		background-repeat: no-repeat;
		background-position:left;
		padding: 7px 0px 6px 35px;
		color: #000000;
		font-size:90%
	}
	
	div.librarySingle a {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(/_assets/images/shared/pdf-list-on.gif);
		background-repeat: no-repeat;
		background-position:left;
		padding: 7px 0px 6px 35px;
		color: #000000;
		font-size:90%;
		margin-left:5px
	}
	
	div.librarySingle a:hover {
		display:block;
		height:auto;
		text-decoration:none;
		background-image: url(/_assets/images/shared/pdf-list-off.gif);
		background-repeat: no-repeat;
		background-position:left;
		padding: 7px 0px 6px 35px;
		color: #000000;
		font-size:90%;
		margin-left:5px
	}
	
	
#menuHeader {
	height: auto; 
	background-color:#F2F6F9; 
	margin: 0px 10px 0px 10px !important; margin: 0px 10px -10px 10px;
	padding: 0px 0px 2px 0px;
	}
#menuHeader p {
	font-weight:bold; 
	color:#6699CC; 
 	padding: 20px 0px 0px 5px;
	}
.menuBottom {
	height: 12px;
	background-color:#F2F6F9;
	margin: 0px 10px 0px 10px;
	}

