@charset "UTF-8";
/* CSS Document */
a {
	color: #999;
}
h2 {
	font: bold 240%/100% Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color:#E0D74C;
}

.menu {
	width: 400px;
	list-style: none;
	margin: 0 0 2em;
	padding: 0;
	font: 120%/100% Arial, Helvetica, sans-serif;
}
.menu li {
	clear: both;
	margin: 0;
	padding: 0 0 1.8em 0;
	position: relative;
	border-bottom: dotted 2px #999;
}


.menu strong {
	background: #fff;
	padding: 0 10px 0 0;
	font-weight: normal;
	position: absolute;
	bottom: -.3em;
	left: 0;
	width: 220px;
}
.menu em {
	background-color:#fff;
	padding: 12px 0 0 5px;
	font: 110%/100% "Times New Roman", Times, serif;
	/*position: absolute;
	bottom: -.2em;
	right: 0;
*/
	float:right;
	}
.menu sup {
	font-size: 60%;
	color: #666;
	margin-left: 3px;
}


/* style 2 *************/
.style2 li {
	border-bottom: dashed 1px #000;
}

/* style 3 *************/
.style3 li {
	background: url(images/diagonal.gif) repeat-x left bottom;
	border: none;
}

/* style 4 *************/
.style4 li {
	padding: 0 0 2.3em 0;
	background: url(images/circle.gif) repeat-x left bottom;
	border: none;
}


.credits {
	color: #999;
	font: 100% Georgia, "Times New Roman", Times, serif;
}
