/* The following CSS is only for the demo */

	

	#navigationColumn{
		width:215px;
		float:left;
	    border: 0px solid #d0cfcf;
		font-family:arial, verdana, sans-serif;
		line-height: 1.2;
		padding-top:2px;
		padding-bottom:9px;
		margin-bottom:8px;
		font-size:10pt;
		text-decoration:none;
	}
	
	
	#navigationColumn2{
		width:155px;
		float:left;
	    border: 1px solid #d0cfcf;
		font-family:arial, verdana, sans-serif;
		line-height: 1.2;
		background-color:#e5e4e3;
       	padding-top:2px;
		padding-bottom:9px;
		margin-bottom:8px;
		font-weight:bold;
		font-size:10pt;
		text-decoration:none;
	}
		
	.strip {
	margin-top:0px;
	padding-bottom:0px;
	border-top: 0px solid #fff;
	}
		.invstrip {
	margin-top:1px;
	padding-bottom:2px;
	border-top: 0px solid #fff;
	}

	/* End of demo CSS */
	
	/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	a. {
	text-decoration:none;

	}
	.main{	/* Main menu items */
		color:#666;
		text-decoration:none;
	
  	display: block;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:10pt;
		}
	
	
	.main:visited{	/* Main menu items */
		color:#666;
			text-decoration: none;
	display: block;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size:10pt;
  
	
	}
	.main:hover{	/* Main menu items */
		color:#666666;
	
		text-decoration:none;	
	
		font-size:10pt;
     	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #CCC;
	}
	
	.main:active{	/* Main menu items */
		color:#666;

		text-decoration:none;	
	  	display: block;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	}
	
	.arrow { 
	background-image:url("../images/orangebutton.gif");
	background-repeat:no-repeat;
	text-align:left;
	text-decoration:none;
	margin-bottom:0px;
	}

	
	
	#dhtmlgoodies_listMenu {	/* Sub menu */
	  	color:#00215b;
			 font-size:10pt;
		  margin-bottom:3px;
		  		}
	
	
	#dhtmlgoodies_listMenu ul li ul li{	/* Sub Sub menu */
		color: #000;
		font-size:0.79em;
		
        margin-bottom:5px;
	     padding-top:6px;
		padding-bottom:5px;
		   
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		
		color: #114CA2;
		text-decoration:none;	
		font-weight:bold;
		font-size:10pt;
     	display: block;
	padding-left: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
		
	}
	
	
	#dhtmlgoodies_listMenu .hoverMenuLink{	/* Main menu items */
		color:#666666;
	
		text-decoration:none;	
	
		font-size:10pt;
     	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	background-color: #CCC;
	}
	
	#dhtmlgoodies_listMenu .activeMenuItem{	/* Styling of active menu item */
		color:#f27e09;
			font-size:10pt;
	}
	
	/*
	No bullets
	*/	

	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px 0 0px 0;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:0px;
		background-color:#fff;
	}
	
	
	.color {
		background-color:#f4f3f2;
		margin-left:200px;
	}

	.bluearrow {
	background-image:url(../images/bluearrow_menu_test.gif);
	background-repeat:no-repeat;    
	border: 0px solid blue;
	width:155px;
margin-bottom:3px;
	padding-top:8px;
	line-height: 1em;
	}
	
	
.sub_spacer{	/* Main menu items */
		color:#00215b;
		text-decoration:none;
		font-weight:bold;
		font-size:10pt;
        margin-bottom:5px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:2px;
		padding-right:3px;
		}
	
	
	.sub_spacer:visited{	/* Main menu items */
		color:#00215b;
		position:relative;
		text-decoration:none;	
		font-weight:bold;
		font-size:10pt;
        margin-bottom:3px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:3px;
	}
	.sub_spacer:hover{	/* Main menu items */
		color:#e87d1d;
		position:relative;
		text-decoration:none;	
		font-weight:bold;
		font-size:10pt;
        margin-bottom:3px;
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		padding-right:3px;
	}

		
	#dhtmlgoodies_listMenu li{
		list-style-type:none;
				
	}
	

	
