/* menutop 2 */ 
/* general looks, a and h2   */

.menutop2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-top: 50px;
	font-weight: bold;
}
.menutop2 ul {
	list-style-type: none;
}
.menutop2 li {
	float:left;
	margin-right: 15px;
	margin-left: 10px;
}
.menutop2 h2, .menutop2 a {
	color:#333333;
	font-size: 12px;
	text-decoration: none;
	font-weight:bold;
}
.menutop2 a:hover, .menutop2 a.selected {
	color:#C8476A;}
