@charset "UTF-8";
/* CSS Document */

#Menu {
	position: absolute;
	top: 151px;
	left: 0;
	background: #000;
	line-height: 1.2;
	width: 280px;
}

a.tab {
	color: #FFF;
	float: left;
	font-size: 14px;
	padding: 4px;
	text-align: center;
	/*background: #000000;
	display: block;*/
	font-weight: bold;
	text-decoration: none;
}
a.tab:hover {
	background-color: #80A8FF;
	color: #000000;
}

p {
	margin: 0;
	line-height: 1;
}

#letters {
	position: absolute;
	top: 50px;
	left: 0;
	width: 280px;
	font-size: 11px;
	padding-top: 1px;
	font-weight: normal;
	text-transform: none;
	float: left;
}
.stretcher {
}
.stretcher h3 {
	color: #FFF;
	padding: 3px;
	font-size: 16px;
	margin: 0 1px 1px 0;
	text-align: center;
	background: #000;
}
.stretcher a:link, .stretcher a:visited {
	display: block;
	padding: 4px 2px 4px 2px;
	margin: 1px 0;
	background: #6789E5;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	font-weight: 200;
}
.stretcher a:hover, .stretcher a:active {
	background-color: #80A8FF;
	color: #000000;
	border-left: 2px solid #000;
}

