/* Blue css */

.grey
{
	background: url('/images/menu_grey_bg.jpg') repeat-x;
}

.grey a:hover,
.grey a.selected
{
	background: url('/images/menu_grey_selected.jpg') repeat-x;
}

.nice_button
{
	font-weight: bold; 
	color: #fff; 
	border: 2px solid #888; 
	width: 100%; 
	margin-bottom: 15px; 
	height: 40px; 
	background: #393939 url('/images/menu_grey_bg.jpg') repeat-x bottom;
}

.nice_button:hover
{
	color: #ddd;
	border: 2px solid #aaa; 
	background: #393939 url('/images/menu_grey_selected.jpg') repeat-x bottom;
	cursor: pointer;
}
