/* 
  -----------------------------------
  TabBar Magic
  Style Theme:09 - Image Base
  For B&G Group
  -----------------------------------
*/
#p7TBM {
	font-family: Tahoma, Din, "Gill Sans MT",Arial, Helvetica, sans-serif;
}
#p7TBMroot {

}
#p7TBMrootbox {}

#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	margin: 0;
   padding: 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	float: left;
}
#p7TBMroot .p7TBMtext li a {
	color: #0b2f63;
	padding: 5px 10px;
	text-decoration: none;
	/*border-right: 1px solid #333333;*/
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #CCCCCC!important;
	background-color: #333333!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*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: #333333;
	background-color: #ECE9D8;
}
#p7TBMsubwrap{
	font-size: 14px;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 29px;
	top: 2px;
	width: 100%;
	height: 16px;
}
.p7TBMsubbox {
	padding: 6px 0 0 0;
}
/*
SUBMENU BAACKGROUNDS and BORDERS HERE*/
.p7TBMsub ul {
	margin: 0;
	padding: 0;
	background-image: url(../images/tbm_img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
}
.p7TBMsub li a {
	color: #0b2f63;
	padding: 0 18px 0 17px;
	display: block;
	float: left;
	/*border: 1px solid #FFFFFF;*/
	margin: 0 3px 3px 0;
	text-decoration: none;
	background-image: url(../images/menu/fleche_ssmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #225a98;
	/*background-color: #333333;*/
	text-decoration: none;
}
#p7TBM br {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 1px;
	color: inherit;
}

/* current marker style */
.p7TBMsub .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	/*font-weight:bold;*/
	color: #c05f23;
	cursor: default;
	/*text-decoration: underline;
	background-color: #FFFFFF !important;
	border-color: #333333 !important;*/
	background-image: url(../images/menu/fleche_ssmenu_f2.gif);
}

