/* CSS Document */

			
			
				
				
			
ul { 
    list-style: none; 
    width: 170px;
	
} 
/*------------pop sub links ------------start -----------------*/
ul a { 
    color: #000000; 
    text-decoration: none; 
    display: block; 
    padding: 0px 5px 0px 10px; 
    width: 185px; 
    background: #bccbb7;
	 
	
	
} 

ul a:hover { 
    color: #5b363b; 
    text-decoration: none; 
   
} 
/*------------pop sub links ------------end -----------------*/
ul li { 
    border-bottom: 0px solid #FFF; 
    float: left; 
    position: relative; 
	margin:0px;
	padding:0px;
	 width: 190px;
	 
	
	
}
ul li ul { 
    list-style: none; 
    position: absolute; 
    left: 190px; 
    top: 0; 
    display: none; 
    width: 220px; 
    border-left: 1px solid #FFF; 
	border-right: 1px solid #FFF; 
	border-bottom: 1px solid #FFF; 
	border-top: 1px solid #FFF; 
	background: #bccbb7; 
	font-family: Trebuchet MS, sans-serif;
	font-size:12px;
	
	
} 

ul li:hover ul { display: block; }
body { behavior: url(csshover.htc); }
