/* Buttonbar
---------------------------------- */

#buttonbar {
      background: transparent url(/cameron-files/images/bbbackground.png) repeat-x;
	height: 35px;
      width: 93.75%;
      margin-bottom: 10px;
	overflow:hidden;
	display:block;
	position:relative;
      margin: 0px 3.75% 1.669% 3.125%;
      padding; 0;

	}

#bar
{
      width: 100%;
	margin: 0 auto;
      padding: 0;

	}


#bar a,
#bar a:visited,
#bar a:active,
#bar a:focus {
      color: #000;
}
#bar li {
	display:block;
	color:#000;
	line-height: 35px;
	font-size: .7em;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center;
	float:left;
	position:relative;
      width: 14.25%;
	}

	
#bar li ul {
	position:absolute;
	margin: 0;
      padding: 0;
      width: 100%;
      min-width: 128px;
	overflow:hidden;

	}

#bar li#prospective li ,
#bar li#students li,
#bar li#academics li,
#bar li#facstaff li,
#bar li#parents li,
#bar li#alumni li,
#bar li#visitors li{
	float:none;
	background-color:#fef0b7;
	background-image:none;
	text-indent:0;
	overflow:hidden;
	font-size: .9em;
	line-height: 1.5em;
	padding: 3px;
      text-transform: none;
      text-align: left;
      margin: 0;
      list-type: none;
      font-weight: normal;
      width: 150%;
      min-width: 128px;
      border-left: thin solid #ffffff;

	}
#bar li li a:hover,#bar li li a:focus {
      text-decoration: underline;
}

#bar li#prospective li.last-item,
#bar li#students li.last-item,
#bar li#academics li.last-item,
#bar li#facstaff li.last-item,
#bar li#parents li.last-item,
#bar li#alumni li.last-item,
#bar li#visitors li.last-item  {
      background-color: #ffc426;
      font-weight: bold;
}
#togglemenu {
  display: none;
}
#bar li#quicklinks {
   display: none;
}

#bar a.nolink:hover, #bar a.nolink:focus {
   text-decoration: none;
}
