/* CSS Document */
	
	#dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:198px;	/* Width of main menu */
		margin:0;
		padding:0;
		}
		
	/*\*/ * html #dhtmlgoodies_menu{		
		font-family:arial;	/* Font for main menu items */
		width:198px;	/* Width of main menu */
		margin:0;
		padding:0;
		}/**/
	
#text {
		width:170px;
		//height:0px;
		margin-left:0px;
		//margin-left:0px;
		margin-bottom:0px;
		margin-top:0px;
		//margin-top:10px;
		padding:0px;
		
		}
	
	/*\*/ *html #text {
		width:150px;
		height:25px;
		margin-top:6px;
		padding:0px;
		margin-left:5px;
		}/**/
	
	#text p{
		color:#ffffff;
		font-size:11px;
		font-family:arial;
		margin-left:8px;
		}
		
		
	/*\*/ *html #text p{
		color:#ffffff;
		font-size:12px;
		font-family:arial;
		}/**/
	
	.nav_blue {color:#B3DFFA}
	
	
    #dhtmlgoodies_menu ul{	
		 margin:0px;	/* No <ul> air */
		 //margin-left:30px;	/* No <ul> air */
		 width:180px;
	     padding:0px;
		 padding-top:0px;
		//padding-top:5px;	
		font-size:15px;
	    }
	
	/*\*/ * html #dhtmlgoodies_menu ul{	
	    margin-left:35px;	/* No <ul> air */
		width:175px;
		height:310px;
	    padding-top:0px;	
		margin-top:0px;
	    line-height:12px;
		}/**/
	
	
	
	#dhtmlgoodies_menu	li{	/* Main menu <li> */
		width:162px;
		height:36px;
		background:url(../images/left_nav_li.jpg);
		background-repeat: no-repeat;
		list-style-type:none;	
	    display:block;
		margin-left:35px;
		//margin-left:0px;
		padding-top:3px;
		margin-top:10px;
		margin-bottom:0px;
		margin-bottom:70px;
	    
	   }
	
		/*\*/ * html #dhtmlgoodies_menu	li{	/* Main menu IE6 <li> */
		width:162px;
		height:36px;
		background:url(../images/left_nav_li.jpg);
		background-repeat: no-repeat;
		display:block;
		list-style-type:none;	
		padding-top:4px;
	    margin-bottom:35px;
		}/**/

		
	#dhtmlgoodies_menu ul li ul{	/* Styling for those who doesn't have javascript enabled */
		padding:0;
	    margin:0px;
		
		}
	
	#dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#2D445B;	/* Black text color */
	    margin-left:15px;
		margin-left:20px;
		line-height:25px;
	   }
	   
	   /*\*/ * html #dhtmlgoodies_menu	li a{	/* Main menu links */
		text-decoration:none;	/* No underline */
		color:#2D445B;	/* Black text color */
	    margin-left:25px;
	   }/**/
	   
	#dhtmlgoodies_menu	li a:hover,#dhtmlgoodies_menu .activeMainMenuItem{
		color:#093A58;
	   }
	   
	.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		width:280px;
		height:150px;
		background:url(../images/fly_out_graphic.png);
		font-family:arial;
		text-align:left;
	    margin-bottom:0px;
		}
		
     /*\*/ * html.dhtmlgoodies_subMenu{
		visibility:hidden;
		position:absolute;
		overflow:hidden;
		width:280px;
		height:102px;
		background:url(../images/fly_out_graphic.gif);
		font-family:arial;
		text-align:left;
	    margin-bottom:0px;
		}/**/
	
	
	
	.dhtmlgoodies_subMenu ul{
		font-family:arial, century gothic;
		width:280px;
		height:150px;
		margin:0px;
		padding:0px;	
	    font-size:14px;
	    line-height:14px;
	   }
	   
	 /*\*/ * html.dhtmlgoodies_subMenu ul{
		width:280px;
		margin:0px;
		padding:0px;	
	   font-size:14px;
	   }/**/
	   
	   
	   
	.dhtmlgoodies_subMenu ul li{
		list-style-type:none;
		width:200px;
		height:15px;
		margin-top:8px;
        margin-left:10px;
		display:block;	/* Display as block - you shouldn't change this */
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	    
	}
	.dhtmlgoodies_subMenu ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		margin-left:7px;
		color:#000;	/* Black text color */
		width:200px;
		padding:0px;	/* 1px of "air" inside */
		height:20px;
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#093A58;	/* White text */
	
	}
		
		/* ***************************Right_Side******************************** */
		.dhtmlgoodies_subMenu_right ul{
		font-family:arial;
		background-color:#000099;
		margin:0px;
		padding:0px;	
	    float:right;
	}
		.dhtmlgoodies_subMenu_right ul li{
		background-color:#000099;
		list-style-type:none;
		float:right;
		width:50px;
		height:25px;
		margin-top:6px;
		margin-right:0px;
		padding:0px;	/* 1px of air between submenu border and sub menu item - (the "white" space you see on mouse over )*/
	    
	}
	.dhtmlgoodies_subMenu_right ul li a{	/* Sub menu items */
		white-space:nowrap;	/* No line break */
		text-decoration:none;	/* No underline */
		color:#000;	/* Black text color */
		margin-right:0px;
		background-color:#000099;
		line-height:15px;	/* 16 pixels height */
		padding:0px;	/* 1px of "air" inside */
		height:15px;
		display:block;	/* Display as block - you shouldn't change this */
	}
	.dhtmlgoodies_subMenu_right ul li a:hover{	/* Sub menu items - mouse over effects */
		color:#093A58;	/* White text */
	
	}
