/* 
 -----------------------------------
 P7  TabBar Magic
Australian Menu Style
  -----------------------------------
*/
#p7TBM {
	font-family: "Times New Roman", Times, serif!important; width: 1000px; background-image: url(../images/menuCurve.gif); background-repeat: no-repeat;}
#p7TBMroot {font-size: 12px; }

#p7TBMroot ul {
	margin: 0 0 0 12px;
  padding: 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
	margin-right: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color:#373743;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 2px;
	line-height: 20px;
  }

#p7TBMroot .p7TBMtext li a {
		color:#373743;
	padding: 5px;	
	text-decoration: none; 
}

#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #fff!important;
	background-color: #5A5351;
	
}
/*
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:  #fff;
	background-color:#908B6B!important;
	padding: 5px;	
	
}
#p7TBMsubwrap{
font-size: 13px;
	position: relative;
	height: auto;
	
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;float: none;
	

}

	
.p7TBMsubbox {
	padding: 8px 0 0 0;
	margin: 0;
	
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: 0;
	text-align: center;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	margin: 0;
	line-height: 1.5em;
	text-align: center;
}
.p7TBMsub li a {
	padding: 0 6px;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif; font-size: 12px; color:#666; text-decoration: none;letter-spacing: 1px;}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #000!important;
	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:  #000;
	cursor: default;
	
}
