div#nav { 
	float: left; 
	padding: 0; 
	margin-top: 0px; 
	margin-left: 0px; 
	width: 170px; 
	background: #e2e1d8;
	 
} 

div#nav ul { 
	padding: 0; 
	margin: 0; 
	border-top: 0px dotted #ee9c1a; 
	border-left: 0px dotted #ee9c1a; 
	border-right: 0px dotted #ee9c1a; 
	width: 170px; 
	
} 

div#nav ul.level2 { 
	background: #fdfaab;
	padding-top:0;
	padding-bottom:0;
	border-top: 1px solid #ee9c1a; 
	border-left: 1px solid #ee9c1a; 
	border-right: 1px solid #ee9c1a;
	border-bottom: 1px solid #ee9c1a;
} 

div#nav li { 
	position: relative; 
	list-style: none; 
	margin: 0;
	padding-top:5;
	padding-bottom:5; 
	border-bottom: 0px solid #ffffff; 	
} 

div#nav li:hover { 
	background: #ee9c1a;
	padding-top:5;
	padding-bottom:5;
	
} 



div#nav li.submenu { 
	background: #ffffff;	
}
div#nav li.submenu:hover { 
	background: #ffffff;
	background-image: url(/layouts/cust_cga_2/grafx/orange_current.gif);
	background-position: center left;
	background-repeat: no-repeat; 
} 

div#nav li.submenu22{
    background: #ffffff;
	background-image: url(/layouts/cust_cga_2/grafx/orange_current.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
div#nav li.submenu22:Hover{
    background: #ffffff;
	background-image: url(/layouts/cust_cga_2/grafx/orange_current.gif);
	background-position: center left;
	background-repeat: no-repeat;
}  


div#nav li a { 
	display: block; 
	padding: 1px 5px; 
	margin: 0; 
	text-decoration: none; 
	width: 170px;
	 
	
} 

div#nav>ul a { 
	width: auto; 
	
} 

div#nav ul ul { 
	position: absolute; 
	top: 0; 
	left: 170px; 
	display: none; 
	
} 

div#nav ul.level1 li.submenu:hover ul.level2 { 
	display:block;
	 
} 

<!--[if IE]> 
<style type="text/css" media="screen"> 
body { 
	behavior: url(/layouts/cust_cga_2/csshover.htc); 
} 
</style> 
<![endif]-->
