#secondMenu {
}

	#secondMenu a {
		display: block;
		width: 300px;
		height: 35px;
		float: left;
		padding: 5px 0 0 0;
		background: url('images/customer/btn_secondmenu.jpg') 0 0 no-repeat;

		font-size: 24px;
		color: #ffffff;
		text-align: center;
		text-decoration: none;
	}

	#secondMenu a:hover {
		filter : alpha(opacity=80);
		-moz-opacity : 0.8;
		opacity : 0.8;
	}

	#secondMenu a.disabled {
		background: url('images/customer/btn_secondmenu_disabled.jpg') 0 0 no-repeat;
	}

	#secondMenu .secondMenuSeparator {
		width: 10px;
		height: 1px;
		float: left;
	}

/*-------------- COLORS --------------*/

.pink {
	color:#e8026f
}

/*-------------- SPAN -----------------*/

a span {
	text-decoration: none;
}

span a {
	text-decoration: none;
}