	 #side {
	text-alight: left;
		background: #fff;
		margin-left: 0px;
		line-height: .7; /* value other than 'normal' needed for WinIE */
		color: #000;
		width: 165;
		top: 60;
		
	}

.catsubtitle {
	font-style: italic;
	font-weight: normal;
	padding: 4px;
	background: #EDF2F2;

}

/* Sidebar */

	#nav:before {
		line-height: 0.1;
		font-size: 1px;

		margin: 0;
		height: 9px;
		display: block;
		border-bottom: 1px solid #ddd;
/*		content: url("images/key-point_tl.gif");
				background: transparent url("images/menu_tr.gif") no-repeat top right;*/
	}
	#nav {
		<!--background: #E0E9E9 url("images/menu_back.gif") right repeat-y;-->
	}
	#nav:after {
		display: block;
		clear: both;
		padding-top: 0;
		line-height: 0.1;
		font-size: 1px;
		
		margin: 0 0 0 0;
		height: 8px;
/*		background: transparent url("images/menu_br.gif") scroll no-repeat bottom right ;
		content:  url("images/key-point_bl.gif"); */
		border-top: 1px solid #fff;
	}
	
	#nav, #nav ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#nav {
		margin-bottom: 0em;
	}	
	#nav li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	
	#nav li span { /* used for un-linked menu items */
		display: block;
		padding: 6px 10px;
		font-weight: bold;

	}

	#nav li span#configParent, #nav li span #configuration {
		display: inline;
		font-weight: normal;
		padding: 0;
	}
	
	#nav li a {
	display: block;
	padding: 6px 10px;
	text-decoration: inherit;
	}

	#nav li a:hover {

	}
	
	#nav li li span { /* used for un-linked menu items */
		padding: 4px 8px 4px 20px;
	}
	
	#nav li li a {
		padding: 4px 8px 4px 20px;
	}


	#side.right {
		float: none;
		width: auto;
		margin-left: 65%;
	}
