div#linkstop {
	
}
div#linkstop div.link{
	background: transparent url(../img/seperator.png) no-repeat scroll left bottom;
	float: left;
	padding:15px 8px 0 8px;
}
div#linkstop div.first{
	background: transparent;
}
div#linkstop a.link{
	display: block;
	float: left;
	
	background: transparent;

	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	color:#666666;
	font-family: trebuchet ms;
}

div#linkstop div.Selected.link {
	
}
div#linkstop a.Selected.link {

}

div#linkstop div:hover.link{
	
}
div#linkstop a:hover.link{
	text-decoration: underline;
}
