@charset "utf-8";
/* CSS Document */
/* A few IE bug fixes */
* { margin: 0 auto; 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: 0px; font-family: Arial, Helvetica, sans-serif; }
		#theMenu { margin: 6px 10px 0px 47px; padding: 0; }
		#secondMenu { margin: 10px 10px 0px 47px; padding: 0; }
		#threeMenu { margin: 6px 10px 0px 47px; padding: 0; }
		
		/* Some list and link styling */
		ul li { width: 150px; }
		ul ul li { border-left: 0px solid #69c; padding: 0px 0px; width: 150px; line-height:18px;}
		ul ul li a { display:block; color: #333; padding: 5px 0px 5px 20px; font-size: small; text-decoration:none; }
		ul ul li a:hover { display:block; color: #f00; background-color: #fff; padding:6px 0px 6px 20px; font-size: small; }
		/* For the xtra menu */
		ul ul ul li { border-left: none; border-bottom: 0px solid #eee; padding: 0px 0px 0px 12px; width: 145px; margin-bottom: 0; }
		ul ul ul li a { display:block; color: #000; padding: 5px 0px 5px 0px; font-size: small; }
		ul ul ul li a:hover { display:block; color: #f00; background-color: #fff; padding: 6px 0px 6px 0px; font-size: small; }
		
		
		li { list-style-type: none; }
		h2 { margin-top: 1px; }
		
		/* Header links styling */
		h3.head a { font-size:13px;
		color: #225599;
		display:block; 
		border-top: 0px solid #36a;
		border-right: 0px solid #36a;
		background: #fff url(../images/img_09.jpg) no-repeat; 
		background-position: 0px 5px;
		padding: 3px 0px 3px 18px;
		text-decoration:none;
		font-weight:100;
				}
		h3.head a:hover { 
		color: #f00;
		
		background: #fff url(../images/img_09.jpg) no-repeat;
		background-position: 0px 5px;
		
		}
		h3.selected a { 
		
		background: #fff url(../images/img_09.jpg) no-repeat; 
		background-position:0px 5px;
		color: #f00;
		padding: 3px 0px 3px 18px;
		
		}
		h3.selected a:hover { 
		background: #fff url(../images/img_09.jpg) no-repeat; 
		background-position:0px 5px;
		color: #f00;
		
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #333;
		display:block; 
		border-top: 0px solid #36a;
		border-right: 0px solid #36a;
		background: #fff url(../images/array.jpg) no-repeat; 
		background-position: 5px 50%;
		padding: 5px 0px 5px 15px;
		font-weight:100;
		}
		h4.head a:hover { 
		color: #f00;
		background: #fff url(../images/array.jpg) no-repeat; 
		background-position: 5px 50%;
		padding: 5px 0px 5px 15px;
		}
		h4.selected a { 
		background: #fff url(../images/array-down.jpg) no-repeat; 
		background-position:5px 50%;
		color: #f00;
		padding: 5px 0px 5px 15px;
		}
		h4.selected a:hover { 
		background: #fff url(../images/array-down.jpg) no-repeat; 
		background-position:5px 50%;
		color: #f00;
		}