/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:08 - Pure Center
  -----------------------------------
*/
#p7TBM {
	font-family:"trebuchet ms", Arial, Helvetica, sans-serif;
	font-weight:bold;
}
#p7TBMroot {
	font-size: 1em;
	margin: 0 0 0px 0;
}
#p7TBMrootbox {
	background-color: #FFFFFF;
	/*border: solid 1px #333;*/
}
#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	text-align: center;
	margin: 0;
	padding: 3px 0 3px 0;
	background-color:#000066;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	/*border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;*/
}
#p7TBMroot .p7TBMtext li a {
	color: #f3f0dc;
	padding:3px 10px;
	text-decoration: none;
	/*border-right: 1px solid #333333;*/
	background-color: #000066;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #000066;



!important;
	background-color: #F3F0DC !important;
	font-weight: bold;
	border-color: #000066 !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 .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: #000066;
	background-color: #f3f0dc;
	border-color: #333333;
}


#p7TBMsubwrap{
	font-size: 0.9em;
	position: relative;
	height: 2em;
	background-color:#f3f0dc;
	width:100%;
	}
	
.p7TBMsub {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	visibility: hidden;
	/*text-align: center;*/
}
.p7TBMsubbox {}
.p7TBMsub ul {
	text-align: center;
	margin: 0;
	/*padding: 5px 0 5px 0;*/
	background-image: url(img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	margin: 0 3px 0 0;
	line-height: 2em;
}
.p7TBMsub li a {
	padding: 0px 6px;
	color: #000066;
	background-color: transparent;
	/*border-right: 1px solid #000066;*/
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #000066;
	background-color: #FFffff;
	/* border-color: #000066; */
	text-decoration: none;
}
#p7TBM br {
	display: none !important;
}
/* current marker style */
#p7TBM .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	text-decoration: underline;
	font-weight: bold;
	color: #000066;
	cursor: default;
	background: #FFFFFF;
	height: auto;
	width: auto;
}

/*Rules from Project 7 
#p7TBMsub01 {
margin-left: -260px;
}
#p7TBMsub02 {
margin-left: -216px;
}
#p7TBMsub03 {
margin-left: -112px;
}
#p7TBMsub04 {
margin-left: -20px;
}
#p7TBMsub06 {
width:20em;
margin-left: 600px;
}
#p7TBMsub07 {
margin-left: 288px;
width:20em;
}

*/

