/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:01 - Basic
  -----------------------------------
*/
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;
}
#p7TBMroot {
/*	background-color: #FFFFFF;
	border: 1px solid #333333;*/
	font-size: 1em;
	height:35px;	
}
#p7TBMrootbox {
	height:35px;
}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot #firstContainer ul {
	margin: 0;
  padding: 0;
}
#p7TBMroot #firstContainer li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot #firstContainer li a {
	float: left;
	color: #fff;
	padding: 6px 20px;
	text-decoration: none;
/*	border-right: 1px solid #333333;*/
	background:url(../images/divider1.gif) no-repeat right top;
	font:17px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#p7TBMroot #firstContainer ul li a.activated, #p7TBMroot #firstContainer ul li a:hover {
	color: #fff200 !important;
	background:url(../images/bg_hover.gif) no-repeat right top !important;
}
/*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 ul,
#p7TBMroot ul li a:focus, 
#p7TBMroot ul li a:active {
	color: #fff200 !important;
	background:url(../images/bg_hover.gif) no-repeat right top !important;	
}
#p7TBMsubwrap{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {
	padding:0px 0 0 40px;
}
/*SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub #secondContainer ul {
	margin: 0;
	padding: 0;
	background-image: url(img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub #secondContainer li {
	list-style-type: none;
	display: inline;
}
.p7TBMsub #secondContainer li a {
	color: #fff;
	padding: 2px 15px 0px 15px;
	display: block;
	float: left;
	text-decoration: none;	
/*	border: 1px solid #FFFFFF;*/
}
.p7TBMsub #secondContainer li a:hover,
.p7TBMsub #secondContainer li a:active,
.p7TBMsub #secondContainer li a:focus {
	text-decoration:underline;
}

#secondContainer a.activated {
	font-weight:bold;
	color: #FFF200 !important;
	cursor: pointer;
	text-decoration: underline;
}


/* current marker style */
.p7TBMsub #secondContainer,
.p7TBMsub #secondContainer:hover,
.p7TBMsub #secondContainer:active,
.p7TBMsub #secondContainer:focus {
	/*font-weight:bold;
	color: #FFF200 !important;
	cursor: default;
	text-decoration: underline;*/
}

