#p7TBM {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#p7TBMroot {

}
#p7TBMrootbox {
padding:0 0 0 15px;
}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul,#firstContainer ul {
	margin: 0;
  	padding: 0;
}
#p7TBMroot li, #firstContainer li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a, #firstContainer li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a, #firstContainer li a {
	padding: 0 19px;
	font-size: 12px;
	font-weight: bold;
	color: #7f8682;	
	text-decoration: none;
	line-height: 46px;
}
p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover, #firstContainer li a:hover, #firstContainer ul li a.activated {
	color: #101010;
	background: url(../images/c2-bg_menuactive.gif) repeat-x top left;
}
/*
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,
#firstContainer ul li a.activated {
	color: #fefefe;

}
#p7TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
}
.p7TBMsub, #secondContainer {
	position: absolute;
	/*visibility:hidden;*/
	left: 0;
	top: 23px;
	width: 100%;
}
*html .p7TBMsub, *html #secondContainer {
	top: 0px !important;
}
*+html .p7TBMsub, *+html #secondContainer {
	top: 0px !important;
}

.p7TBMsubbox {
	padding: 0;
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul, #secondContainer ul {
/*	margin: 45px 0 0 0;*/
	padding: 0;
/*	background-image: url(img/iebfix.gif);*/
	background-color: transparent;
	border: 0;
	margin:0;
	background: url(../images/c2-bg_submenu.gif) repeat-x left -1px;
	height:38px;
	/*background: url(../images/bg_submenu.gif) repeat-x left bottom #d88724;	
	height:60px;
	width:938px;
	position:absolute;	*/
}
.p7TBMsub li, #secondContainer li {
	list-style-type: none;
	display: inline;
}
.p7TBMsub li a, #secondContainer li a {
	color: #594c53;
	font-weight: bold;
	padding: 0 20px;
	line-height: 38px;
	/*line-height: 60px;*/
	display: block;
	text-decoration: none;	
	float: left;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus,
#secondContainer li a:hover,
#secondContainer ul li a.activated  {
	color: #380f1c !important;
	background: transparent url(../images/c2-bg_submenu_arrow.gif) no-repeat bottom center !important;
}
#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: #590202 !important;
	background: transparent url(../images/bg_submenu_arrow.gif) no-repeat bottom center !important;
}
/*#HOME {
	color:#FEFEFE !important;
	background:none !important;
}*/
#firstContainer ul li a.activated {
	color:#101010;
}
#firstContainer ul li a.diactivated{
color:#7F8682;
background:none;
}
.hidden {
display:none !important;
}