/*
Autsim-Hub Sortbar V2.0
Based On Autism-Hub Styles By Kevin Leitch July 2006
Autism-Hub Styles V2.0 Dad Of Cameron August 2008
	
	=1: Sortbar
*/

/* =1 Sortbar */

#sortbar a {
	float: left;
	height: 18px;
	background: #000088;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 1px;
	padding: 0px 10px;
	border-top: 1px solid #5599FF;
	border-left: 1px solid #5599FF;
	border-right: 1px solid #5599FF;
}

#sortbar a:hover {
	background: #FF9933;
	color: #FFF;
	border-top: 1px solid #DD7711;
	border-left: 1px solid #DD7711;
	border-right: 1px solid #DD7711;
}

li#sortbar a#switchview {
	float: left;
	height: 18px;
	color: #FFF;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 1px;
	padding: 0px 10px;
}

li#sortbar a#switchview:hover {
	background: #FFF;
	color: #FF9933;
}