.tabs-hide { display: none; }

#SideTabs ul {
  float: left;
  width: 165px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#SideTabs ul a {
  text-decoration: none;
  display: block;
  height: 25px;
  line-height: 23px;
  text-indent: 5px;
  color: #999;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding-top: 5px;
  background-image: url(/Images/SideTabsBG.png);
  background-repeat: repeat-x;
}

#SideTabs ul a:hover {
  text-decoration: none;
  background-image: url(/Images/SideTabsBG.png);
  display: block;
  text-indent: 5px;
  color: #C60;
  border-bottom: 1px solid #CCC;
  border-right: 1px dotted #CCC;
}

.tabs-selected a {
  color: #013F7F !important;
  background-image: url(/Images/SideTabsBGWhite.png) !important;
  border-right: 1px solid #fff !important;
}

.sidetabsul {
  width: 200px;
  padding-left: 15px;
  margin: 10px;
  list-style-type: square;
}

.sidetabsul a
{
	text-decoration: none;
	list-style-type: square;
	height: 15px;
}

.sidetabsul a:hover
{
	text-decoration: underline;
	
}


#SideTabs div {
  float: left;
  width: 395px;
  margin-left: 20px;
}

#SideTabs h4
{
	color: #69C !important;
	width: 395px;
	margin-top: 1.5em;
	border-bottom: dotted #69C 1px;
	font-weight: lighter;
}

.topTab {
  display: block;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 164px;
  padding: 0;
  margin: 0;
}

.botTab {

  display: block;
  border-right: 1px solid #CCC;
  width: 164px;
  padding: 0;
  margin: 0;
}