/*ul {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	position: relative;
	margin-left: 0px;
}

ul li {
	position: relative;
	z-index: 200;
	line-height: 1.5;
	height: 25px;
	margin-left: 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #600;
}
ul li:hover{
}

ul.links {
	font-family: Georgia, serif;
	margin-top:0px;
	margin-left:0px;
	width: 1050px;
	height: 20px;
	z-index: 10;
}

ul.links div.ahover {
	padding-bottom: 10px;
	background-image: url(../images/DFS-3_up.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul.comics li:hover {
    color: #134;
}

div.ahover {
    position: absolute;
}

ul.comics div.ahover {
    background: #adf;
    border: 2px solid #cef;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

ul.comics li {
    clear: left;
    color: #222;
}

ul.comics {
    font-size: 1.1em;
}

ul.cards li {
    color: #eee;
    background: #222;
    text-align: center;
    margin: 3px;
    height: 5em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 3px solid #111;
}

ul.cards li:hover {
    color: #f43;
}

ul.cards div.ahover {
    background: #f43;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #555;
}

ul.letters {
    font-size: 2em;
    font-weight: bold;
    width: 10em;
}

ul.letters li {
    color: #abb;
}

ul.letters li:hover {
    color: #fff;
}

ul.letters div.ahover {
    background: #344;
}*/

