div#content ul#menu {
	position: absolute;
	left: 33px;
	top: 180px;
	list-style: none;
	margin: 0;
}

ul#menu li {
	margin: 14px 0;
	font-family: Georgia;
	text-transform: uppercase;
	font-size: .9em;
}

ul#menu li span.first {
	font-size: 1.4em;
}

ul#menu li a {
	display: block;
	width: 163px;
	height: 54px;
	text-align: center;
	line-height: 54px;
	background: url(/img2/bg_nav.gif) right top no-repeat;
	color: #7b7b7b;
}

ul#menu li.selected a {
	color: #b40268;
}

div#subnav {
	margin-bottom: 1.4em;
}

div#subnav a {
	text-decoration: none;
	font-weight: normal;
}

div#subnav a.selected {
	text-decoration: none;
	color: #9c084e;
	font-weight: bold;
}

