/* links */

/* common */
ul.elinks { display: block; width: 745px; margin: 0; padding: 0; }

/* header */
li.ft-links { 
	position: relative; height: 25px; margin-top: 3px; padding: 3px 0 0 3px; border: 1px solid #c9a6a6; list-style: none;
	background: #fedddd; color: #903535; 
}

/* items */
li.links { 
	position: relative; height: 25px; margin: 3px 0 0 0; padding: 3px 0 0 3px; border-bottom: 1px solid #ECDBDB;
	list-style: none; font-weight: bold;
}
li.links:hover { background: #f6f9f1; }
li.links a { width: 150px; margin: 0 0 0 5px; padding: 0; color: #000; text-decoration: none; }
li.links a:hover { color: #805757; text-decoration: underline; }