/* 
  -----------------------------------
  TabBar Magic Style Sheet
  -----------------------------------
*/
#y2TBM {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal !important;
}
#y2TBMroot {
	padding: 0 0 15px 0;
	background-position: left bottom;
}
#y2TBMrootbox {
	min-height: 1.5em;
}
#y2TBMroot img {
	border: 0;
}
#y2TBMroot ul {
	margin: 0 auto;
	padding: 0;
	background-color: #FFFFFF;
	width: 770px;
	font-size: .9em;
}
#y2TBMroot li {
	list-style-type: none;
	display: inline;
	text-align: center;
}
#y2TBMroot li a {
	float: left;
}
#y2TBMroot .y2TBMtext li a {
	color:#666666;
	padding: .2em 10px;
	text-decoration: none;
	line-height: 1.2em;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	border-bottom:2px solid #000093;
}
#y2TBMroot .y2TBMtext .y2TBMdown, #y2TBMroot .y2TBMtext .y2TBMdown:hover {
	color: #000000!important;
	background-color: #8FB6D1!important;
	font-weight: normal;
	border-bottom:2px solid #000000;
}
/*
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*/
.y2ie6Fix:active, 
#y2TBMroot .y2TBMtext .y2TBMon,
#y2TBMroot .y2TBMtext li a:focus, 
#y2TBMroot .y2TBMtext li a:active {
	color: #333333;
	background-color: #FFDE59;
}
#y2TBMsubwrap{
	font-size: .8em;
	position: relative;
	height: auto;
	margin: 0 auto;
	width: 770px;
}
.y2TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.y2TBMsubbox {
	padding: 0;
}
.y2TBMsub ul {
	margin: 0 auto;
	padding: 0 0 18px 0;
	background-color: #FFFFFF;
}
.y2TBMsub li {
	list-style-type: none;
	display: inline;
	white-space: nowrap;
}
.y2TBMsub li a {
	color: #959595;
	padding: 2px 10px;
	display: block;
	float: left;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	margin: 0 .5em 0.5em 0;
}
.y2TBMsub li a:hover,
.y2TBMsub li a:active,
.y2TBMsub li a:focus {
	color: #000000;
	border-color: #6B6B6B;
}
#y2TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
	display: block;
}

/* current marker style */
.y2TBMsub .y2TBMmark,
.y2TBMsub .y2TBMmark:hover,
.y2TBMsub .y2TBMmark:active,
.y2TBMsub .y2TBMmark:focus {
	color: #333333;
	font-weight: bold;
}

