/* -- S -- SLinks -- S -- */
#slinks {
	width: 160px;
	font-size: 9px;
}
/* -S- Links -S- */

#slinks .main .odd a.title { color: #FF0000; font-weight: bold; }
#slinks .main .even a.title { color: #FF0000; font-weight: bold; }
#slinks .main .odd a { color: #000000; font-weight: normal; }
#slinks .main .even a { color: #000000; font-weight: normal; }

/* -E- Links -E- */
#slinks .head {
	background: url('/images/slinks/sideHead2.png');
	width: 160px;
	height: 19px;
}
#slinks .main {
	background: url('/images/slinks/sideBody2.jpg') repeat-y;
	width: 160px;
	margin-top:-3px;

}
#slinks .main .odd {
	text-align: center;
	margin-left: 5px;
	width: 150px;
	background: #ECECFF;
	margin-top: 5px;
	margin-bottom: 5px;
}
#slinks .main .even {
	text-align: center;
	margin-left: 5px;
	width: 150px;
	background: #FFFFFF;
}
#slinks .foot {
	background: url('/images/slinks/sideFoot2.png') no-repeat;
	width: 160px;
	height: 28px;
}
/* -- E -- SLinks -- E -- */
/***********************************************************************/
/* Tee-Tip v1.0 layout, design and all included source code            */
/* copyright (c)2004. Spriteworks Developments. All rights reserved.   */
/* This copyright notice MUST remain within this document at all times */
/* as a condition of use. Removal of this copyright notice voids your  */
/* right to use this product. Tee-Tip v1.0 may not be redistributed    */
/* in any form without express written permission from Spriteworks     */
/* Developments. This external CSS file MUST remain separate from the  */
/* HTML code at all times and may not be integrated into it or other   */
/* pages in any way, displayed, performed or otherwise made accessible */
/* for public viewing under any circumstances. Please carefully read   */
/* the license agreement included with this script. It is the same     */
/* one you agreed to when you purchased a license to use it.           */
/*                                                                     */
/***********************************************************************/
a.showit:hover {
	z-index: 25;
	background-color: #ffff9b;
	cursor: crosshair;
}
a.showit {
	color: red;
	text-decoration: none;
	background: transparent;
	position: relative;
	z-index: 24;
}
a.showit span{
	cursor: pointer;
	display: none;
}
a.showit:hover span {
	color: #fff;
	font-size: 10px;
	font-family: arial;
	font-weight: normal;
	text-decoration: none;
	background: red fixed;
	text-align: left;
	display: block;
	padding: 3px;
	position: absolute;
	top: 15px;
	left: 0;
	width: 150px;
	border-style: solid solid solid outset;
	border-color: #1f1f1f #000000 #000000 #1f1f1f;
	-khtml-opacity: .85;
	-moz-opacity: .85;
	filter: Alpha(Opacity=85, FinishOpacity=85, Style=2)
}
span:first-letter {
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	border-color: black;
}
