/* eighty-seven was working width- changed to ninety-seven */
/* changed on 9-20-10 for Auction... z-index was 88, menu width was 87 */
.menu { 
	width:880px; 
	height:30px;  /* 52 */
	font-size:0.85 em; /* 0.85em;  */
  
	position:relative; 
	z-index:81;
	border-right: #057676  0px solid  ; /*  lt teal */
    
    /*background: #10494A;  #10494A dk dk teal */
    background:#0E1735 ; /*#003163 url('images/bg1.gif') repeat;*/ /* #10494A   #003163=logo blue*/
	}

* html .menu {
	width:880px; /* 746 */
	w\idth:879px;
	}
	
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
  
	}
	
.menu ul ul {
	width: 80px;
    }
	
.menu li {
	float:left; /* left */
	width: 79px;  
	position:relative;
	}
	
.menu a, .menu a:visited {
	display:block;
	font: 11px 'trebuchet ms',arial,sans-serif; /* HEIGHT OF FONT ON MAIN LINE 12px 14px */
  
	text-decoration:none; 
    color: #FF8000; /* #ffffff */
	width:79px; /* 133 */
	height:110%; /* 30px; till 1-15-10     50 when this changes, loses drop down..... */
	border:1px solid #057676; /*#ffffff 9-20-10     #057676 = teal */
	border-width:1px 1px 1px 1px; 
    text-align: center;
   
	background:#0E1735 ; /*#003163  #900 url('images/menubg.jpg') repeat-x;  bottom left Rust/brick */
	padding-left: 1px; /* 4 til 9-20-10       15 */
    padding-right: 5px;  /* 5  til 1-15-10        vkc*/
	line-height: 29px; /* 47 height of menu button */
    
   	}
	
* html .menu a, * html .menu a:visited {
	width:79px; 
	w\idth:79px;
	}

.menu ul ul a.drop, .menu ul ul a.drop:visited { 
	background:#d4d8bd url('images/drop.gif') bottom right no-repeat; /* lt taupe */
    
	}

.menu ul ul a.drop:hover{
	background:#BD481D  url('images/drop.gif') bottom right no-repeat; /*#BD481D=rust  #c9ba65 dk taupe */
	}
	
.menu ul ul :hover > a.drop {
	background:#BD481D url('images/drop.gif') bottom right no-repeat; /*#BD481D=rust #c9ba65 dk taupe*/
	}

.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#e2dfa8; /* lt taupe */
	}

.menu ul ul ul a:hover {
	background:#BD481D;  /* #b2ab9b lt grey     #BD481D=rust*/
	}

.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	top:31px; /* 51 */
	left:0; 
	width:79px;
	border-top:1px solid #fff;   /* #b00 */
    font-size:0.85 em; /* 0.85em;  */
	}

* html .menu ul ul {
	top:30px;  /* 50 */
	t\op:31px;  /* 51 */
	}

.menu ul ul ul{
	left: 79px; 
	top:-1px; 
	width:79px;
	}

.menu ul ul ul.left {
	left:-79px;   /* til 9/9/08 was 87 */
	}

.menu table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
	}

.menu ul ul a, .menu ul ul a:visited {      /* drop down menu  box */
	background:#050222 ; /*#0E1735 #003163 #DBD6AD lgt - taupe */
	color: #FF8000;             /*#ABDDDD #10494A dk dk teal */
    height:auto; /* auto til 1-15-10         height:20px; */
	line-height: 110%;    /* 1em; height of drop down */ 
	padding: 6px 9px; /* 8px 10px; til 1-15-10  drop down box */
	font-size: 11px;   /*  12px; */
	width: 130x; /* was 130 til 9/9/098            80px    88*/
	border: 1px solid #FFF ; /* drop down grid */
	border-width: 0 1px 1px 1px;
   
	}

* html .menu ul ul a, * html .menu ul ul a:visited {
	width:130px; /*was 130 til 9/9/098   orig=150 */
	w\idth:129px; /* 129 width of drop down */
	}

.menu a:hover, .menu ul ul a:hover {
	color:#fff; 
	background:#BD481D; /* rust/brick */
	}

.menu :hover > a {
	color:#fff;
	background:#BD481D;  /* rust/brick */
  
	}
	
.menu ul ul :hover > a {
	color:#fff;               /*#006666dk teal */
	background:#BD481D;                   /*#CFC994 taupe-grey-green */
	}


.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility:visible; 
	}

.menu ul :hover ul ul{
	visibility:hidden;
	}

.menu ul :hover ul :hover ul{ 
	visibility:visible;
	}
    

