
		/* 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; }

		#theMenu { width: 223px;  padding-left:10px;}
		
		/* Some list and link styling */
		ul li { width: 223px; }
		ul ul li { padding: 0; width: 223px; margin-bottom: 0; }
		ul ul li a { display:block; color: #000; padding: 0px 6px 6px 6px; text-decoration:none; 
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px; }
		ul ul li a:hover { display:block; color: #369; background-color: #f5f5f5; padding: 0px 8px 6px 6px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		text-decoration:underline;
 }
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3.head a { 
		font-weight:normal;
		color: #333;
		display:block; 
		height:24px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		background: #ececec , no-repeat; 
		text-decoration:none;
		padding-top:16px;
		padding-left:6px;
		}
		h3.head a:hover { 
		color: #000;
		height:24px;
		background: #fff url(../img/over_button.jpg) no-repeat; 
		background-position: 98% 50%;
		}
		h3.selected a { 
		height:24px;
		background: #fff url(../img/over_button.jpg) no-repeat; 
		background-position:98% 50%;
		color: #366e85;
		padding-top:16px;
		padding-left:6px;
		}
		h3.selected a:hover {
		height:24px;
		background: #fff url(../img/over_button.jpg) no-repeat; 
		background-position:98% 50%;
		color: #464646;
		}






		.menu a { 
		font-weight:normal;
		color: #333;
		display:block; 
		height:24px;
		font-family:Verdana, Geneva, sans-serif;
		font-size:11px;
		padding-top:10px;
		padding-left:6px;

		text-decoration:none;
		}
		.menu a:hover { 
		color: #000;
		height:24px;
		background: url(../img/over_button.jpg) no-repeat; 
		background-position: 98% 50%;
		}
