
body, table, img, button, iframe, ul, li  { margin:0; padding:0; border:0; 
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
	font-weight: bold
}

.menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:22px;                                  /* the menu's overall height */
	width:780px;         /* we always want our menu to fill the available space */

	font-family:  sans-serif;
	font-size:14px;         /* this (and also below) sets the menu's font size */
	font-variant: small-caps
	
}

.menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:1.5em;           /* globally set the menu's item spacing. note */

}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:auto;
	border-right: 1px solid #000;	
	text-align:center;

}


#spacemenu {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 12%;
	z-index: 998;
}

#spacemenu1 {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 9%;
	z-index: 998;
}
#spacemenu2 {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 13%;
	z-index: 998;
}
#spacemenu3 {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 13%;
	z-index: 998;
}
#spacemenu4 {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 13%;
	z-index: 998;
}
#spacemenu5 {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 9%;
	z-index: 998;
left:-5px;
}

#last {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0px;
	width: 12%;
	border-right: 0;
}
#spacemenu4 ul{
	background: #eeeeee;	
}

#spacemenu4 a{
	margin-right:auto;
	margin-left:auto;
	left:auto;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:1px;                               /* this is our box border width */	
}

.menu ul li a,
.menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	height:18px;
	color:black;
	text-align:left;
		margin-left:12px;
		line-height: 1.em;
}

.menu ul li:hover a,
.menu ul li a:hover {                        /* selected top-level menu items */
	border-top:px solid #000;    /* these 2 lines create the push-in illusion */
	height:16px;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.menu ul li:hover ul,
.menu ul li a:hover ul {                           /* 2nd level drop-down box */
	left:20px;
	display:block;
	position:absolute;
	margin:5px;
	top:10px;              /* place us just up underneath the top-level images */
	left:-6px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:12.5em;
	color:black;                        /* this sets the unselected-text color */
	background:white;         /* this sets our menu's effective "border" color */
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	

}
#center {

}



.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#000;               /* this sets the unselected drop-down text color */
	background:#eeeeee;       /* this sets the drop-down menu background color */
	width:12.5em;
	line-height: 1.75em;
	border-right:0;
}

.menu ul li:hover ul li:hover a,
.menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}



#text {           /* the Mac's standard Safari browser will not see this code */
	height:1.215em;#           /* ...  but every other browser will and should */
} /* Safari barfs on the illegal pound sign (#) after the rule's property val */
