/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:05 - Neon
  -----------------------------------
*/
#p7TBM {
	font-family: Arial, Helvetica, Sans-Serif;
	position: relative;
	top: -11px;
	left: 0;
	width: 500px;
}
#p7TBMroot { font-size: 11px; font-weight: bold; padding: 0 0 29px 23px; }
#p7TBMrootbox {


}
#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0;
	padding: 0;
	background-image: url(img/neon_root_bg.png);
	background-repeat: no-repeat;
	background-position: 395px top;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a { float: left; width: 59px; text-align: center; height: 17px; }
#p7TBMroot .p7TBMtext li a {
	color: #4d4d4d;
	text-decoration: none;
	background-image: url(img/neon_on.png);
	background-repeat: no-repeat;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #f64c00 !important;
	background-image: url(img/neon_down.png)!important;
	background-repeat: repeat-x;	
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
/*
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: #000000;
	background-image: url(img/neon_over.png);
	background-repeat: repeat-x;	
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#p7TBMsubwrap{
	font-size: 11px;
	position: relative;
	height: auto;
	top: -27px;
	font-weight: bold;
	left: 30px;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
}
.p7TBMsubbox {}
.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: #6d6d6d;
	padding: 6px;
	display: block;
	float: left;
	text-decoration: none;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #000000;
}
#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 {
	font-weight:bold;
	color: #FF6600;
	cursor: default;
}
#GRUNGE {text-align: center;}
