/**** menu bar under logo ****/	

#menu { 
    height: 20px; 
	border: 1px solid #e7e8e9; /* lines */
	border-left: none;
	border-right: none;
	padding: 3px 0px 0px;
	margin-bottom: 15px;
	background-color: #222;
	overflow: hidden;
	clear: both;
    }
	
#menu ul {
	padding: 0px;
	margin: 0px;
	margin-left: 25px;
	}
	
#menu li {
    display: inline;
    list-style-type: none;
    }

#menu li a {
      float: left;
      background-image: url(images/menu.png);
      background-repeat: no-repeat;
      height: 0px;
      padding-top: 17px;
      overflow: hidden;
	  }
	  
#link1 a { width: 280px; background-position: 0px 0px; }

#link1 a:hover { background-position: 0px -16px; } 	  
	  
#search { float: right; }

#search #s { 
    height: 14px; 
	width: 150px; 
	font-size: 9pt; 
	border: 1px solid #e7e8e9; /* lines */
    position: relative;
	top: -6px;
	}


#reports {
    font-size: 9pt;
	color: #999;
	}
	
#reports a { 
    color: #999; 
	text-decoration: none;
	}

#reports .current_page_item a { color: black; }



/**** large button bar ****/
/* inherited but not implemented */

#buttonbar {
	margin-bottom: 15px;
	text-transform: uppercase;
	clear: both;
	}
	
#buttonbar h2 {
    font-size: 10pt;
	border-top: 1px solid #e7e8e9; /* lines */
	border-bottom: 1px solid #e7e8e9; /* lines */
	margin: 5px 0px 10px;
    padding-left: 10px;
	line-height: 1.5em;
	padding-top: 3px;
	background-color: #e7e8e9;
	}
	
#buttonbar ul { 
	height: 177px;
	padding: 0px;
	margin: 0px;
	 
	}

#buttonbar li {
	display: inline;
	list-style-type: none;
	margin-left: 0px;
	}
	
#buttonbar li a {
	width: 181px;
	float: left;
	background-image: url(images/bigbuttons.png);
	background-repeat: no-repeat;
    height: 0px;
	padding-top: 177px;
    margin-right: 5px;
	overflow: hidden;
	}
#buttonbar li a#button1 { width: 191px; }
#buttonbar li a#button5 { margin-right: 0px; margin-left: 0px; }

#button1 { background-position:     0px 0px; } 
#button2 { background-position:  -197px 0px; } 
#button3 { background-position:  -383px 0px; } 
#button4 { background-position:  -567px 0px; } 
#button5 { background-position:  -753px 0px; } 

#button1:hover { background-position:     0px -181px; } 
#button2:hover { background-position:  -197px -181px; } 
#button3:hover { background-position:  -383px -181px; } 
#button4:hover { background-position:  -567px -181px; } 
#button5:hover { background-position:  -753px -181px; } 



