﻿#menu_container {/* Defines menu's container with a high z-index to guarantee elements show */
/*	position: absolute; 
	top: 130px; */
	width:150px; 
	z-index:500;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: black;
	font-size: medium;
	margin-top: 12px;
	margin-bottom: 0px;
/*	background-color: #425526;  
	border: 3px #425526 solid;  */
	line-height: 100%;
}
#menu_container img {
	padding-left: 10px;
	text-align: left;
}
#themenu, #themenu ul {    /* clear margins */
	padding: 10px; 
	margin:0; 
	list-style-type: none;
}
  
#themenu li {
/*	float:left;  */ 
	text-align: left;
/*	margin-left: 12px;  */
}

#themenu a, #themenu a:visited {
	display: block;
	width: 140px; /* link block width - chg hover left too! */;
	color: black;
	height: 20px; /* link block height  */;
	line-height: 100%;
	text-decoration: none;
/*	border: 1px solid #425526;  
	border-width: 0px 1px 0px 0px;
	background-color: #425526;  */
}

#themenu li ul li a, 
#themenu li ul li a:visited {
	border-width:0 1px 1px 1px; /* lower level menu borders  */
	color: black;
	background-color: #c5e0f8;
	font-size: small;
}
#themenu li a.endbox, 
#themenu li a.endbox:visited {  /* completes the box on all outside cells */
	border-width: 0px;
}
#themenu li ul li a.endbox, 
#themenu li ul li a.endbox:visited {  /* completes the box on all outside cells */
	border-width: 1px 1px 1px 1px;
}
#themenu li.fly2 {background-color: #c5e0f8; color: black;}
#themenu li.fly1 {/*background-color: #c5e0f8;*/ color: black;}


#themenu li a:active, 
#themenu li a:focus {             /* for the old timers that still tab  */
	color:#c5e0f8;
	font-weight: lighter;
}

/* This section is for Firefox and IE7 or higher */
#themenu li:hover {
	position:relative;
}

#themenu li:hover > a {
/*	background:#FFFFFF;  */
	color: #822873;
	font-weight: bold;
}

#themenu li ul {
	display:none;
}

#themenu li:hover > ul {
	display:block;            /* all fly levels  */
	position:absolute; 
	top: 0px;                /* overlaps bottom of parent block  */
	left: 0px;                /* overlap left of parent block */
/*	padding:10px 30px 30px 30px; */
/*	padding: 5px 5px 5px 5px;  */
	background:url('Spacer.gif');  /* visible during hover */
	width:140px;
}

#themenu > li:hover > ul {
	left:70px;               /* 1st level fly1  */
	top:8px;
}

#themenu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; left:0; 
	z-index:100; 
	font-size:1em;
}

/* For older than IE7 browsers */

* html #themenu li a:hover {
	position:relative;
	background:#FFFFFF;
	color: black;
}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

* html #themenu li ul {    /* show only top level */
	visibility:hidden; 
	display:block; 
	position:absolute; 
	top:0px; left:140px;       /* change values if initial width or height changes  */ 
/*	padding:10px 30px 30px 30px; */
	background:url('Spacer.gif');
}

#themenu li a:hover ul ul{  /* mouse over 1 - hides all but 1 and 2  */
	visibility:hidden;
}

#themenu li a:hover ul a:hover ul ul{   /* mouse over 2 - hides all but 1, 2 and 3  */
	visibility:hidden;
}

#themenu li a:hover ul a:hover ul a:hover ul ul{  /* mouse over 3 - hides all but 1, 2, 3 and 4  */
	visibility:hidden;
}

#themenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {  /* mouse over 4 - hides only 6 */
	visibility:hidden;
}

#themenu li a:hover ul {   /* position and show level 2 */
	visibility:visible; left: 0px; top: 20px;}

#themenu li a:hover ul a:hover ul{  /* position and show level 3 */
	visibility:visible; top:-1px; left:140px;}

#themenu li a:hover ul a:hover ul a:hover ul {  /* position and show level 4 */
	visibility:visible;}

#themenu li a:hover ul a:hover ul a:hover ul a:hover ul {  /* position and show level 5 */
	visibility:visible;}
	
#themenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {  /* position and show level 6 */
	visibility:visible;}
	








