/* CSS Document */


#ie-menu {
	background: url(site/backgrd4.gif);
	border: 0px solid #ccc;
	padding: 4px 0 0 0;
	margin: 0px 5px 5px 5px;
	text-align: left;
}
#ie-menu ul#nav li {float: left; }


/**********drop-down menu************/
table.ie-menu { border: 0px solid red;
	height: 25px;
	padding: 0;
	margin: auto;
}

div#menu2 * {
  cursor: pointer; /*because IE displays the text cursor 
if the link is inactive*/
}
table { border-collapse: collapse; }

div#menu2 {
	margin: 0;
	padding: 0;
	height: 30px;
	text-align: center;
   /*width: 150px;*/
   white-space: nowrap;
}/*does the original formatting*/

div#menu2 .a { 
	font-size: 1.3em;
	letter-spacing: 6px;
	border: 1px solid #666;
	background: #000;
   text-decoration: none;
	padding: 6px;
	margin: 0 2px;
	color: #666;	
	/*display: block;*/
}/*formats the link*/

div#menu2 .a table {
	padding: 0px;
	margin:0;
   position: absolute;
   left: -600px;
}/*this is the table way off to the left*/

div#menu2 .a:hover, div#menu2 div.menuitem:hover {
	background: url(site/backgrd3.gif);

	margin: 0;
}

div#menu2 .a:hover table, div#menu2 div.menuitem:hover table {
	font-size: 12px;
	letter-spacing: .1em;
   border: solid #ccc;
	border-width: 1px;
   display: block;
   position: absolute;
	left: 18%;
	margin-top: 3px;
	background: #eee;
}/*formats the pop-out-table*/

div#menu2 .a:hover table a, div#menu2 div.menuitem:hover table a {
	font-size: 12px;
	background: url(site/backgrd4.gif);
   border: solid #666;
	border-width: 1px;
   color: #666;
   display: block;
   padding: 1px;
	margin: 1px;
	width: 180px;
   text-decoration: none;
   white-space: nowrap; /*stops some odd warping*/
   z-index: 100;   
}

div#menu2 .a:hover table a:hover, div#menu2 div.menuitem:hover table a:hover /*drop-down photo links*/
{
   	background: url(site/backgrd3.gif);
	border: 1px solid #666;
   display: block;
   padding: 1px;
   margin: 1px;
   width: 180px;
   text-decoration: none;
   z-index: 1000;
}
td {
   border-width: 0;
   padding: 0;
}
.menuitem {
   margin: 0;
   padding: 0;
}
#other {
  /*height: auto;*/
  visibility: visible;
	padding: 2px 0 0 0;
}

/**********drop-down menu END************/






