/*
	tswtabs.css		1.1.3
	Please use the CSS Menu Button Wizard at
		https://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/


#tswcsstabs .sitelinks {
	display: none ;
}

  /* when screen is less than 480px wide
     show mobile menu version (on right side) and hide desktop version*/
  @media (max-width: 480px) {
	div#tswcsstabs ul {
		display: none ; }
}		
  @media (max-width: 480px) {
	div#tswcsstabs .sitelinks {		
	    display: inline-block ;
		float: right ;}
}

#tswcsstabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
	display: inline ;
	float: right ;
}
#tswcsstabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcsstabs li a {
	color: #ffffff ;
	background-color: #4da6ff ;
	border: 1px outset #f0f0f0 ;
	padding: 0px ;
	font-size: 14px;
	text-decoration: none ;
	display: inline ;
	/* box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6); */
	border-radius:5px;
}
#tswcsstabs li a:hover {
	color: #990000 ;
	background-color: #cccccc ;
}

/* Won't need now
#tswcsstabs select {
	float: right ;
	width:100px;
	padding:1px;
	margin-top:1px;
	font-family:Arial, Helvetica, sans-serif ;
	line-height:1;
	border-radius:5px;
	background-color:#4da6ff;
	color:#ffffff;
	font-size:14px;
	-webkit-appearance:none;
	box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.6);
	outline:none
}

#tswcsstabs select:hover {
	color: #990000 ;
	background-color: #cccccc ;
}
*/	