/* CSS Document */

/*********** #fingertips styles ***********/

#fingertips{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	margin: 0px;
	width: 118px;
	padding: 0px;
	border-bottom: 1px solid #2C0B5C;
}

#fingertips h3{
	padding: 10px 0px 2px 10px;
}

#fingertips a {
	color: #2C0B5C;
	text-decoration:none;
	display: block;
	border-top: 1px solid #7a679a;
	background-image: url(navimages/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-left: 1px solid #2C0B5C;
	padding: 2px 0px 2px 25px;
	
}

#fingertips .top {
	background-image: url(navimages/fingertips.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 17px;
	border-bottom: 1px thin #2C0B5C;
}


#fingertips a:hover, #fingertips .hi a{
	background-color: #2C0B5C;
	color:#FFF;
	background-image: url(navimages/arrowdark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


