#p7TBM {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal !important;
	
}

#p7TBMroot {
	padding: 0 0 3px 0;
	background-position: left bottom;
}

#p7TBMrootbox {
	background-color: #686868;
}




* html #menuSpace {
	top:118px;; 
	bottom:0; 
	height: 20px;
	width:800px;
	border-top:123px
	border-height:100px; 
	background-color: #ccc;
}

#p7TBMroot ul {
	margin: 0 auto;
	padding: 0;
	background-color: #6b6b6b;
	width: 750px;
	font-size: .9em;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a {
	color: #CCCCCC;
	padding: .2em 10px;
	text-decoration: none;
	line-height: 1.2em;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #FFFFFF!important;
	background-color: #669DC6!important;
	font-weight: bold;
}
/*
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: #333333;
	background-color: #FFCC00;
}
#p7TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 750px;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {
	padding: 0;
}
.p7TBMsub ul {
	margin: 0 auto;
	padding: 0 0 18px 0;
	background-image: url(img/iebfix.gif);
	background-color: transparent;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
}
.p7TBMsub li a {
	color: #000;/*#959595;*/
	padding: 2px 10px;
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin: 0 .5em 0 0;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #333333;
	background-color: #FFCC00;
}
#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 {
	color: #FFFFFF!important;
	background-color: #669DC6!important;
	font-weight: bold;
}


