/* center the menu inside the outer menu div */
#p7TBM {
	font-family:Arial, Helvetica, sans-serif;
	width:770px;
	margin:0 auto;
}
#p7TBMroot {
	background-color: #26324a;
	border: 1px solid #26324a;
	font-size: .93em;
}
#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: #fff;
	font-size:106%;
	padding: 5px 15px;/*5px 10px;*/
	text-decoration: none;
	border-right: 1px solid #26324a;
}
/* the real current marker style */
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #fff!important;
	background-color: #22656b!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: #26324a;
	background-color: #ECE9D8;
}
#p7TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {
	padding: 0px 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;
}
.p7TBMsub li a {
	color:#fff;
	padding:8px 4px 8px 4px;
	display: block;
	float: left;
	border: 1px solid #26324a;
	background:#22656b;
	font-size:80%;
	text-decoration:none;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #26324a;
	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:normal;
	color: #26324a;
	cursor: default;
	text-decoration:none;
}
