/* CSS Document */

.section-links {
	background:url(../images/internal/indigestion/linkbox-bg.gif) top center repeat-y;
}

.section-links-top {
	background:url(../images/internal/indigestion/linkbox-top.gif) top center no-repeat;
	height:16px;
	font-size:1px;
}
.section-links-content {
	background:url(../images/internal/indigestion/linkbox-heading.gif) top center no-repeat;
	padding:0 40px 0 270px;
	line-height:20px;
}

	.section-links-content a {
		display:block;
		padding-left:12px;
		background:url(../images/internal/indigestion/linkbox-arrow.gif) top left no-repeat;
		color:#d90606;
	}
	
	.section-links-content a:hover {
		color:#900;
	}

.section-links-footer {
	background:url(../images/internal/indigestion/linkbox-bottom.gif) top center no-repeat;
	height:43px;
	font-size:1px;
}

/* Sub nav */

.sub-nav 
{ 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin: 0;
	padding: 0;
}
	
		.sub-nav ul {
			margin:0;
			padding:0;
		}
		
		
		.sub-nav ul li {
			margin: 0;
			padding: 0;
			list-style-type: none;
			font-family: Arial, Helvetica, sans-serif;
			display:inline;
		}
			
			.sub-nav ul li a {
				margin:0;
				color: #fff;
				display: block;
				padding: 1px 3px 2px 20px;
				width: 147px;
				height:15px;
				background: #d90606;
				border-bottom: 1px solid #fff;
				text-decoration: none;
				font-size:12px;
				font-weight:normal;
			}
			
			.sub-nav ul li a:link {
				color: #fff;
				text-decoration: none;
			}
			
			.sub-nav ul li a:hover {
				background:#09c url(../images/sub_arrow_norm.gif) top left no-repeat;
			}
			
			.sub-nav ul li a:active {
				color: #fff;
				text-decoration: none;
				background:#09c url(../images/sub_arrow_norm.gif) top left no-repeat;
			}