		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }
		
		body { padding-left: 10em; font-family: Arial, Helvetica, sans-serif; }
		#theMenu { width: 200px; height: 350px; margin: 30px 0; padding: 0; }
		
		/* Some list and link styling */
		#sidebar #theMenu ul li { width: 200px; }
		#sidebar #theMenu ul ul li { border-left: 25px solid #69c; padding: 0; width: 175px; margin-bottom: 0; }
		#sidebar #theMenu ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		#sidebar #theMenu ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		/* For the xtra menu */
		#sidebar #theMenu ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; width: 175px; margin-bottom: 0; }
		#sidebar #theMenu ul ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; }
		#sidebar #theMenu ul ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		
		
		#sidebar #theMenu li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		#sidebar #theMenu h3.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		border-right: 1px solid #36a;
		background: #ddd url(down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 3px 6px;
		}
		#sidebar #theMenu h3.head a:hover { 
		color: #000;
		background: #ccc url(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		#sidebar #theMenu h3.selected a { 
		background: #69c url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		#sidebar #theMenu h3.selected a:hover { 
		background: #69c url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
		}
		
		/* Xtra Header links styling */
		#sidebar #theMenu h4.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		border-right: 1px solid #36a;
		background: #eee url(down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 3px 6px;
		}
		#sidebar #theMenu h4.head a:hover { 
		color: #000;
		background: #ddd url(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		#sidebar #theMenu h4.selected a { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		#sidebar #theMenu h4.selected a:hover { 
		background: #6c9 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
		}