#TBM {
	font-family: "Arial", Arial, sans-serif;
}

#TBMroot {
	font-size: 1em;
	padding: 0 0 15px 0;
	/*background-image: url(images/tabbar_bevel.gif);  
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #FFFFFF;*/
}

#TBMrootbox {

}
#TBMroot img {
	border: 0;
}
#TBMroot ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#TBMroot li {
	list-style-type: none;
	display: inline;
}
#TBMroot li a {
	float: left;
}
#TBMroot .TBMtext li a {
	color: #FFFFFF;
	/*Spacing of main buttons*/
	padding: 6px 20px;
	text-decoration: none;
	font-weight:bold;
	/*border-right: 1px solid #ECE9D8;*/
	line-height: 1.2em;
}
#TBMroot .TBMtext .TBMdown, #TBMroot .TBMtext .TBMdown:hover {
	font-weight: bold !important;
	color: #ffffff!important;
	background-color: #6f826c!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*/
.ie6Fix:active, 
#TBMroot .TBMtext .TBMon,
#TBMroot .TBMtext li a:focus, 
#TBMroot .TBMtext li a:active {
	color: #ECE9D8;
	background-color: #4b5a47;
}
#TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
}
.TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.TBMsubbox {}
.TBMsub ul {
	margin: 0;
	padding: 0;
	background-image: url(images/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.TBMsub li {
	list-style-type: none;
	display: inline;
}
.TBMsub li a {
	text-decoration: none;
	color: #4b5a47;
	/*Offset for sub menu*/
	padding: 4px 12px;
	display: block;
	float: left;
}
.TBMsub li a:hover,
.TBMsub li a:active,
.TBMsub li a:focus {
	text-decoration: none;
	color: #000000;
	background-color: #d7fdd1;
}
#TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
}

/* current marker style */
.TBMsub .TBMmark,
.TBMsub .TBMmark:hover,
.TBMsub .TBMmark:active,
.TBMsub .TBMmark:focus {
	font-weight:bold !important;
	color: #4b5a47;
	background-color: #c0ffb6;
	cursor: default;
}
#tabbar #TBMroot ul {
	margin: 0 auto;
	width: 41em;
}

#tabbar #TBMsubwrap {
	margin: 0 auto;
	width: 52em;
}

#tabbar #menubar {
	position:absolute;
	top:23px;
	left:255px;
	width: auto;
	margin: 0 auto 3.25em auto;
}

/*
Demo*/
#tabbar #TBMroot {background-color: transparent;}

/*#tabbar #TBMroot ul {border-left: 1px solid #ECE9D8;}*/

#tabbar #c1, #tabbar #c2 {
	background-image: none;
}
/*Accessibility*/
#TBMsub02 {visibility: visible;}
/*
IE5 MAC*/
#tabbar #TBMroot {
	padding: 0 0 7px 0;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width. */
#tabbar #TBMroot {
	padding: 0 0 6px 0;
}
