div#linkstop {}

div#linkstop div.link{
	float: left;
}
div#linkstop a.link{
	display: block;
	float: left;
	padding:0 15px;
	

	line-height: 30px;
    font-size:15px;
    font-weight:bold;
	text-decoration: none;
    color:#fff;
    font-size: 13px;
    font-weight: bold;
}

div#linkstop div.Selected {}
div#linkstop a.Selected {
    border-bottom:5px solid #b5121b;
    background-color: #3b3b3b;
}

div#linkstop div:hover.link{}
div#linkstop a:hover.link{
    border-bottom:5px solid #b5121b;
    background-color: #3b3b3b;

}

/* TABBED MENU */
/*
div#linkstop {
	float: right;
}
div#linkstop div.link{
	float: left;
	background: transparent url(../img/menu-top_tab_left.gif) no-repeat scroll left;
	padding-left: 10px;
}
div#linkstop span.link{
	float: left;
	background: transparent url(../img/menu-top_tab_right.gif) no-repeat scroll right;
	padding-right: 10px;
}
div#linkstop a.link{
	display: block;
	float: left;
	background: transparent url(../img/menu-top_tab.gif) repeat-x scroll top;
	padding: 0px 5px;
	
	min-height: 30px;
	height: auto !important;
	height: 30px;
	line-height: 29px;
	
	color: black;
	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;
}

div#linkstop a:hover.link{}
*/