
#navigation {
   width:189px;
    font-size: 0.75em;
}
	#navigation ul {
	    margin: 0px;
	    padding: 0px;
	}
	ul.top-level {}
		
		#navigation li { float:left; list-style:none;  margin-bottom:10px; color:#FFFFFF; background:url(../images/list_bg.png) top left repeat-x; width:189px; }
		 
		 #navigation li:hover {  list-style:none;   color:#FFFFFF; background:#000; width:189px;  margin-bottom:10px; float:left; }
		 
		 
		 	.nav_bot{ float:left; list-style:none; color:#FFFFFF; background:#919191 url(../images/list_icon2.png) top right no-repeat !important; width:189px; }
		 
		 .nav_bot:hover {  list-style:none;   color:#FFFFFF; background:#000 url(../images/list_icon2.png) top right no-repeat !important; width:189px;  margin-bottom:15px; float:left; }
		 
		 
		 #navigation li ul li { background:none; color:#c9c9c9; font-size:12px;}
		 #navigation li ul li:hover{ background:none;}
		 #navigation li ul li a{
	color:#000;
	text-decoration:none;
	height:5px !important;
	width:260px;
	font-weight:bold;
	text-transform: uppercase;}
		 #navigation li ul li a:hover{color:#ff0000;}
		 
		 
	#navigation li a{ width:189px; float:left;text-decoration:none; color:#FFFFFF; display:block; background:url(../images/list_icon1.png) no-repeat top right; padding:10px 0px 5px 0px; font-size:11px; font-weight:bold; height:23px;}
		 
        ul.top-level li {
       
			
        }
			#navigation a {
				color: #fff;
				
				cursor: pointer;
				display:block;
				text-indent: 10px;					
				text-decoration:none;
				width:100%;
			}
			#navigation a:hover{ text-decoration:underline;	}
	        #navigation li:hover {position: relative;
	        }
        ul.sub-level { display: none; }
        li:hover .sub-level {
           
            display: block;
            position: absolute;
            left: 75px;
            top: 5px;
        }
		
		
		  ul.sub-level1 { display: none; }
        li:hover .sub-level1 {
           
            display: block;
            position: absolute;
            left: 75px;
            top: 5px;
        }
		
		
        ul.sub-level li {
			border: none;
			float:left;
			margin-left:20px;
			width:274px; 
        }
		   ul.sub-level1 li {
			border: none;
			float:left;
			margin-left:20px;
			width:274px; 
        }
		
		#navigation .sub-level { background:url(../images/bim_drop_bg.png) top left no-repeat;  position: absolute; width:582px; margin-left:112px; height:513px; z-index:1000; margin-top:-19px; color:#919191; }
		#navigation .sub-level1{ background:url(../images/bim_drop_bg_div.png) top left no-repeat;  position: absolute; width:298px; margin-left:113px;  height:513px; z-index:99999; margin-top:-19px; color:#919191;}
		
		
		#navigation .sub-level .sub-level { background: #09C; }
		.drop{width:274px; margin-left:-10px; margin-top:15px; float:left; }
		.drop1{width:274px; margin-top:15px; float:left; margin-left:10px;}
				.drop2{width:274px; margin-top:15px; float:left; margin-left:0px; position:relative; z-index:5!important;}
						
	/*IE RESET HELPER*/
	li:hover .sub-level .sub-level { display:none; }
	.sub-level li:hover .sub-level { display:block; }