/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:01 - Basic
  -----------------------------------
*/
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;}
#p7TBMroot {}
#p7TBMrootbox { height: 45px;
}

#p7TBMroot ul {
	margin: 0;
   padding: 0;
}
#p7TBMroot li {
	list-style-type:none;text-align:left;float:left;width:auto;margin:0px 0 0 0;padding:0;
	display: inline;
}
#p7TBMroot li a {
	float: left;
	
}
#p7TBMroot .p7TBMtext li a {
	font-family:"Century Gothic",Arial, Helvetica,sans-serif;display:block;text-decoration:none;color:#fff;height:40px;line-height:normal;font-weight:bold;background-color:transparent;width:auto;font-size:15px!important;/*padding:5px 8px 0 8px;*/padding:10px 8px 0 8px;text-align:center;margin:5px 9px 0 9px;overflow:hidden;}
	

#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover{
	background-color:#fff;
	color:#000;
	/*height:35px;*/height:30px;
	line-height:normal;
	border:5px solid #2EA4C0;border:5px solid #FAAC43;
	border-bottom:none;
	margin:5px 5px 0 5px;
	padding:10px 8px 0 8px;
}
/*
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 
{
	background-color:#fff;
	color:#333;
	/*height:35px;*/height:30px;
	line-height:normal;
	border:5px solid #2EA4C0;border:5px solid #FAAC43;
	border-bottom:none;
	margin:5px 5px 0 5px;
	padding:10px 8px 0 8px;
}

#p7TBMsubwrap{
	font-size: 12px;
	position: relative;
	height: 40px!important;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0px;
	width: 100%;}
.p7TBMsubbox {
	/*background:#9CCAD6;*/background:#fff;
	margin: 0!important;
	border-bottom:5px solid #55ABB9;border:5px solid #FAAC43;
	height: 35px!important;
	line-height:35px;
	overflow:hidden;
} 
	
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0!important;
	padding: 0px;
	background:#2EA4C0 /images/subMenuBG2.jsp top repeat-x ;
	background-repeat: no-repeat;
	background-color: transparent;
 
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;}
.p7TBMsub li a {
color:#000;text-transform:lowercase;text-decoration:none;font-size:15px;font-family:"Century Gothic",Verdana,Helvetica,sans-serif;
	padding: 0 0px 0 3px;
	display: block;
	float: left;
	margin-left: 20px;
}
.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: none;
}
