
/*****************************************************
 * Menu                                            *
 *****************************************************/
#menu {
	height: 26px;
	color: white;
}

#menu table {
	height: 26px;
}

#menu .first {
	background: url('../images/first_menu_bkgnd.png');
}

#menu .onglet {
	background: url('../images/menu_bkgnd.png');
}

#menu .left {
	background: url('../images/menu_border_left.gif');
	width: 7px;
}

#menu .right {
	background: url('../images/menu_border_right.png');
	width: 6px;
}

#menu a {
	display: block;
	height: 20px;
	color: #989898;
	text-decoration: none;
	font-weight: bold;
	margin: 4px 0px 0px 0px;
	padding: 8px 15px 0px 15px;
}

#menu a:hover {
	background-color: #e9eef1;
}

.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	margin-top: 1px;
}

.transMenu .content {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: white;
	border: 1px solid #114076;
}

.transMenu .items {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 2;
}

.transMenu.top .items {
	border-top: none;
}

.transMenu .item {
	color: #000000;
	text-decoration: none;
	border: none;
	cursor: pointer;
	cursor: hand;
}

.transMenu .menuItem {
	display: block;
	padding: 3px 20px 3px 6px;
}

.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.transMenu .shadowRight {
	position: absolute;
	top: 0px;
	width: 0px;
}

.transMenu .shadowBottom {
	position: absolute;
	left: 0px;
	height: 0px;
}

.transMenu .item.hover {
	background: #d11508;
	color: white;
}

.transMenu .item img {
	margin-left: 10px;
}
