.menu {
	width: 920px;
	height: 87px;
	position: relative;
	margin: 0;
	margin: 0;
	background: #fff;
	background-image: url(/images/menu/l2_l3_box_right_closed.gif);
	background-repeat: no-repeat;
	background-position: left 30px;
	z-index: 101;
	overflow: hidden;
}

#menu.level2 {
	background-image: url(/images/menu/l2_bg.gif);
}

#menu.level3 {
	background-image: url(/images/menu/l3_bg.gif);
}

.menu a {
	display: inline;
	white-space: nowrap;
}

html>body .menu a{ /*hack for ff*/
	display: block;
}


/******************************************************************/
/* LEVEL 1*/

.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	z-index: 0;
}

.menu ul#X1,
.menu ul#X2,
.menu ul#X3 {
	/*z-index: 0;*/
}

.menu ul li {
	float: left;
}

.menu ul li.select,
.menu ul li#X1 {
	background-color: #A22429;
	background-image: url(/images/menu/l1_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.menu ul li a {
	font-size: 11px;
	font-weight: bold;
	color: #5B5B5B;
	text-decoration: none;
	padding: 0 8px;
	height: 30px;
	line-height: 30px;
	background-image: url(/images/menu/hr_v.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}

.menu ul li a.last {
	background-image: none;
}

.menu ul li:hover a,
.menu ul li a:hover,
.menu ul li#X1 a{
	color: #fff;
	background-image: url(/images/menu/l1_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


/******************************************************************/
/* LEVEL 2*/

.menu table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.menu ul li ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 0;
	width: 920px;
	height: 29px;
	background-image: url(/images/menu/l2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	color: #fff;
}

.menu ul li:hover ul,
.menu ul li a:hover ul,
.menu ul li ul#X2 {
	visibility: visible;
}

.menu ul li ul li.level2-item a,
.menu ul li ul li.level2-item a:hover,
.menu ul li ul li.select2 a{
	padding: 0 22px;
	height: 29px;
	line-height: 29px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
	color: #FEFCFC;
	text-decoration: none;
	background-image: url(/images/menu/hr_v.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	border: 0px solid green;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a,
.menu ul li ul#X2 li a {
	background: url(/images/menu/hr_v2.gif) right 11px no-repeat;
}

.menu ul li:hover ul li a.sub,
.menu ul li a:hover ul li a.sub,
.menu ul li ul#X2 li a.sub	 {
	background: url(/images/menu/hr_v_arrow.gif) right 11px no-repeat;
}

.menu ul li ul li.select2 {
	background-color: #5B0101;/*#E8E8E8*/
	background-image: url(/images/menu/l2_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.menu ul li ul li.select2 a.sub,
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover,
.menu ul li ul#X2 li.select2 a {
	color: #E8E8E8; /*#A3262B*/
	background-image: url(/images/menu/l2_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}


/******************************************************************/
/* LEVEL 3*/

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul,
ul#X3 {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 28px;
	width: 920px;
	height: 29px;
	background-color: #5B0101;/*#E8E8E8;*/
	background-image: url(/images/menu/l3_box_right.gif);
	background-repeat: no-repeat;
	background-position: 903px 0px;
	border: 0px solid red;
}

ul#X3,
.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
	visibility: visible;
}

.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a,
.menu ul li ul#X2 li ul#X3 li a,
.menu ul li ul#X2 li.select2 ul li a {
	height: 29px;
	color: #e8e8e8; /*#565656;*/
	font-size: 11px;
	font-weight: bold;
	padding: 0 7px;
	background-image: none;
}

.menu li.level3-item {
	margin: 0 1px 0 0;	
}

.menu ul li ul li ul li.select3,
.menu ul li ul li ul li.level3-item:hover
 {
	background-color: #c00000;/*#C5C5C5;*/
	background-image: url(/images/menu/l3_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border: 0px solid grey;
}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover,
.menu ul#X2 ul#X3 li.select3 a,
.menu ul li ul#X2 li.select2 ul#X3 li a:hover,
.menu ul li ul#X2 li.select2 ul li a:hover {
	height: 29px;
	background-color: transparent;
	background-image: url(/images/menu/l3_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 7px;
	font-size: 11px;	
}









.menu .selected {
	visibility: visible;
}



#fake {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	height: 500px;
	z-index: 100;
	border: 0px solid red;
}
