﻿#boxtab-blue {
	clear:left;
	float:left;
	padding:0;
	background:#fff url(images/boxtab-blue.gif) bottom repeat-x;
	width:100%;
	overflow:hidden;
	font-family:Verdana, Geneva, sans-serif;
}
#boxtab-blue ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	position:relative;
	left:50%;
	text-align:center;
}
#boxtab-blue ul li {
	display:block;
	float:left;
	list-style:none;
	margin:20px 0 0 0;
	padding:0;
	position:relative;
	right:50%;
}
#boxtab-blue ul li a {
	display:block;
	float:left;
	margin:0 1px;
	padding:5px 10px;
	background:#fff;
	text-decoration:none;
	color:#000;
	border-top:1px solid #369;
	border-left:1px solid #369;
	border-right:1px solid #369;
	position:relative;
	bottom:1px;
}
#boxtab-blue ul li a:hover {
	background:#36f;
	color:#fff;
}
#boxtab-blue ul li.active {
	margin-top:10px;
}
#boxtab-blue ul li.active a,
#boxtab-blue ul li.active a:hover {
	position:relative;
	bottom:0;
	padding:10px;
	background:#fff;
	color:#000;
	font-weight:bold;
}

.leftMenu
{
	width: 100%;
}
.leftMenu .headerBar
{
	font: bold 1.2em Impact;
	color: #ee413b;
	background-color:#e7f349;
	/*background-image:url(images/JigMan.gif);*/
	background-repeat:no-repeat;
	background-position: 8px 6px;
	margin-bottom: 0;
	padding: 7px 0 7px 31px;
}
.leftMenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}
.leftMenu ul li
{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.leftMenu ul li a
{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 5px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}
.leftMenu ul li a:visited{
color: black;
}
.leftMenu ul li a:hover{ /*hover state CSS*/
color: white;
background: #55abff;
}
