
/*---- Hyperlink List Styles - Style #1 --------------------------------*/


.LinkListStyle1 
{
	display:table-cell; /* ie ignores this */
	vertical-align:bottom; /* ie ignores this */
}

.LinkListStyle1 a
,.LinkListStyle1 a:hover
,.LinkListStyle1 a:active
,.LinkListStyle1 a:visited
{
	color:#0079C2;
}

.LinkListStyle1 #list-container
{
	float:right;
}

.LinkListStyle1 #list-container td
{
	#vertical-align:bottom; /* for ie only */
	padding-bottom:15px;
}

.LinkListStyle1 ul
{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

	font-size:8pt;
	list-style-type: none;
}

.LinkListStyle1 li
{
	border-left: 1px solid #86B4EF;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	white-space:nowrap;
}

.LinkListStyle1 li#first
{
	border-left: 0px solid transparent;
}

