@charset "utf-8";
/* CSS Document */


	/* hack to correct IE5.5 faulty box model */
	* html .menu {width:946px; w\idth:945px; border:px solid #ff0000; }
	
	/* remove all the bullets, borders and padding from the default list styling */
	.menu ul {width:980px; padding:0;margin:0;list-style-type:none;}
	.menu ul ul {width:149px;}
	
	/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
	.menu li {float:left;width:149px;position:relative;}
	
	/* style the links for the top level */
	.menu a {
				padding:0; margin:0 auto;
				display:block;
				font-size:14px;
				text-decoration:none; 
				color:#fff; 
				width:100%;  
				height:21px; 
				font-weight:bold; 
				text-transform:uppercase; 
				text-align:center;
				border:px solid #ff0;
				text-align:center;
				}
	.menu a:visited {
				text-decoration:none; 
				color:#FFFFFF; 
				}								
	/* a hack so that IE5.5 faulty box model is corrected */
/*	* html .menu a, * html .menu a:visited { width:149px; w\idth:138px; }    
	
	/* style the second level background */
	/*.menu ul ul a.drop, .menu ul ul a.drop:visited {background:#ff0000; width:130px;}  */
	/* style the second level hover */
	.menu ul ul a.drop:hover{background:#; width:136px; color: #FF0000;}
	.menu ul ul :hover > a.drop {background:#; width:136px;}
	
	/* hide the sub levels and give them a positon absolute so that they take up no room */
	.menu ul ul {visibility:hidden;position:absolute;height:0;top:22px;left:0; width:99%;border-top:1px solid #cf5a19;}	
	
	/* style the table so that it takes no ppart in the layout - required for IE to work */
	.menu table {position:absolute; top:0; left:0; border-collapse:collapse; }
	
	/* style the top level hover IE 6 */
	.menu a:hover{color: #FFFFFF; background:#214e69;  background:#467fa5; text-decoration:none; }

	/* style the second level links FIREFOX and IE 7 ONLY    */
	.menu ul ul a {background:#ed691f; font-size:9px; color:#FFFFFF; height:auto; line-height:1em;padding:10px 5px; width:136px;border-color:#cf5a19; border-width:1px; border-style:solid;text-align:justify;}
	
	/* style the second level links FIREFOX and IE 7 ONLY    */
	.menu ul ul a:hover {background:#FFF; font-size:9px; color:#000000; height:auto; line-height:1em; padding:10px 5px; width:136px;border-width:1px; border-style:solid;text-align:justify;}
	
	/* style the second level links FIREFOX and IE 7 ONLY    */
	.menu ul ul a:visited {background: #ed691f; font-size:9px; color:#FFFFFF; height:auto; line-height:1em; padding:10px 5px; width:136px;border-width:1px; border-style:solid;}
	
	/*  first level text hover color ONLY IN FIREFOX  */ 
	.menu :hover > a { background: #467fa5; color:#69bef6;}
	
	/*  drop down text color and hover bg ONLY IN FIREFOX ONLY  */ 
	.menu ul ul :hover > a { background:#FF0000; color:#000000;}
	
	/*  drop down text hover color ONLY IN IE 6 ONLY  */ 
	.menu ul ul a:hover{ background: #ededed; background:#f18b51;color:#000000; font-weight:bold; text-decoration:none;}
	
	/* make the second level visible when hover on first level list OR link */
	.menu ul li:hover ul,
	.menu ul a:hover ul{visibility:visible; }
	/* keep the third level hidden when you hover on first level list OR link */
	.menu ul :hover ul ul{visibility:hidden;}
	/* make the third level visible when you hover over second level list OR link */
	.menu ul :hover ul :hover ul{ visibility:visible;}
