/* CSS Document */

.rootline {}

.rootline ul{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:15px;
	padding-left:5px;
}

.rootline li{
	margin:0px;
	padding:0px;
	display:inline;
}

.rootline a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005399;
	text-decoration:underline;
	background-attachment: scroll;
	background-image: url(images/arrow_rootline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}

.rootline a:hover{
	text-decoration:none;
}

/* LAST */

.rootline .currentlast a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005399;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(images/arrow_rootline1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
	font-weight:bold;
}

.rootline .currentlast a:hover{
	text-decoration:none;
}

/* ACTIVE */

.rootline a.active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005399;
	text-decoration:none;
	background-attachment: scroll;
	background-image: url(images/arrow_rootline.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right:20px;
}

.rootline a.active:hover{
	text-decoration:none;
}
