@charset "utf-8";
/* CSS Document */

/* 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:0px;}
		
		h1,h2,h3,h4,h5,h6,p,span,label,form,fieldset,radio button,checkbox{margin:0px;	padding:0px; list-style:none;}
		#theMenu { width: 273px;  padding: 0; font-family:"Trebuchet MS"; font-size:13px; color:#000000; border-left:1px solid #999999; border-right:1px solid #999999; background-color:#FFFFFF;}		
		/* Some list and link styling */
		#theMenu ul li { width: 273px; margin:0px;	padding:0px; list-style:none;}
		#theMenu ul ul li { border-left: 25px solid #5fa5bf; padding: 0; width: 250px; margin-bottom: 0;   }
		#theMenu ul ul li a { display:block; color: #000; padding: 3px 6px; text-decoration:none;}
		#theMenu ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }
		/* For the xtra menu */
		#theMenu ul ul ul li { border-left: none; border-bottom: 1px solid #eee; padding: 0; width: 250px; margin-bottom: 0; text-decoration:none;}
		#theMenu ul ul ul li a { display:block; color: #000; padding: 3px 6px; font-size: small; text-decoration:none;}
		#theMenu ul ul ul li a:hover { display:block; color: #369; background-color: #eee; padding: 3px 8px; font-size: small; }		
		#theMenu li { list-style-type: none; }
		#theMenu h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		background-position: 98% 50%;
		padding: 3px 6px;
		font-family:"Trebuchet MS";
		font-size:13px;
		color:#000000;
		text-decoration:none;
		}
		h3.head a:hover { 
		color: #000;
		background: #ccc url(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		h3.selected a { 
		background: #5fa5bf url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		h3.selected a:hover { 
		background: #5fa5bf url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #36a;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #333;
		display:block; 
		border-top: 1px solid #36a;
		background: #eee url(down.gif) no-repeat; 
		background-position: 98% 50%;
		padding: 3px 6px;
		font-family:"Trebuchet MS";
		font-size:13px;
		color:#000000;
		text-decoration:none;
		}
		h4.head a:hover { 
		color: #000;
		background: #D48202(down.gif) no-repeat; 
		background-position: 98% 50%;
		}
		h4.selected a { 
		background: #D48202 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		h4.selected a:hover { 
		background: #D48202 url(up.gif) no-repeat; 
		background-position:98% 50%;
		color: #ffffff;
		}