/* --------side navigation styles --------------------------------------------------------*/
	
#sideContentNavigation {
	float: left;
	width: 233px;
	background : url(../images/side_text_panel_middle.jpg);
	background-repeat:repeat-y;
	overflow:hidden;

}
#sideContentNavigation h2 {
	width : 120px;
	margin : 0;
	padding : 15px 40px 5px 0px;
	font: 20px Helvetica, Arial;
	color: #0066CC;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	float: right;
/*text-indent : -9999px; }*/
}
#sideContentNavigation h3 {
	width : 240px;
	padding : 20px 0 0 25px;
	color:#990000;
	background : url(../images/side_text_panel_top.jpg) no-repeat;
/*text-indent : -9999px; }*/
}

#sideContentNavigation ul {
	width : 180px;
	margin : 0;
	padding : 0px 40px 0px 20px;
	clear: both;
}
#sideContentNavigation ul.last {
	padding : 0px 40px 60px 20px;
	background : url(../images/side_text_panel_bottom.jpg) no-repeat 0 100%;
}
#sideContentNavigation li {
	list-style-type:none;
	margin : 0 5px;
	padding : 4px 0 4px 10px;
	/*background : url(images/side_marker_001.gif) no-repeat 5px 50%;*/
	border-bottom : 1px solid #D0D8D9;
	line-height: 13px;
}

#sideContentNavigation li a {
	display : block;
	text-decoration:none;
	color: #666666;
}

#sideContentNavigation a:hover {
	text-decoration:none;
	color:#003366;
}
#sideContentNavigation li:hover {
	background:#F0F2F9 url(../images/list_nav_backdrop.jpg) bottom repeat-x;
	text-decoration:none;

}
/* --------side navigation styles detached panel--------------------------------------------------------*/
	
.columnNavigation {
	float: left;
	overflow:hidden;
	width: 234px;

}
.columnNavigation h2 {
	width : 120px;
	margin : 0;
	padding : 15px 40px 5px 0px;
	font: 20px Helvetica, Arial;
	color: #0066CC;
	font-weight: normal;
	line-height: 18px;
	text-decoration: none;
	float: right;
/*text-indent : -9999px; }*/
}
.columnNavigation h2 a{
	text-decoration: none;
/*text-indent : -9999px; }*/
}
.columnNavigation h3 {
	padding : 0px 0 0 25px;

/*text-indent : -9999px; }*/
}

.columnNavigation ul {
	width : 200px;
	margin : 0;
	padding : 0px 10px 0px 10px;
	clear: both;
}
.columnNavigation ul.last {
	padding : 0px 40px 60px 20px;
}
.columnNavigation li {
	list-style-type:none;
	margin : 0 5px;
	padding : 4px 0 4px 0px;
	/*background : url(images/side_marker_001.gif) no-repeat 5px 50%;*/
	border-bottom : 1px solid #D0D8D9;
	line-height: 13px;
}

.columnNavigation li a {
	display : block;
	text-decoration:none;
	color: #666666;
}

.columnNavigation a:hover {
	text-decoration:none;
	color:#003366;
}
.columnNavigation li:hover {
	background:#F0F2F9 url(../images/list_nav_backdrop.jpg) bottom repeat-x;
	text-decoration:none;

}
/* -----------------------------------------------------------------------------------------*/

