#top_menu_bar div {
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}

#top_menu_bar img {	
	vertical-align: bottom;
	cursor: pointer;	
}



#top_menu_bar div button{	
	font-weight: bold;
	color: white;		
	text-align: left;
	font-family: arial;	
	font-size: 11px;		
	width: auto;	
	height: 26px;	
	border: none;
	text-align: center;		
	cursor: pointer;	
	padding-bottom: 5px;
}

.preload {
	display: none;
}

#top_menu_bar  button.normal {		
	background: url(../images/button.png) repeat-x 0 100%;
	padding-top: 2px;			
}

#top_menu_bar button.hover {	
	background: url(../images/button-shadow.png) repeat-x 0 100%;
	padding-top: 0;	
}

#top_menu_bar button.hover.selected {
	cursor: default;	
}

#top_menu_bar img.button_left{
	margin-right: -1px
}

#top_menu_bar img.button_right{
	margin-left: -1px
}

#top_menu_bar img.button_left.selected , #top_menu_bar img.button_right.selected{
	cursor: default;	
}

