/* TABBED MENU */

div#linkstop {
	float: left;
}
div#linkstop div.link{
	float: left;
	background: transparent url(../img/menu-top_tab_left.gif) no-repeat scroll left top;
	padding-left: 10px;
	height: 26px;
	margin-left: 1px;
}
div#linkstop span.link{
	float: left;
	background: transparent url(../img/menu-top_tab_right.gif) no-repeat scroll right top;
	padding-right: 10px;
	height: 26px;
}
div#linkstop a.link{
	display: block;
	float: left;
	background: transparent url(../img/menu-top_tab.gif) repeat-x scroll top;
	padding: 0px 5px;
	padding-top: 3px;
	line-height: 23px;
	
	font-size: 11px;
	text-decoration: none;
}

/*
div#linkstop div.link.Selected {
	background: transparent url(../img/menu-top_tab_left_ALT.gif) no-repeat scroll left;
}
div#linkstop span.link.Selected {
	background: transparent url(../img/menu-top_tab_right_ALT.gif) no-repeat scroll right;
}
div#linkstop a.link.Selected {
	background: transparent url(../img/menu-top_tab_ALT.gif) repeat-x scroll top;
}

div#linkstop div:hover.link{
	background: transparent url(../img/menu-top_tab_left_ALT.gif) no-repeat scroll left;
}
div#linkstop div:hover.link span.link{
	background: transparent url(../img/menu-top_tab_right_ALT.gif) no-repeat scroll right;
}
div#linkstop div:hover.link a.link{
	background: transparent url(../img/menu-top_tab_ALT.gif) repeat-x scroll top;
}
*/