	/* 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; }
		
		
		/* Some list and link styling */
		ul li { width: 100%; }
		ul ul li { padding: 0; width: 100%; margin-bottom: 0; }
		ul ul li a { display:block;   }
		ul ul li a:hover { display:block;  }

		
		li { list-style-type: none; }

		
		/* Header links styling */
		h3.head a { 
		display:block; 
		background: url(/images/down.gif) no-repeat; 
		background-position: 70% 50%;
		}
		h3.head a:hover { 
		background: url(/images/down.gif) no-repeat; 
		background-position: 70% 50%;
		}
		h3.selected a { 
		background: url(/images/up.gif) no-repeat; 
		background-position:70% 50%;
		}
		h3.selected a:hover { 
		background: url(/images/up.gif) no-repeat; 
		background-position:70% 50%;
		}
		
	
