.tradStyle{
	/* root CSS class
	If you set a font type, size, color here then it will be the default for all
	subclasses unless they override it */
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	font-family: Arial, Hevlvetica, sans-serif;
	margin-left:60px;
}

.tradStyle .menuCont_1,
.tradStyle .menuCont_2{
/* Menu containers (in this file we have 2 menu containers - the module parameter "CSS # Menu Classes:"
would need to correspond to this with a setting of 2.
This class affects a DIV tag which encapsulates the menu anchor. (Necessary to allow alpha filter)
*/
width: auto; height: 20px;
background-color	: transparent;
}

.tradStyle .subItem_1 img, .tradStyle .subItem_2 img,
.tradStyle .subItem_1-active img, .tradStyle .subItem_2-active img,
.tradStyle .parentItem img,
.tradStyle .parentItem-active img{
    position: absolute;
    top: 0px;
}

.tradStyle .rgtImg {
/* Positioning of image to right of menu*/
    margin-top: 5px;
    right: 4px;
    border: 0;
}
.tradStyle .lftImg {
/* Positioning of image to left of menu*/
	margin-top: 2px;
    border: 0;
}

.tradStyle .parentItem, 
.tradStyle .parentItem:hover, 
.tradStyle .parentItem-active,
.tradStyle .parentItem-active:hover {	
	width: auto; height: 20px;
	background-repeat	: no-repeat;
    display				: block;
    white-space			: nowrap;
    position			: relative;
	display				: block;
	border-style		: none;
	padding-left	:18px;
	margin-left		:18px;
	font			:bold 16px Arial, Helvetica, sans-serif;
	text-decoration :none;
}

.tradStyle .parentItem,
.tradStyle .parentItem-active,
.tradStyle .subItem_1,
.tradStyle .subItem_2 {
	background:url(images/tradStyle/menu_puce1.png) no-repeat left center;
}

.tradStyle .parentItem:hover,
.tradStyle .parentItem-active:hover {
	background:url(images/tradStyle/menu_puce2.png) no-repeat left center;
}

.tradStyle .parentItem:link,
.tradStyle .parentItem:visited {
	/*background-color	: #ff9b37;*/
	color				: #ffffff;
	font-weight: bold;
}

.tradStyle .parentItem:hover,
.tradStyle .parentItem-active {
	/*background-color: #EB8B02;*/
	color				: #D5EDF3 !important;
}
.tradStyle .parentItem:active {
	/*background-color	: #ee5500;*/
	color				: #ffffff !important;
}

.tradStyle .subItem_1, .tradStyle .subItem_2,
.tradStyle .subItem_1:hover, .tradStyle .subItem_2:hover,
.tradStyle .subItem_1-active, .tradStyle .subItem_2-active,
.tradStyle .subItem_1-active:hover, .tradStyle .subItem_2-active:hover {	
	width: 80px; height: 20px;
	line-height:19px;
	background-repeat	: no-repeat;
    text-decoration: none;
    display: block;
    white-space:nowrap;
    position: relative;
    z-index: 500;
	display				: block;
	padding-left	:19px;
	margin-left:5px;
	font-size:12px;
	color: #FFF !important;
	border-top:1px solid #01A6C2;
}

.tradStyle .subItem_1, .tradStyle .subItem_2{
    color				: #FFCD6E;
	background			: url(images/tradStyle/bg.png) no-repeat left center;
	/*background:#CA1901 url(images/tradStyle/menu_puce1.png) no-repeat left center;*/
	
}
.tradStyle .subItem_1:hover, .tradStyle .subItem_2:hover{
	color				: #FAB235 !important;
	background			:url(images/tradStyle/bg_.png) no-repeat left center;
	
}

.tradStyle .section {
    border-style: none;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .tradStyle td { position: relative; } /* ie 5.0 fix */
