/**
 *	@title:			CSS File for the menus of Concur'2007
 *
 *	@date:			25 Aug 2006
 *
 *	@development:	Core Factor, Lda. ( http://www.corefactor.pt )
 *
 *	To quickly find an element, search for an obvious name with a "=" in the beggining.
 *	Example: =nav	»	will place you under the section of that element (navigation)
 *
 */
 


 #conference_menu a {
 	background: transparent url(../imgs/headings/?text=Conference&font=MyriadPro-Regular.otf) no-repeat top left;
 }

 #socialprogram a {
 	background: transparent url(../imgs/headings/?text=Social%20Program&font=MyriadPro-Regular.otf&color=ffffff) no-repeat top left;
 }

 #registration a {
 	background: transparent url(../imgs/headings/?text=Registration&font=MyriadPro-Regular.otf&color=ffffff) no-repeat top left;
 }
 
 #accommodations a {
 	background: transparent url(../imgs/headings/?text=Accommodation&font=MyriadPro-Regular.otf&color=ffffff) no-repeat top left;
 }

 #travelinfo a {
 	background: transparent url(../imgs/headings/?text=Travelling%20Information&font=MyriadPro-Regular.otf) no-repeat top left;
 }

 #organization a {
 	background: transparent url(../imgs/headings/?text=Organization&font=MyriadPro-Regular.otf) no-repeat top left;
 }


 
body.imglinks #callforpapers {
	background: transparent url(../imgs/headings/?text=Call%20for%20Papers&font=MyriadPro-Regular.otf&bgcolor=000000&size=11) no-repeat top left;
 }
 * html body.imglinks #callforpapers { background: none; }
 
body.imglinks #programcommittee {
	background: transparent url(../imgs/headings/?text=Program%20Committee&font=MyriadPro-Regular.otf&bgcolor=000000&size=11) no-repeat top left;
 }
 * html body.imglinks #programcommittee { background: none; } 
 
body.imglinks #steeringcommittee {
	background: transparent url(../imgs/headings/?text=Steering%20Committee&font=MyriadPro-Regular.otf&bgcolor=000000&size=11) no-repeat top left;
 } 	
 * html body.imglinks #steeringcommittee {
 	background: none;
 }
 
body.imglinks #workshops {
	background: transparent url(../imgs/headings/?text=Workshops&font=MyriadPro-Regular.otf&bgcolor=000000&size=11&color=ffffff) no-repeat top left;
 } 	
 * html body.imglinks #workshops {
 	background: none;
 }

/*** html body.imglinks #invitedspeakers a,
* html body.imglinks #program a {
 	color: #ccc;
}*/
 
body.imglinks #invitedspeakers {
	background: transparent url(../imgs/headings/?text=Invited%20Speakers&font=MyriadPro-Regular.otf&bgcolor=000000&size=11&color=FFFFFF) no-repeat top left;
 } 	
 * html body.imglinks #invitedspeakers {
 	background: none;
 }
 
body.imglinks #program {
	background: transparent url(../imgs/headings/?text=Program&font=MyriadPro-Regular.otf&bgcolor=000000&size=11&color=ffffff) no-repeat top left;
 } 	
 * html body.imglinks #program {
 	background: none;
 }
 
body.imglinks #pastconferences {
	background: transparent url(../imgs/headings/?text=Past%20Conferences&font=MyriadPro-Regular.otf&bgcolor=000000&size=11) no-repeat top left;
 } 	
 * html body.imglinks #pastconferences {
 	background: none;
 }
 
 
 
 
 
 
 
 
 
 
 #menu_side li:hover {
	background-position: 2px 0px;
 }
  #menu_top li:hover a {
 	background-position: 2px 0px;	
 }