/* LTan:#ebe0d2; DGray:#272e43; */
body.menu {																								/* Page Body */
	margin:0px;	background-color:#c6b59b }
	
.menu1{																								/* First Level Box */
	font-family: verdana, arial, sans-serif; font-size:11px; width:150px; position:relative; margin:0px; background:#272e43; padding:3px 5px 0px 8px;}

.menu1 ul {
	padding:0; margin:0; list-style-type: none;}

.menu1 ul li ul {																					/* Second Level Box Position */
	visibility:hidden; position:absolute; height:0; overflow:hidden; top:-5px; left:153px;}

.menu1 ul li {
	float:left; position:relative; z-index:90;}
	
.menu1 ul li a, .menu1 ul li a:visited {															/* First Level Text */							  /* text pos */	
	display:block; float:left; text-decoration:none; color:#000000; width:151px; height:25px; line-height:21px; font-size:11px; background:transparent; padding-left:5px;}

.menu1 ul li a, .menu1 ul li a:visited {														/* First Level Widths - IE */
	width:155px; w\idth:155px;}

.menu1 ul li.level1 {																				/* 1st level */
	background:url(images/Button_off.gif) no-repeat;}
.menu1 ul li ul li.level2 {																			/* 2nd level */
	background:url(images/Button_off.gif) no-repeat;}
.menu1 ul li ul li.level3 {																			/* 3rd level */
	background:url(images/Button_off.gif) no-repeat;}
.menu1 ul li.level1x {																				/* expanding to 1st level */
	background:url(images/Button_offX.gif) no-repeat;}
.menu1 ul li ul li.level2x {																		/* expanding to 2nd level */
	background:url(images/Button_offX.gif) no-repeat;}

.menu1 table {
	border-collapse:collapse; border:0; padding:0; font-size:11px; position:absolute; left:0; top:0;}

.menu1 ul li:hover a, .menu1 ul li a:hover{															/* First Level Hover */
	text-decoration:underline; color:#ffffff; border:0; background:url(images/Button_on.gif) no-repeat;)}

.menu1 ul li a:hover {
	position:relative; z-index:100;}

.menu1 ul li:hover ul, .menu1 ul li a:hover ul {													/* Second Level Box */
	visibility:visible; width:150px; height:auto; z-index:10; overflow:visible; background-color:#272e43; padding:5px 0 0 0; border:2px outset #272e43}

.menu1 ul li:hover ul li a, .menu1 ul li a:hover ul li a{											/* Second/Third Level Text */
	display:block; background:transparent; color:#000000; width:151px; height:25px; line-height:21px; padding:0px 5px; padding-left:5px; text-decoration:none;}

.menu1 ul li a:hover ul li a {																/* Second Level Widths - IE */
	width:155px; w\idth:155px;}

.menu1 ul li:hover ul li a:hover, .menu1 ul li a:hover ul li a:hover {								/* Second Level Hover */
	text-decoration:underline; color:#ffffff; border:0; background:url(images/Button_on.gif) no-repeat;)}	

.menu1 ul li:hover ul li ul, .menu1 ul li a:hover ul li a ul {										/* Third Level Box Position */
	visibility:hidden; position:absolute; height:0; overflow:hidden; top:-5; left:153px;}

.menu1 ul li:hover ul li:hover ul, .menu1 ul li a:hover ul li a:hover ul {							/* Third Level Box */
	visibility:visible; position:absolute; width:150px; height:auto; padding:5px 0 0 0; list-style-type:none; border:2px outset #272e43}

.menu1 ul li:hover ul li:hover ul li a, .menu1 ul li a:hover ul li a:hover ul li a {
	display:block; width:151px; background:transparent;}

.menu1 ul li a:hover ul li a:hover ul li a {													/* Third Level Widths - Others & IE */
	width:155px; w\idth:155px;}

.menu1 ul li:hover ul li:hover ul li a:hover, .menu1 ul li a:hover ul li a:hover ul li a:hover {	/* Third Level Hover */
	text-decoration:underline; color:#ffffff; border:0; background:url(images/Button_on.gif) no-repeat;)}