/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:01 - Basic
  -----------------------------------
*/

#p7TBMroot {
padding:0; 
margin:0; 
list-style:none; 
font: 1.1em arial, sans-serif; 
position:relative; 
z-index:200; 
height:25px;
width: 900px;/*was 828*/
}

#p7TBMroot ul {
	margin: 0;
  padding: 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
}
#p7TBMroot li a {
	float: left;
	text-transform: uppercase;
	font-weight:bold;
	color: #302823;
}
#p7TBMroot .p7TBMtext li a {
	background:url(../../images/down.gif) no-repeat right 5px; 
	margin-right: 75px;
	display:block;
	height:25px;
	padding:0 15px 0 5px;
	line-height:25px;
	text-decoration:none;
	white-space:nowrap;
}


/*.p7TBMtext {
width: 820px;
}

#p7TBMrootbox, #p7TBMroot {
width: 820px;
}*/


#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #66554A!important;
/*	background-color: #f2f4e0!important;
*/		background:url(../../images/side.gif) no-repeat right 5px; 

}
/*
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: #f2f4e0;
}
#p7TBMsubwrap{
	font-size: 1em;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}

/*
SUBMENU BACKGROUNDS and BORDERS HERE*/
.p7TBMsubbox {
	padding: 8px 0 0 0;
}

.p7TBMsubbox ul li a {
	border-right: 1px #b0aa8a solid;
}

.p7TBMsubbox ul li a.last_item {
border: none;
}
.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: #333333;
	padding: 0 16px 0 16px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #333333;
	background-color: #f2f4e0;
	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 {
	color: #333333;
	cursor: default;
	text-decoration: underline;
}

