/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:01 - Basic
  -----------------------------------
*/
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}
#p7TBMroot {
	background-color: rgba(255,255,255,0);
	font-size: 1em;
}
#p7TBMrootbox {}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0;
  padding: 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a {
	color: #2f53b7;
	padding: 2px 10px;
	text-decoration: none;
	background-color: rgba(255,255,255,0);
	font-size: 1em;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: black;
	background-color: rgba(176,176,176,0.1);
	font-weight: bold;
}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: black;
	background-color: rgba(112,155,213,0.25);
	font-weight: bold;
}
#p7TBMsubwrap{
	font-size: .9em;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	width: 100%;
	top: 0;
}
.p7TBMsubbox {
	padding: 2px 0 0;
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0;
	padding: 0;
	background-image: url(img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
}
.p7TBMsub li a {
	color: #333333;
	padding: 2px 10px;
	display: block;
	float: left;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #333333;
	background-color: rgba(112,155,213,0.25);
	
	text-decoration: none;
	border-style: none;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/* current marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	font-weight:bold;
	color: #2f53b7;
	cursor: default;
	text-decoration: underline;
}
