@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-bottom: -1px; }
		
		#theMenu { width: 192px; height: 620px; margin: 0; padding: 0; float:left; margin-right:20px; }
		
		/* Some list and link styling */
		#theMenu li { width: 192px; background:#777f89; }
		#theMenu ul li { border-left: 0; padding: 0; width: 182px; margin-bottom: 0; /*text-align:center;*/ background:#213041 url(images/subNavBg.gif) top repeat-x; }
		#theMenu ul li a { display:block; color: #fff; padding: 3px 6px; font-size:10px; text-decoration:none; }
		#theMenu ul li a:hover { display:block; color: #fff; background-color: #486684; padding: 3px 6px; }
		/* For the xtra menu */
		#theMenu ul ul { border-bottom:1px solid #dedede;}
		#theMenu ul ul li { border-left: none; padding: 0; width: 182px; margin-bottom: 0; margin-left:0; }
		#theMenu ul ul li a { display:block; color: #fff; padding: 3px 6px; font-size:10px; background:#3a4f66; }
		#theMenu ul ul li a:hover { display:block; color: #fff; background:#486684; padding: 3px 6px; }
		
		#theMenu li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3.head a { 
		color: #fff;
		display:block; 
		border-top: 1px solid #dedede;
		/*border-right: 1px solid #dedede;*/
		background: #8c96a2; 
		background-position: 98% 50%;
		padding: 3px 6px;
		padding-left:10px;
		font-size:12px;
		/*text-align:center;*/
		text-decoration:none;
		}
		h3.head a:hover { 
		color: #fff;
		background: #777f89; 
		background-position: 98% 50%;
		}
		h3.headLink a { 
		color: #fff;
		display:block; 
		border-top: 1px solid #dedede;
		/*border-right: 1px solid #dedede;*/
		background: #8c96a2; 
		background-position: 98% 50%;
		padding: 3px 6px;
		padding-left:10px;
		font-size:12px;
		/*text-align:center;*/
		text-decoration:none;
		}
		h3.headLink a:hover { 
		color: #fff;
		background: #777f89; 
		background-position: 98% 50%;
		}
		h3.selected a { 
		background: #777f89; 
		background-position:98% 50%;
		color: #fff;
		}
		h3.selected a:hover { 
		background: #777f89; 
		background-position:98% 50%;
		color: #fff;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #fff;
		display:block; 
		border-top: 1px solid #dedede;
		/*border-right: 1px solid #dedede;*/
		background: #213041 url(images/subNavBg.gif) top repeat-x; 
		background-position: 98% 50%;
		padding: 3px 6px;
		font-size:11px;
		text-decoration:none;
		font-weight:normal;
		}
		h4.head a:hover { 
		color: #fff;
		background: #213041 top repeat-x;; 
		background-position: 98% 50%;
		font-size:11px;
		}
		h4.selected a { 
		background: #213041 url(images/subNavBg.gif) top repeat-x;
		background-position:98% 50%;
		color: #fff;
		padding: 3px 6px;
		}
		h4.selected a:hover { 
		background: #5b7fa4; 
		background-position:98% 50%;
		color: #fff;
		}