/*------------------------------------------------------------------------*/
/*     Global Navigation                                                  */
/*------------------------------------------------------------------------*/

a, a:link, a:active, a:visited { 
	color: #7f9eb9;
	text-decoration: none;
	}

a:hover { 
	color: #40abdc;
	text-decoration: underline;
	}

.arrow-link-holder{
border:0px solid #0000ff;
width:181px;
height:21px;
margin:0px;
padding:0px;
position:absolute;
margin:5px 0px 0px 5px;

}	
	
.arrow-link{
border:0px solid #000;
background:url("/style/template/arrow-link.png") no-repeat;
width:181px;
height:21px;
padding:4px;
}	

a.arrow-links:link {
font-size:12px;
color:#40abdc;
text-transform:uppercase;


}  
    
a.arrow-links:visited {
font-size:12px;
color:#40abdc;
text-transform:uppercase;

} 
 
a.arrow-links:hover {
font-size:12px;
color:#40abdc;
text-decoration:underline;
text-transform:uppercase;

} 

a.arrow-links:active {
font-size:12px;
color:#40abdc;
text-transform:uppercase;

}

	
	


/*---- Left and Right Aside Links ----*/
.LinksContainer {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	/* background: url("/style/template/bkg-BannerContainer.gif") repeat-y; */
	}

.LinksTop {
	display: none;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: #f00;
	/* background: url("/style/template/bkg-BannerTop.gif") repeat-y; */
	}

.LinksContent {
	display: block;
	margin: 0px;
	padding: 0px;
	/* background: url("/style/template/bkg-BannerTop.gif") repeat-y; */
	}

.LinksBtm {
	display: none;
	height: 10px;
	margin: 0px;
	padding: 0px;
	background: #0f0;
	/* background: url("/style/template/bkg-BannerBtm.gif") repeat-y; */
	}

.Links { 
	font: normal 100%/120% Arial, Helvetica, sans-serif; 
	color: #d3ffa4;
	text-decoration: none;
	}

a.Links, a:link.Links, a:active.Links, a:visited.Links {
	color: #d3ffa4;
	text-decoration: none;
	display: block;
	padding: 4px 15px 4px 0px; 
	}

a:hover.Links { 
	color: #d3ffa4; 
	text-decoration: underline; 
	}
