/* CSS Document */
#navigation {
	background-color:#FBFBFB;
	background-image:url(../images/menuBackground.gif);
	vertical-align:top;
	width:180px;
	padding:10px;
	height:100%;
	<*height:500px;
}

#navigation ul {
	padding:5px;
	margin: 0px;
	list-style:none;
}
#navigation li {
	padding:0px;
	margin:0px;
}
#navigation a {
	display:block;
	width:100%;
	color:#00a2e5;
}
#navigation a:link,#navigation a:visited {
	text-decoration:none;
}
#navigation a:hover,#navigation a:active {
	color:#62bb46;
	text-decoration:underline;
}
/* The Navigation Header for each Content Type (E.g. PAGES or NEWS)*/
#navigation ul li h1{
	border:3px solid #ccc;
	background-color:#efefef;
	Zcolor:#FBFBFB;
	padding:2px 5px;
	border-bottom:none;
	font-size:1em;
	margin:0px;
}
/* The ul that contains the links for each content type (E.g. Add Pages, List Unpub Pages)*/
#navigation li ul {
	border:3px solid #ccc;
	margin-bottom:5px;
}
.current, .current a:link, .current a:visited, .current a:hover, .current a:active {
	background-image:url(../images/Buttons/currentLink.gif);
	background-repeat: no-repeat;
	background-position: right;
}