

#subnav {
  float:left;
  width:980px;
  background:#cccccc url("/lae/aar/images/bg.gif") repeat-x right bottom;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  font-size:14px;
  line-height:normal;
  }
#subnav ul {
  margin:0;
  padding:0px 10px 10px 30px;
  list-style:none;
  }
#subnav li {
  float:left;
  background:url("../images/left.gif") no-repeat left top;
  margin:0px 6px 0px 0px;
  padding:0 0 0 9px;
  }
#subnav a {
  float:left;
  display:block;
  background:url("../images/right.gif") no-repeat right top;
  padding:10px 35px 4px 28px;
  text-decoration:none;
  font-weight:400;
  color:#765;
  }

  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#subnav a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#333;
  }
#subnav #current {
  background-image:url("/lae/aar/images/left_on.gif");
  }
#subnav #current a {
  background-image:url("/lae/aar/images/right_on.gif");
  color:#333;
  padding-bottom:5px;
  cursor: default;
  
  }
  
  
.input-button {
display: inline-block;
height: 24px;
vertical-align: bottom;
vertical-align: middle;	
background: white url('/lae/aar/styles/btImg-right.gif') no-repeat right top;
cursor: pointer;
}

.input-button:hover {
display: inline-block;
height: 24px;
vertical-align: bottom;
*vertical-align: middle;	/* only for IE */
background: white url('/lae/aar/styles/btImg-right.gif') no-repeat right bottom;
cursor: pointer;
}

.input-button .inner {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: #ffffff;
background: url('/lae/aar/styles/btImg-left.gif') no-repeat left top;
overflow: hidden;
position: relative;
}

.input-button .inner:hover {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: white;
background: url('/lae/aar/styles/btImg-left.gif') no-repeat left bottom;
overflow: hidden;
position: relative;
}

.input-button input {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0); /* only for IE */
}

.input-button:link, .input-button:visited, .input-button:hover, .input-button:active {
color: #ffffff;
text-decoration: none;
}

/* flat background image */

.flat-button {
display: inline-block;
height: 24px;
vertical-align: bottom;
vertical-align: middle;	
background: white url('/lae/aar/styles/btImg-right.gif') no-repeat right bottom;
cursor: pointer;
}

.flat-button:hover {
display: inline-block;
height: 24px;
vertical-align: bottom;
*vertical-align: middle;	/* only for IE */
background: white url('/lae/aar/styles/btImg-right.gif') no-repeat right bottom;
cursor: default;
}

.flat-button .inner {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: #ffffff;
background: url('/lae/aar/styles/btImg-left.gif') no-repeat left bottom;
overflow: hidden;
position: relative;
}

.flat-button .inner:hover {
display: block;
display: inline-block; /* only for IE6 */
font-size: 12px;
font-family: arial;
line-height: 24px;
padding: 0 20px;
height: 100%;
color: white;
background: url('/lae/aar/styles/btImg-left.gif') no-repeat left bottom;
overflow: hidden;
position: relative;
}

.flat-button input {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
cursor: pointer;
opacity: 0;
filter: alpha(opacity=0); /* only for IE */
}

.flat-button:link, .flat-button:visited, .flat-button:hover, .flat-button:active {
color: #ffffff;
text-decoration: none;
}

