/*CSS Document*/
.no_decoration{
	text-decoration:none;
}

.overflow_hidden{
	overflow:hidden;
}

.overflow_visible{
	overflow:visible;
}

.banner_menu_item, .banner_menu_item_sel{
	display:block;
	float:left;
	margin:0px;
	padding:10px;
	background-image:url(/admin/images/button_gradient.gif);
	background-repeat:repeat-x;
	color:#000000;
	text-decoration:none;
	border-bottom:0px;
}

.banner_menu_item_sel{
/*	border-bottom:1px solid #000000; */
	text-decoration:underline;
}
