#left_panel ul {
	width: 240px;
	list-style: none;
	margin-left: -60px;
}

*html #left_panel ul {
	margin-left: 0;
}

*:first-child+html #left_panel ul {
	margin-left: -8px;
}

#left_panel a span {
	display: none;
}

#left_panel li a {
	display: block;
}

#left_panel li {
	list-style: none;
}

#left_panel li#home a {

	background:url(../grfx/nav_home.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 36px;


}

#left_panel li#home a:hover {

	background:url(../grfx/nav_home.jpg) 0px -24px no-repeat;

}

#left_panel li#home a.active {

	background: url(../grfx/nav_home.jpg) 0px -24px no-repeat;

}

*:first-child+html #left_panel li#home a {
	height: 24px;
	margin: 0 0 -6px 0;
}

*html #left_panel li#home a {
	height: 24px;
	margin: 0 0 -6px 0;
}

*html #left_panel li#home a:hover {
	height: 24px;
	margin: -6px 0 -6px 0;
}

#left_panel li#program a {

	background:url(../grfx/nav_program.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 36px;
	margin: -16px 0 0 0;
	


}

#left_panel li#program a:hover {

	background:url(../grfx/nav_program.jpg) 0px -24px no-repeat;

}

#left_panel li#program a.active {

	background: url(../grfx/nav_program.jpg) 0px -24px no-repeat;

}

*:first-child+html #left_panel li#program a {
	height: 24px;
	margin: 0 0 -6px 0;
}

*html #left_panel li#program a {
	height: 24px;
	margin: 0 0 -6px 0;
}




#left_panel li#sponsorship a {

	background:url(../grfx/nav_sponsor.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 36px;
	margin: -16px 0 0 0;
	


}

#left_panel li#sponsorship a:hover {

	background:url(../grfx/nav_sponsor.jpg) 0px -24px no-repeat;

}

#left_panel li#sponsorship a.active {

	background: url(../grfx/nav_sponsor.jpg) 0px -24px no-repeat;

}

*:first-child+html #left_panel li#sponsorship a {
	height: 24px;
	margin: 0 0 -6px 0;
}


*html #left_panel li#sponsorship a {
	height: 24px;
	margin: 0 0 -6px 0;
}

#left_panel li#event a {

	background:url(../grfx/nav_event.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 36px;
	margin: -16px 0 0 0;
	


}

#left_panel li#event a:hover {

	background:url(../grfx/nav_event.jpg) 0px -24px no-repeat;

}

#left_panel li#event a.active {

	background: url(../grfx/nav_event.jpg) 0px -24px no-repeat;

}

*:first-child+html #left_panel li#event a {
	height: 24px;
	margin: 0 0 -6px 0;
}

*html #left_panel li#event a {
	height: 24px;
	margin: 0 0 -6px 0;
}


#left_panel li#registration a {

	background:url(../grfx/nav_reg.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 36px;
	margin: -16px 0 0 0;
	
}

#left_panel li#registration a:hover {

	background:url(../grfx/nav_reg.jpg) 0px -24px no-repeat;
	
	

}

#left_panel li#registration a.active {

	background: url(../grfx/nav_reg.jpg) 0px -24px no-repeat;

}

*:first-child+html #left_panel li#registration a {
	height: 24px;
	margin: 0 0 -6px 0;
}

*html #left_panel li#registration a {
	height: 24px;
	margin: 0 0 -6px 0;
	padding: 0;
}

*html #left_panel li#registration a:hover {
	height: 24px;
	margin: 0 0 -6px 0;
	padding: 0;
}


#left_panel li#contact a {

	background:url(../grfx/nav_contact.jpg) 0px 0px no-repeat;
	width: 240px;
	height: 24px;
	margin: -16px 0 0 0;
	


}

#left_panel li#contact a:hover {

	background:url(../grfx/nav_contact.jpg) 0px -24px no-repeat;

}

#left_panel li#contact a.active {

	background: url(../grfx/nav_contact.jpg) 0px -24px no-repeat;

}
/*__________________DROP DOWN____________________*/

#left_panel li ul { 


	position: absolute;
	z-index: 20;
	margin: -37px 0 0 227px;
	width: 150px;

	padding: 0;

	left: -999em; 

	
	
}

*:first-child+html #left_panel li ul { 	
	margin: -20px 0 0 227px;
	
}

*html #left_panel li ul { 	
	margin: -20px 0 0 227px;
	
}




#left_panel li ul li {

	margin: 0;

	padding: 0;
	

	width: 150px !important;

	

}



#left_panel li:hover ul, 

#left_panel li li:hover ul, 

#left_panel li.sfhover ul, 

#left_panel li li.sfhover ul { 

	left: auto;

}



*:first-child+html #left_panel li:hover, 

*:first-child+html #left_panel li li:hover, 

*:first-child+html #left_panel li.sfhover, 

*:first-child+html #left_panel li li.sfhover { 

	left: auto;
	position: static;

}



#left_panel li ul li a {

	padding: 5px 6px 0px 6px;
	display: block;
	margin: 0 !important;
	height: 25px !important;
	line-height: 15px;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff !important;
	background: url(../grfx/navigation/dropdown_bg.gif) top left repeat-x #29b9b0 !important;
	text-decoration: none;		
	width: 190px !important;

}



#left_panel li ul li a:hover {

	color: #1b65a4 !important;
	background: #29b9b0 !important;

}

#left_panel ul li .s2 li a {
	background-color: #3bbb98 !important;

}



#left_panel ul li .s2 li a:hover {
	color: #1b65a4 !important;
	background: #3bbb98 !important;
	
}

#left_panel ul li .e2 li a {
	background-color: #51bd7f !important;

}

#left_panel ul li .e2 li a:hover {
	color: #1b65a4 !important;
	background: #51bd7f !important;
	
}

#left_panel ul li .r2 li a {
	background-color: #66bf63 !important;


}

#left_panel ul li .r2 li a:hover {
	color: #1b65a4 !important;
	background: #66bf63 !important;
	
}


