/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:01 - Basic
  -----------------------------------
*/
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	margin-top: 36px;
	position: absolute;
	right:14px;
	width: 374px;
}
#p7TBMroot {
	background-color: #FFFFFF;
	/* border: 1px solid #333333; */
	font-size: 1em;
}
#p7TBMrootbox {}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0;
  	padding: 0;
	text-align:center;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
	text-align:center;
}
#p7TBMroot li a {
	float: left;
	text-align:center;
}
#p7TBMroot .p7TBMtext li a {
	color: #000;
	padding: 3px 0;
	text-decoration: none;
	text-align:center;	
	 /* border-right: 1px solid #333333; */
}
/*#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #CCCCCC!important;
	background-color: #333333!important;
}*/
#p7TBMt01 { /* EXPERIENCE  */
	background: #f0be00 url(../images/c_notch.gif) no-repeat left top;
	width: 116px;
	font-size: 1em;
	font-weight:bold;
}
#p7TBMsub01 { /* EXPERIENCE  sub */
	background-color: #f0be00;	
	padding: 0 0 0 20px;
	height: 16px;	
	width: 354px;
	margin: 0;
	vertical-align:text-top;	
}

#p7TBMt02 {  /* EXPLORE */ 
	background:#8a99da url(../images/c_notch.gif) no-repeat left top;
	width: 89px;
	font-size: 1em;
	font-weight:bold;	
}
#p7TBMsub02{  /* EXPLORE */ 
	background-color: #8a99da;	
	padding: 0 0 0 20px;
	height: 16px;	
	width: 238px;
	margin: 0;
	vertical-align:text-top;	
}

#p7TBMt03 {  /* JOURNEY */
	background:#ef581f url(../images/c_notch.gif) no-repeat left top;
	width: 91px;
	font-size: 1em;
	font-weight:bold;	
}
#p7TBMsub03 {  /* JOURNEY */
	background-color: #ef581f;	
	padding: 0 0 0 20px;
	height: 16px;		
	width: 149px;
	margin: 0;
	vertical-align: top;		
}
.subText {
	vertical-align: top;
	color: #FFFFFF;	
	font-weight:500;
	font-size: .72em;
	margin-top:-4px;
	_margin-bottom:-4px;
}		

#p7TBMt04 { /* HOME  */
	background:#00746b url(../images/c_notch.gif) no-repeat left top;
	width: 78px;
	font-size: 1em;
	font-weight:bold;	
}
#p7TBMsub04 { /* HOME  */
	background-color: #FFFFFF;	color: #FFFFFF;	
	width: 78px;	
}
/*
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 {

}
#p7TBMsubwrap{
	font-size: 1em;
	position: relative;
	height: auto;
}
.p7TBMsub1 {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsub2 {
	position: absolute;
	visibility:hidden;
	left: 116px;
	top: 0;
	width: 100%;
}
.p7TBMsub3 {
	position: absolute;
	visibility:hidden;
	left: 205px;
	top: 0;
	width: 100%;
}
.p7TBMsub4 {
	position: absolute;
	visibility:hidden;
	left: 296px;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {
	padding: 0 0 0 0;
}
/*
SUBMENU BACKGROUNDS 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;
	margin:0;
}
/* NOT USED IN THIS WEB SITE  
.p7TBMsub li a {
	color: #333333;
	padding: 6px;
	display: block;
	float: left;
	border: 1px solid #FFFFFF;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #333333;
	background-color: #ECE9D8;
	border-color: #333333;
	text-decoration: 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: #333333;
	cursor: default;
	text-decoration: underline;
}
