ul {
	clear:both;
	line-height:20px;
    font-family: Verdana, Arial, sans-serif;
    list-style-type: none;
    position: relative;
    margin: 0 0 0 0;
    padding: 5px;
}

ul li {
    position: relative;
    z-index: 200;
    float: left;
}

ul.links {
    font-family: Georgia, serif;
}

ul.links div.ahover {
    background: #ffb url('up.png') no-repeat center bottom;
    padding-bottom: 10px;
}

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:12px;
    font-weight: bold;
    width: 600px
}

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

ul.letters li:hover {
    color: #333;
	cursor:hand;
}

ul.letters div.ahover {
    background: #ccc;
	 -webkit-border-radius: 1.5px;
     -moz-border-radius: 1.5px;
}


ul.details {
	position:relative;
    font-size:11px;
    font-weight:bold;
    width: 150px;
}

ul.details li {
    color:#E9E9E9;
	margin-left:5px;
	background-image:url(../images/arrows_out.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;

}

ul.details li:hover {
    color: #333;
	margin-left:5px;
	background-image:url(../images/arrows_over_d.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;	
	cursor:hand;
}

ul.details div.ahover {
    background: #ccc;
	 -webkit-border-radius: 1.5px;
     -moz-border-radius: 1.5px;
}


ul.comments {
	position:relative;
    font-size:11px;
    font-weight:bold;
    width: 250px;
}

ul.comments li {
    color:#E9E9E9;
	margin-left:5px;
	background-image:url(../images/arrows_out.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;

}

ul.comments li:hover {
    color: #333;
	margin-left:5px;
	background-image:url(../images/arrows_over_d.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;	
	cursor:hand;
}

ul.comments div.ahover {
    background: #ccc;
	 -webkit-border-radius: 1.5px;
     -moz-border-radius: 1.5px;
}



ul.form {
	position:relative;
    font-size:11px;
    font-weight:bold;
    width: 250px;
}

ul.form li {
    color:#E9E9E9;
	margin-left:5px;
	background-image:url(../images/arrows_out.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;

}

ul.form li:hover {
    color: #333;
	margin-left:5px;
	background-image:url(../images/arrows_over_d.jpg);
	background-position:5px;
	background-repeat:no-repeat;
	padding-left:35px;	
	cursor:hand;
}

ul.form div.ahover {
    background: #ccc;
	 -webkit-border-radius: 1.5px;
     -moz-border-radius: 1.5px;
}